Changeset 6027
- Timestamp:
- 01/26/05 15:01:04 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/macros
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/mccalibrate.C
r6026 r6027 47 47 CalibrationFilename = new TString("/data1/magic/mc_data/root/Period021_0.73_mirror/gammas_nonoise/Gamma_*root"); // File to be used for the calibration (must be a camera file without added noise) 48 48 49 Char_t* AnalysisFilename = "/data1/magic/mc_data/root/Period021_0.73_mirror/gammas_wobble/used/ Proton_*.root"; // File to be analyzed49 Char_t* AnalysisFilename = "/data1/magic/mc_data/root/Period021_0.73_mirror/gammas_wobble/used/Gamma_*.root"; // File to be analyzed 50 50 51 51 Char_t* OutFilename = "calibrated_gamma.root"; // Output file name … … 61 61 MExtractFixedWindowPeakSearch sigextract; 62 62 sigextract.SetWindows(6, 6, 4); 63 63 64 64 65 -
trunk/MagicSoft/Mars/macros/starmc2.C
r6026 r6027 65 65 // 66 66 // FOR WOBBLE MODE!! Set source position on camera here. 67 //src.SetX(120.); // units: mm67 src.SetX(120.); // units: mm 68 68 69 69 src.SetReadyToSave(); … … 170 170 evtloop.SetParList(&plist); 171 171 172 if (!evtloop.Eventloop( 10000))172 if (!evtloop.Eventloop()) 173 173 return; 174 174
Note:
See TracChangeset
for help on using the changeset viewer.