Changeset 2981
- Timestamp:
- 01/30/04 11:52:11 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2979 r2981 4 4 5 5 -*-*- END OF LINE -*-*- 6 2004/01/30: Abelardo Moralejo 7 8 * macros/starmc.C 9 - changed default FADC integration range (more adequate for coming 10 camera version). 11 6 12 2004/01/30: Thomas Bretz 7 13 -
trunk/MagicSoft/Mars/macros/starmc.C
r2886 r2981 52 52 // pixels) 53 53 // 54 CalibrationFilename = new TString(" ../../../nonoise/gammas/Gamma_zbin0_0*.root");54 CalibrationFilename = new TString("nonoise/Gamma_zbin0_0*.root"); 55 55 // File to be used in the calibration (must be a camera file without added noise) 56 56 57 Char_t* AnalysisFilename = " Proton_zbin*.root"; // File to be analyzed57 Char_t* AnalysisFilename = "Gamma_zbin0*.root"; // File to be analyzed 58 58 Char_t* OutFilename = "star_mc.root"; // Output file name 59 59 60 60 Float_t CleanLev[2] = {4., 3.}; // Tail cuts for image analysis 61 61 62 Int_t BinsHigh[2] = { 0, 5}; // First and last FADC bin of the range to be integrated,63 Int_t BinsLow[2] = { 0, 5}; // for high and low gain respectively.62 Int_t BinsHigh[2] = {5, 9}; // First and last FADC bin of the range to be integrated, 63 Int_t BinsLow[2] = {5, 9}; // for high and low gain respectively. 64 64 65 65 // -------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.