Changeset 6023 for trunk/MagicSoft


Ignore:
Timestamp:
01/26/05 10:48:05 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6021 r6023  
    2424   * mtemp/mpadova/macros/resize.C
    2525     - added to output missing container MRawEvtHeader
     26
     27   * macros/starmc2.C
     28     - added missing container MImagePar
    2629
    2730
  • trunk/MagicSoft/Mars/macros/starmc2.C

    r5990 r6023  
    3838void starmc2()
    3939{
    40   Char_t* AnalysisFilename = "calibrated_protons.root"; // File to be analyzed
     40  Char_t* AnalysisFilename = "../calibrated_gamma.root"; // File to be analyzed
    4141
    4242  TString* OutFilename1;
     
    4545  // Change output file names as desired. If you want only one output, comment
    4646  // 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)
    4949
    50   Float_t CleanLev[2] = {3., 2.}; // Tail cuts for image analysis
     50  Float_t CleanLev[2] = {3.84, 2.56}; // Tail cuts for image analysis
    5151
    5252  // ------------------------------------------------------------------
     
    109109  write1.AddContainer("MHillasExt",    "Events");
    110110  write1.AddContainer("MHillasSrc",    "Events");
     111  write1.AddContainer("MImagePar",     "Events");
    111112  write1.AddContainer("MNewImagePar",  "Events");
    112113
     
    130131      write2.AddContainer("MHillasExt",    "Events");
    131132      write2.AddContainer("MHillasSrc",    "Events");
     133      write2.AddContainer("MImagePar",     "Events");
    132134      write2.AddContainer("MNewImagePar",  "Events");
    133135
Note: See TracChangeset for help on using the changeset viewer.