Changeset 7257 for trunk/MagicSoft


Ignore:
Timestamp:
08/04/05 09:49:38 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJStar.cc

    r7252 r7257  
    355355
    356356    // ----------------------- Muon Analysis ----------------------
     357    // Filter to start muon analysis
    357358    MF fmuon1("MHillas.fSize>150", "MuonPreCut");
     359    // Filter to calculate further muon parameters
    358360    MF fmuon2("(MMuonSearchPar.fRadius>180) && (MMuonSearchPar.fRadius<400) &&"
    359               "(MMuonSearchPar.fDeviation<35)", "MuonSearchCut");
    360     MF fmuon3("(MMuonCalibPar.fArcPhi>190) &&"
     361              "(MMuonSearchPar.fDeviation<45)", "MuonSearchCut");
     362    // Filter to fill the MHMuonPar
     363    MF fmuon3("(MMuonCalibPar.fArcPhi>190) && (MMuonSearchPar.fDeviation<35) &&"
    361364              "(MMuonCalibPar.fArcWidth<0.20) && (MMuonCalibPar.fArcWidth>0.04)",
    362365              "MuonFinalCut");
     366    // Filter to write Muons to Muon tree
    363367    MFDataMember fmuon4("MMuonCalibPar.fArcPhi", '>', -0.5, "MuonWriteCut");
    364368    writem.SetFilter(&fmuon4);
Note: See TracChangeset for help on using the changeset viewer.