Changeset 6250 for trunk/MagicSoft/Mars
- Timestamp:
- 02/04/05 12:12:32 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6247 r6250 20 20 21 21 -*-*- END OF LINE -*-*- 22 23 2005/02/04 Abelardo Moralejo 24 25 * macros/starmc2.C 26 - added to output missing container MConcentration. 27 22 28 23 29 2005/02/03 Thomas Bretz -
trunk/MagicSoft/Mars/macros/starmc2.C
r6027 r6250 48 48 OutFilename2 = new TString("star_gamma_test.root"); // Output file name 2 (train) 49 49 50 Float_t CleanLev[2] = {3. 84, 2.56}; // Tail cuts for image analysis50 Float_t CleanLev[2] = {3., 2.}; // Tail cuts for image analysis 51 51 52 52 // ------------------------------------------------------------------ … … 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(); … … 115 115 write1.AddContainer("MImagePar", "Events"); 116 116 write1.AddContainer("MNewImagePar", "Events"); 117 write1.AddContainer("MConcentration","Events"); 117 118 118 119 if (OutFilename2) // Second output file, in case we want a split output … … 137 138 write2.AddContainer("MImagePar", "Events"); 138 139 write2.AddContainer("MNewImagePar", "Events"); 140 write2.AddContainer("MConcentration","Events"); 139 141 140 142 //
Note:
See TracChangeset
for help on using the changeset viewer.