Changeset 4824 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 08/31/04 18:23:08 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MSigmabarCalc.cc
r4584 r4824 90 90 } 91 91 92 fPed = (MPedPhotCam*)pList->FindObject(AddSerialNumber( "MPedPhotCam"));92 fPed = (MPedPhotCam*)pList->FindObject(AddSerialNumber(fNamePedPhotCam), "MPedPhotCam"); 93 93 if (!fPed) 94 94 { -
trunk/MagicSoft/Mars/manalysis/MSigmabarCalc.h
r4584 r4824 46 46 Double_t fThetaMax; 47 47 48 TString fNamePedPhotCam; // name of the 'MPedPhotCam' container 49 48 50 void Reset(); 49 51 … … 56 58 MSigmabarCalc(const char *name=NULL, const char *title=NULL); 57 59 60 void SetNamePedPhotCam(const char *name) { fNamePedPhotCam = name; } 61 58 62 ClassDef(MSigmabarCalc, 0) // task for calculating sigmabar 59 63 };
Note:
See TracChangeset
for help on using the changeset viewer.