Changeset 8624 for trunk


Ignore:
Timestamp:
06/29/07 13:23:10 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfilter/MFMagicCuts.cc

    r8619 r8624  
    3838//      dist         = MHillasSrc.fDist*fMm2Deg
    3939//      m3long       = MHillasExt.fM3Long*sign(MHillasSrc.fCosDeltaAlpha)*fMm2Deg
    40 //      slope        = MHillasExt.fSlopeLong*sign(MHillasSrc.fCosDeltaAlpha)*fMm2Deg
     40//      slope        = MHillasExt.fSlopeLong*sign(MHillasSrc.fCosDeltaAlpha)/fMm2Deg
    4141//
    4242//      antialpha    = MHillasSrcAnti.fAlpha
    4343//      antidist     = MHillasSrcAnti.fDist*fMm2Deg
    4444//      antim3long   = MHillasExt.fM3Long*sign(MHillasSrcAnti.fCosDeltaAlpha)*fMm2Deg
    45 //      antislope    = MHillasExt.fSlopeLong*sign(MHillasSrcAnti.fCosDeltaAlpha)*fMm2Deg
     45//      antislope    = MHillasExt.fSlopeLong*sign(MHillasSrcAnti.fCosDeltaAlpha)/fMm2Deg
    4646//
    4747//      had          = Hadronness.fVal
  • trunk/MagicSoft/Mars/mjobs/MJStar.cc

    r8586 r8624  
    362362    // ----------------------- Muon Analysis ----------------------
    363363    // Filter to start muon analysis
    364     MFDataPhrase fmuon1("MHillas.fSize>150", "MuonPreCut");
     364    MFDataPhrase fmuon1("MHillas.fSize>150 && MNewImagePar.fConcCOG<0.1", "MuonPreCut");
    365365    // Filter to calculate further muon parameters
    366366    MFDataPhrase fmuon2("(MMuonSearchPar.fRadius>180) && (MMuonSearchPar.fRadius<400) &&"
Note: See TracChangeset for help on using the changeset viewer.