Changeset 6509
- Timestamp:
- 02/15/05 19:43:13 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6504 r6509 34 34 true total number of produced MC events, and allow for the 35 35 setting of a "tentative" differential gamma spectrum to be used 36 in the calculation of effective areas. 36 in the calculation of effective areas. 37 Removed unused constructor argument "input" in 38 MMcCollectionAreaCalc. 37 39 38 40 * macros/collarea.C -
trunk/MagicSoft/Mars/mmontecarlo/MMcCollectionAreaCalc.cc
r6491 r6509 54 54 // Constructor 55 55 // 56 MMcCollectionAreaCalc::MMcCollectionAreaCalc(const char *input, const char *name, 57 const char *title): 56 MMcCollectionAreaCalc::MMcCollectionAreaCalc(const char *name, const char *title): 58 57 fBinsTheta(0), fBinsEnergy(0), fSpectrum(0) 59 58 { -
trunk/MagicSoft/Mars/mmontecarlo/MMcCollectionAreaCalc.h
r6491 r6509 41 41 42 42 public: 43 MMcCollectionAreaCalc(const char *input = NULL, 44 const char *name = NULL, const char *title = NULL); 43 MMcCollectionAreaCalc(const char *name = NULL, const char *title = NULL); 45 44 46 45 void SetSpectrum(TF1 *f) { fSpectrum = f; }
Note:
See TracChangeset
for help on using the changeset viewer.