Changeset 3017 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 02/04/04 16:11:11 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.