Changeset 3017
- Timestamp:
- 02/04/04 16:11:11 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3016 r3017 4 4 5 5 -*-*- END OF LINE -*-*- 6 7 2004/02/03: Abelardo Moralejo 8 9 * macros/starmc2.C 10 - removed unnecessary variables BinsHigh, BinsLow 11 6 12 2004/02/03: Markus Gaug 7 13 -
trunk/MagicSoft/Mars/macros/starmc2.C
r2982 r3017 38 38 void starmc2() 39 39 { 40 Char_t* AnalysisFilename = "calib rated_data.root"; // File to be analyzed40 Char_t* AnalysisFilename = "calib_gamma_mc.root"; // File to be analyzed 41 41 Char_t* OutFilename = "star_mc.root"; // Output file name 42 42 43 43 Float_t CleanLev[2] = {4., 3.}; // Tail cuts for image analysis 44 45 Int_t BinsHigh[2] = {5, 9}; // First and last FADC bin of the range to be integrated,46 Int_t BinsLow[2] = {5, 9}; // for high and low gain respectively.47 44 48 45 // ------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.