- Timestamp:
- 06/29/07 13:23:10 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfilter/MFMagicCuts.cc
r8619 r8624 38 38 // dist = MHillasSrc.fDist*fMm2Deg 39 39 // m3long = MHillasExt.fM3Long*sign(MHillasSrc.fCosDeltaAlpha)*fMm2Deg 40 // slope = MHillasExt.fSlopeLong*sign(MHillasSrc.fCosDeltaAlpha) *fMm2Deg40 // slope = MHillasExt.fSlopeLong*sign(MHillasSrc.fCosDeltaAlpha)/fMm2Deg 41 41 // 42 42 // antialpha = MHillasSrcAnti.fAlpha 43 43 // antidist = MHillasSrcAnti.fDist*fMm2Deg 44 44 // antim3long = MHillasExt.fM3Long*sign(MHillasSrcAnti.fCosDeltaAlpha)*fMm2Deg 45 // antislope = MHillasExt.fSlopeLong*sign(MHillasSrcAnti.fCosDeltaAlpha) *fMm2Deg45 // antislope = MHillasExt.fSlopeLong*sign(MHillasSrcAnti.fCosDeltaAlpha)/fMm2Deg 46 46 // 47 47 // had = Hadronness.fVal -
trunk/MagicSoft/Mars/mjobs/MJStar.cc
r8586 r8624 362 362 // ----------------------- Muon Analysis ---------------------- 363 363 // Filter to start muon analysis 364 MFDataPhrase fmuon1("MHillas.fSize>150 ", "MuonPreCut");364 MFDataPhrase fmuon1("MHillas.fSize>150 && MNewImagePar.fConcCOG<0.1", "MuonPreCut"); 365 365 // Filter to calculate further muon parameters 366 366 MFDataPhrase fmuon2("(MMuonSearchPar.fRadius>180) && (MMuonSearchPar.fRadius<400) &&"
Note:
See TracChangeset
for help on using the changeset viewer.