Changeset 1888 for trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.h
- Timestamp:
- 04/02/03 09:03:22 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.h
r1880 r1888 9 9 #include "MRead.h" 10 10 #endif 11 12 #include <TRandom3.h> 11 13 12 14 class TList; … … 22 24 class MTaskList; 23 25 class MParList; 26 class MParameterD; 24 27 25 28 struct outputpars; … … 42 45 MRawRunHeader *fRawRunHeader; // raw run header 43 46 MParList *fParList; // parameter list 47 MParameterD *fHourAngle; // hour angle [deg] 48 MParameterD *fThetaOrig; // original zenith angle [rad] 44 49 45 50 Bool_t fIsMcFile; // Flag whether current run is a MC run … … 53 58 TArrayF fPedRMS; 54 59 60 TRandom3 ran3; 55 61 56 62 Bool_t OpenNextFile(); … … 77 83 ~MCT1ReadPreProc(); 78 84 79 Int_t AddFile(const char *fname, Int_t dummy=-1);85 void AddFile(const char *fname); 80 86 81 87 UInt_t GetEntries() { return fEntries; } 88 89 Bool_t SmearTheta(MParList *plist, Float_t *theta, Float_t *thetasmeared); 82 90 83 91 ClassDef(MCT1ReadPreProc, 0) // Reads the CT1 preproc data file … … 86 94 #endif 87 95 96 97
Note:
See TracChangeset
for help on using the changeset viewer.