Changeset 4393


Ignore:
Timestamp:
07/15/04 17:01:56 (20 years ago)
Author:
blanch
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mtemp/mifae/programs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mifae/programs/makehillas.datacard

    r4225 r4393  
    4343// -1: kDummy
    4444//  0: kNone
    45 //  1: kDefault
    46 // 11: kDefault + bad pixel interpolation
     45//  1: kDefault(F factor)
     46//  2: kDemocratic
     47// 11: kDefault(F factor) + bad pixel interpolation
     48// 21: kDemocratic + bad pixel interpolation
    4749CALFLAG 11
    4850
    4951// Cleaning level
    50 CLEANLEVEL 3.0 1.5
     52CLEANLEVEL 3.0 1.5 1 2
    5153
    5254//Island calculations
  • 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.