Changeset 7683 for trunk/MagicSoft/Mars/mhflux
- Timestamp:
- 05/03/06 08:25:29 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MHCollectionArea.h
r7094 r7683 20 20 { 21 21 private: 22 MMcEvt *fMcEvt; 23 MParameterD *fEnergy;22 MMcEvt *fMcEvt; //! 23 //MParameterD *fEnergy; //! 24 24 25 25 TH2D fHistSel; … … 77 77 void SetMcAreaRadius(Float_t x) { fMcAreaRadius = x; } 78 78 79 ClassDef(MHCollectionArea, 1) // Data Container to calculate Collection Area79 ClassDef(MHCollectionArea, 2) // Data Container to calculate Collection Area 80 80 }; 81 81
Note:
See TracChangeset
for help on using the changeset viewer.