Changeset 4824 for trunk/MagicSoft/Mars/manalysis/MSigmabarCalc.h
- Timestamp:
- 08/31/04 18:23:08 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.