|
CbmRoot
|
#include <LmvmCuts.h>
Public Member Functions | |
| LmvmCuts () | |
| bool | IsTopologyCutOk (ELmvmTopologyCut cut, double mom1, double mom2, double minAngle) |
| bool | IsChi2PrimaryOk (double chi2Prim) |
| bool | IsGammaCutOk (double minv) |
| bool | IsPtCutOk (double momentum, double pt) |
| bool | IsMvdCutOk (int stationNum, double dmvd, double mom) |
| std::string | ToString () |
Public Attributes | |
| std::unique_ptr< TCutG > | fPtCut2D |
| double | fMomentumCut = -1. |
| double | fPtCut = 0.2 |
| double | fAngleCut = 1. |
| double | fChi2PrimCut = 3.0 |
| double | fGammaCut = 0.025 |
| double | fStCutAngle = 2.3 |
| double | fStCutPP = 2.9 |
| double | fTtCutAngle = 2.2 |
| double | fTtCutPP = 3.2 |
| double | fRtCutAngle = 2.4 |
| double | fRtCutPP = 3.0 |
| double | fMvd1CutP = 1.2 |
| double | fMvd1CutD = 0.4 |
| double | fMvd2CutP = 1.5 |
| double | fMvd2CutD = 0.5 |
Definition at line 16 of file LmvmCuts.h.
|
inline |
Definition at line 18 of file LmvmCuts.h.
|
inline |
Definition at line 44 of file LmvmCuts.h.
References fChi2PrimCut.
|
inline |
Definition at line 46 of file LmvmCuts.h.
References fGammaCut.
|
inline |
|
inline |
Definition at line 48 of file LmvmCuts.h.
References fPtCut2D.
|
inline |
Definition at line 20 of file LmvmCuts.h.
References fRtCutAngle, fRtCutPP, fStCutAngle, fStCutPP, fTtCutAngle, fTtCutPP, RT, ST, and TT.
|
inline |
Definition at line 76 of file LmvmCuts.h.
References fAngleCut, fChi2PrimCut, fGammaCut, fMomentumCut, fMvd1CutD, fMvd1CutP, fMvd2CutD, fMvd2CutP, fPtCut, fRtCutAngle, fRtCutPP, fStCutAngle, fStCutPP, fTtCutAngle, and fTtCutPP.
| double LmvmCuts::fAngleCut = 1. |
Definition at line 99 of file LmvmCuts.h.
Referenced by ToString().
| double LmvmCuts::fChi2PrimCut = 3.0 |
Definition at line 100 of file LmvmCuts.h.
Referenced by IsChi2PrimaryOk(), and ToString().
| double LmvmCuts::fGammaCut = 0.025 |
Definition at line 101 of file LmvmCuts.h.
Referenced by IsGammaCutOk(), and ToString().
| double LmvmCuts::fMomentumCut = -1. |
Definition at line 95 of file LmvmCuts.h.
Referenced by ToString().
| double LmvmCuts::fMvd1CutD = 0.4 |
Definition at line 109 of file LmvmCuts.h.
Referenced by IsMvdCutOk(), and ToString().
| double LmvmCuts::fMvd1CutP = 1.2 |
Definition at line 108 of file LmvmCuts.h.
Referenced by IsMvdCutOk(), and ToString().
| double LmvmCuts::fMvd2CutD = 0.5 |
Definition at line 111 of file LmvmCuts.h.
Referenced by IsMvdCutOk(), and ToString().
| double LmvmCuts::fMvd2CutP = 1.5 |
Definition at line 110 of file LmvmCuts.h.
Referenced by IsMvdCutOk(), and ToString().
| double LmvmCuts::fPtCut = 0.2 |
Definition at line 98 of file LmvmCuts.h.
Referenced by ToString().
| std::unique_ptr<TCutG> LmvmCuts::fPtCut2D |
Definition at line 50 of file LmvmCuts.h.
Referenced by IsPtCutOk().
| double LmvmCuts::fRtCutAngle = 2.4 |
Definition at line 106 of file LmvmCuts.h.
Referenced by IsTopologyCutOk(), and ToString().
| double LmvmCuts::fRtCutPP = 3.0 |
Definition at line 107 of file LmvmCuts.h.
Referenced by IsTopologyCutOk(), and ToString().
| double LmvmCuts::fStCutAngle = 2.3 |
Definition at line 102 of file LmvmCuts.h.
Referenced by IsTopologyCutOk(), and ToString().
| double LmvmCuts::fStCutPP = 2.9 |
Definition at line 103 of file LmvmCuts.h.
Referenced by IsTopologyCutOk(), and ToString().
| double LmvmCuts::fTtCutAngle = 2.2 |
Definition at line 104 of file LmvmCuts.h.
Referenced by IsTopologyCutOk(), and ToString().
| double LmvmCuts::fTtCutPP = 3.2 |
Definition at line 105 of file LmvmCuts.h.
Referenced by IsTopologyCutOk(), and ToString().