Changeset 5737 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/08/05 10:53:20 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/calibration.C

    r5714 r5737  
    134134// Tell if you want to store and read the F0 and F1- files
    135135//
    136 static Bool_t usestorage   = kTRUE;
     136static Bool_t useStorage   = kTRUE;
    137137//
    138138// Tell which extractor you want to use. The flags are counted according
     
    207207
    208208  MJPedestal pedloop1;
    209   pedloop1.SetNoStorage();
     209  pedloop1.SetNoStorage(!useStorage);
    210210  pedloop1.SetEnvDebug(debug);
    211211  pedloop1.SetExtractor(extractor);
     
    236236     
    237237      pedloop2.SetUseData();
    238       pedloop2.SetNoStorage();
     238      pedloop2.SetNoStorage(!useStorage);
    239239      pedloop2.SetEnvDebug(debug);
    240240      pedloop2.SetExtractor(extractor);
     
    267267    calloop.SetIntensity();
    268268  //  calloop.SetHistsStorage();
    269   calloop.SetNoStorage(!usestorage);
     269  calloop.SetNoStorage(!useStorage);
    270270  calloop.SetRelTimeCalibration(kTRUE);
    271271  //
     
    300300
    301301  //  return 0;
    302 
    303302  //
    304303  // The next lines are the use the Print() function and have
Note: See TracChangeset for help on using the changeset viewer.