Changeset 5411 for trunk


Ignore:
Timestamp:
11/16/04 14:45:33 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5346 r5411  
    9797// the default pedestal run for the calibration
    9898//
    99 static const Int_t   pedrun  = 31741;
     99static const Int_t   pedrun  = 31756;
    100100//
    101101// the default start calibration run
    102102//
    103 static const Int_t   calrun1 = 31742;
     103static const Int_t   calrun1 = 31755;
    104104//
    105105// the default last calibration run (if 0, only one run is taken, otherwise consecutive runs
    106106// between calrun1 and calrun2)
    107107//
    108 //static  const Int_t calrun2 = 31754;
    109108static  const Int_t calrun2 = 0;
    110109//
     
    143142// Tell if you want to use MPedCalcFromLogain for the pedestal calculation
    144143//
    145 static Bool_t usedata      = kTRUE;
     144static Bool_t usedata      = kFALSE;
    146145//
    147146// Tell if you want to store and read the F0 and F1- files
     
    243242
    244243  MJPedestal pedloop;
    245   pedloop.SetUseData(usedata);
     244  if (usedata)
     245   pedloop.SetUseData();
    246246  pedloop.SetNoStorage(!usestorage);
    247247  pedloop.SetEnvDebug(debug);
Note: See TracChangeset for help on using the changeset viewer.