Ignore:
Timestamp:
02/10/05 18:23:33 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6333 r6362  
    149149// to the extractor-TDAS
    150150//
    151 static Int_t extractorflag = 34;
     151static Int_t extractorflag = 35;
    152152//
    153153Int_t calibration(const UInt_t extflag=extractorflag, const Int_t prun=pedrun,
     
    475475    gLog << "     31:          SetNameWeightsFile('msignal/cosmics_weights_logain4.dat')" << endl;
    476476    gLog << "     32:          SetNameWeightsFile('msignal/calibration_weights_UV.dat')" << endl;
    477     gLog << "     33:          Use calibration weights for calibration events and cosmics weights for data events" << endl;
     477    gLog << "     33:          SetNameWeightsFile('msignal/calibration_weights_UV_logain.dat')" << endl;
     478    gLog << "     34:          SetNameWeightsFile('msignal/MC_weights.dat')" << endl;
     479    gLog << "      MExtractTimeAndChargeDigitalFilterPeakSearch" << endl;
     480    gLog << "     35:          SetNameWeightsFile('msignal/calibration_weights_UV.dat')" << endl;
    478481    gLog << endl;
    479482    gLog << "     --inpath=#          Find the data in inpath"                      << endl;
Note: See TracChangeset for help on using the changeset viewer.