2 |
#define __caloclasses__ |
#define __caloclasses__ |
3 |
|
|
4 |
#include <TObject.h> |
#include <TObject.h> |
5 |
|
#include <TString.h> |
6 |
|
|
7 |
class CalorimeterCalibration : public TObject { |
class CalorimeterCalibration : public TObject { |
8 |
public: |
public: |
33 |
Float_t calbase[2][22][6]; |
Float_t calbase[2][22][6]; |
34 |
Float_t calvar[2][22][6]; |
Float_t calvar[2][22][6]; |
35 |
Double_t calno; |
Double_t calno; |
36 |
|
void Clear(); |
37 |
ClassDef(CalorimeterCalibScan,1); |
ClassDef(CalorimeterCalibScan,1); |
38 |
}; |
}; |
39 |
|
|
40 |
class CalorimeterLevel1 : public TObject { |
class CalorimeterLevel1 : public TObject { |
41 |
public: |
public: |
42 |
CalorimeterLevel1(); |
CalorimeterLevel1(); |
43 |
|
UInt_t obt; |
44 |
Int_t evno; |
Int_t evno; |
45 |
Int_t stwerr[4]; |
Int_t stwerr[4]; |
46 |
Int_t nobase; |
Int_t nobase; |
51 |
Float_t calevnum[4]; |
Float_t calevnum[4]; |
52 |
Float_t estrip[2][22][96]; |
Float_t estrip[2][22][96]; |
53 |
Float_t diffbas[2][22][6]; |
Float_t diffbas[2][22][6]; |
54 |
ClassDef(CalorimeterLevel1,1); |
ClassDef(CalorimeterLevel1,2); |
55 |
}; |
}; |
56 |
|
|
57 |
class CalorimeterLevel2 : public TObject { |
class CalorimeterLevel2 : public TObject { |