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 pt) |
bool | IsMvdCutOk (int stationNum, double dmvd, double mom) |
std::string | ToString () |
Public Attributes | |
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 15 of file LmvmCuts.h.
|
inline |
Definition at line 17 of file LmvmCuts.h.
|
inline |
Definition at line 43 of file LmvmCuts.h.
References fChi2PrimCut.
Referenced by LmvmTask::FillCands(), and LmvmTask::FillTopologyCands().
|
inline |
Definition at line 45 of file LmvmCuts.h.
References fGammaCut.
Referenced by LmvmTask::CheckGammaConvAndPi0().
|
inline |
Definition at line 49 of file LmvmCuts.h.
References fMvd1CutD, fMvd1CutP, fMvd2CutD, and fMvd2CutP.
Referenced by LmvmTask::CheckClosestMvdHit().
|
inline |
|
inline |
Definition at line 19 of file LmvmCuts.h.
References fRtCutAngle, fRtCutPP, fStCutAngle, fStCutPP, fTtCutAngle, fTtCutPP, RT, ST, and TT.
Referenced by LmvmTask::CheckTopologyCut().
|
inline |
Definition at line 70 of file LmvmCuts.h.
References fAngleCut, fChi2PrimCut, fGammaCut, fMomentumCut, fMvd1CutD, fMvd1CutP, fMvd2CutD, fMvd2CutP, fPtCut, fRtCutAngle, fRtCutPP, fStCutAngle, fStCutPP, fTtCutAngle, and fTtCutPP.
Referenced by LmvmTask::Exec().
double LmvmCuts::fAngleCut = 1. |
Definition at line 93 of file LmvmCuts.h.
Referenced by ToString().
double LmvmCuts::fChi2PrimCut = 3.0 |
Definition at line 94 of file LmvmCuts.h.
Referenced by LmvmDraw::DrawCuts(), IsChi2PrimaryOk(), and ToString().
double LmvmCuts::fGammaCut = 0.025 |
Definition at line 95 of file LmvmCuts.h.
Referenced by IsGammaCutOk(), and ToString().
double LmvmCuts::fMomentumCut = -1. |
Definition at line 89 of file LmvmCuts.h.
Referenced by LmvmTask::FillCands(), and ToString().
double LmvmCuts::fMvd1CutD = 0.4 |
Definition at line 103 of file LmvmCuts.h.
Referenced by LmvmDraw::DrawCuts(), IsMvdCutOk(), and ToString().
double LmvmCuts::fMvd1CutP = 1.2 |
Definition at line 102 of file LmvmCuts.h.
Referenced by LmvmDraw::DrawCuts(), IsMvdCutOk(), and ToString().
double LmvmCuts::fMvd2CutD = 0.5 |
Definition at line 105 of file LmvmCuts.h.
Referenced by LmvmDraw::DrawCuts(), IsMvdCutOk(), and ToString().
double LmvmCuts::fMvd2CutP = 1.5 |
Definition at line 104 of file LmvmCuts.h.
Referenced by LmvmDraw::DrawCuts(), IsMvdCutOk(), and ToString().
double LmvmCuts::fPtCut = 0.2 |
Definition at line 92 of file LmvmCuts.h.
Referenced by IsPtCutOk(), and ToString().
double LmvmCuts::fRtCutAngle = 2.4 |
Definition at line 100 of file LmvmCuts.h.
Referenced by LmvmDraw::DrawCuts(), IsTopologyCutOk(), and ToString().
double LmvmCuts::fRtCutPP = 3.0 |
Definition at line 101 of file LmvmCuts.h.
Referenced by LmvmDraw::DrawCuts(), IsTopologyCutOk(), and ToString().
double LmvmCuts::fStCutAngle = 2.3 |
Definition at line 96 of file LmvmCuts.h.
Referenced by LmvmDraw::DrawCuts(), IsTopologyCutOk(), and ToString().
double LmvmCuts::fStCutPP = 2.9 |
Definition at line 97 of file LmvmCuts.h.
Referenced by LmvmDraw::DrawCuts(), IsTopologyCutOk(), and ToString().
double LmvmCuts::fTtCutAngle = 2.2 |
Definition at line 98 of file LmvmCuts.h.
Referenced by LmvmDraw::DrawCuts(), IsTopologyCutOk(), and ToString().
double LmvmCuts::fTtCutPP = 3.2 |
Definition at line 99 of file LmvmCuts.h.
Referenced by LmvmDraw::DrawCuts(), IsTopologyCutOk(), and ToString().