Changeset 6023 for trunk/MagicSoft
- Timestamp:
- 01/26/05 10:48:05 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6021 r6023 24 24 * mtemp/mpadova/macros/resize.C 25 25 - added to output missing container MRawEvtHeader 26 27 * macros/starmc2.C 28 - added missing container MImagePar 26 29 27 30 -
trunk/MagicSoft/Mars/macros/starmc2.C
r5990 r6023 38 38 void starmc2() 39 39 { 40 Char_t* AnalysisFilename = " calibrated_protons.root"; // File to be analyzed40 Char_t* AnalysisFilename = "../calibrated_gamma.root"; // File to be analyzed 41 41 42 42 TString* OutFilename1; … … 45 45 // Change output file names as desired. If you want only one output, comment 46 46 // out the initialization of OutFilename2: 47 OutFilename1 = new TString("star_ train.root"); // Output file name 1 (test)48 OutFilename2 = new TString("star_ test.root"); // Output file name 2 (train)47 OutFilename1 = new TString("star_gamma_train.root"); // Output file name 1 (test) 48 OutFilename2 = new TString("star_gamma_test.root"); // Output file name 2 (train) 49 49 50 Float_t CleanLev[2] = {3. , 2.}; // Tail cuts for image analysis50 Float_t CleanLev[2] = {3.84, 2.56}; // Tail cuts for image analysis 51 51 52 52 // ------------------------------------------------------------------ … … 109 109 write1.AddContainer("MHillasExt", "Events"); 110 110 write1.AddContainer("MHillasSrc", "Events"); 111 write1.AddContainer("MImagePar", "Events"); 111 112 write1.AddContainer("MNewImagePar", "Events"); 112 113 … … 130 131 write2.AddContainer("MHillasExt", "Events"); 131 132 write2.AddContainer("MHillasSrc", "Events"); 133 write2.AddContainer("MImagePar", "Events"); 132 134 write2.AddContainer("MNewImagePar", "Events"); 133 135
Note:
See TracChangeset
for help on using the changeset viewer.