Changeset 2211
- Timestamp:
- 06/23/03 13:38:10 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotAnal.cc
r2173 r2211 83 83 // - MCerPhotEvt 84 84 // 85 Bool_t MCerPhotAnal::PreProcess(MParList *pList)85 Int_t MCerPhotAnal::PreProcess(MParList *pList) 86 86 { 87 87 fRunHeader = (MRawRunHeader*)pList->FindObject("MRawRunHeader"); … … 118 118 // pixel in the MCerPhotEvt container. 119 119 // 120 Bool_t MCerPhotAnal::Process()120 Int_t MCerPhotAnal::Process() 121 121 { 122 122 //fCerPhotEvt->InitSize(fRawEvt->GetNumPixels()); -
trunk/MagicSoft/Mars/manalysis/MCerPhotAnal.h
r1396 r2211 26 26 MCerPhotEvt *fCerPhotEvt; // Cerenkov Photon Event used for calculation 27 27 MRawRunHeader *fRunHeader; // RunHeader information 28 29 Int_t PreProcess(MParList *pList); 30 Int_t Process(); 28 31 29 32 public: 30 33 MCerPhotAnal(const char *name=NULL, const char *title=NULL); 31 32 Bool_t PreProcess(MParList *pList);33 Bool_t Process();34 34 35 35 ClassDef(MCerPhotAnal, 0) // Task to calculate cerenkov photons from raw data
Note:
See TracChangeset
for help on using the changeset viewer.