Changeset 6250 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
02/04/05 12:12:32 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6247 r6250  
    2020
    2121                                                 -*-*- END OF LINE -*-*-
     22
     23 2005/02/04 Abelardo Moralejo
     24
     25   * macros/starmc2.C
     26     - added to output missing container MConcentration.
     27
    2228
    2329 2005/02/03 Thomas Bretz
  • trunk/MagicSoft/Mars/macros/starmc2.C

    r6027 r6250  
    4848  OutFilename2 = new TString("star_gamma_test.root");    // Output file name 2 (train)
    4949
    50   Float_t CleanLev[2] = {3.84, 2.56}; // Tail cuts for image analysis
     50  Float_t CleanLev[2] = {3., 2.}; // Tail cuts for image analysis
    5151
    5252  // ------------------------------------------------------------------
     
    6565  //
    6666  // FOR WOBBLE MODE!! Set source position on camera here.
    67   src.SetX(120.);  // units: mm
     67  //  src.SetX(120.);  // units: mm
    6868
    6969  src.SetReadyToSave();
     
    115115  write1.AddContainer("MImagePar",     "Events");
    116116  write1.AddContainer("MNewImagePar",  "Events");
     117  write1.AddContainer("MConcentration","Events");
    117118
    118119  if (OutFilename2) // Second output file, in case we want a split output
     
    137138      write2.AddContainer("MImagePar",     "Events");
    138139      write2.AddContainer("MNewImagePar",  "Events");
     140      write2.AddContainer("MConcentration","Events");
    139141
    140142      //
Note: See TracChangeset for help on using the changeset viewer.