Changeset 1854 for trunk/MagicSoft/Mars
- Timestamp:
- 03/21/03 15:45:52 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mhist
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHMcCT1CollectionArea.cc
r1827 r1854 16 16 ! 17 17 ! 18 ! Author(s): A. Moralejo 3/2003 moralejo@pd.infn.it19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 218 ! Author(s): A. Moralejo 3/2003 <mailto:moralejo@pd.infn.it> 19 ! 20 ! Copyright: MAGIC Software Development, 2000-2003 21 21 ! 22 22 ! -
trunk/MagicSoft/Mars/mhist/MHMcCT1CollectionArea.h
r1827 r1854 12 12 { 13 13 private: 14 TH2D *fHistAll; // !all simulated showers15 TH2D *fHistSel; // !the selected showers14 TH2D *fHistAll; // all simulated showers 15 TH2D *fHistSel; // the selected showers 16 16 TH2D *fHistCol; // the collection area 17 17 void SetBins(Int_t nbins, Axis_t minEnergy, Axis_t maxEnergy);
Note:
See TracChangeset
for help on using the changeset viewer.