Ignore:
Timestamp:
07/15/04 17:01:56 (20 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mifae/programs/optimizeCuts.cc

    r4328 r4393  
    113113  ton->SetAlias("length","MHillas.fLength*0.6/189");
    114114  ton->SetAlias("width","MHillas.fWidth*0.6/189");
    115   //  ton->SetAlias("length","MHillas.fLength");
    116   //  ton->SetAlias("width","MHillas.fWidth");
     115  //ton->SetAlias("length","MHillas.fLength");
     116  //ton->SetAlias("width","MHillas.fWidth");
    117117  ton->SetAlias("dist","MHillasSrc.fDist*0.6/189");
    118118  ton->SetAlias("conc","MNewImagePar.fConc");
     
    120120  ton->SetAlias("event","MRawEvtHeader.fDAQEvtNumber");
    121121  ton->SetAlias("alpha","abs(MHillasSrc.fAlpha)");
     122  ton->SetAlias("leak","MNewImagePar.fInnerLeakage1");
    122123 
    123124  toff->SetAlias("length","MHillas.fLength*0.6/189");
     
    130131  toff->SetAlias("event","MRawEvtHeader.fDAQEvtNumber");
    131132  toff->SetAlias("alpha","abs(MHillasSrc.fAlpha)");
     133  toff->SetAlias("leak","MNewImagePar.fInnerLeakage1");
    132134
    133135
Note: See TracChangeset for help on using the changeset viewer.