Changeset 2213
- Timestamp:
- 06/23/03 13:45:33 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.cc
r2212 r2213 133 133 // we enable a fix for truncated pedestal means in this version. 134 134 // 135 Int_t MCerPhotCalc::ReInit(MParList *pList)135 Bool_t MCerPhotCalc::ReInit(MParList *pList) 136 136 { 137 137 const MRawRunHeader *runheader = (MRawRunHeader*)pList->FindObject("MRawRunHeader"); -
trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.h
r2212 r2213 38 38 void SetDefaultWeights(); 39 39 40 Int_t PreProcess(MParList *pList); 41 Int_t Process(); 42 43 Bool_t ReInit(MParList *pList); 44 40 45 public: 41 46 MCerPhotCalc(const char *name=NULL, const char *title=NULL); 42 43 Int_t PreProcess(MParList *pList);44 Int_t Process();45 Int_t ReInit(MParList *pList);46 47 47 48 // FIXME: The array size should be checked!
Note:
See TracChangeset
for help on using the changeset viewer.