CbmRoot
Loading...
Searching...
No Matches
LmvmCuts Class Reference

#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
 

Detailed Description

Definition at line 15 of file LmvmCuts.h.

Constructor & Destructor Documentation

◆ LmvmCuts()

LmvmCuts::LmvmCuts ( )
inline

Definition at line 17 of file LmvmCuts.h.

Member Function Documentation

◆ IsChi2PrimaryOk()

bool LmvmCuts::IsChi2PrimaryOk ( double chi2Prim)
inline

Definition at line 43 of file LmvmCuts.h.

References fChi2PrimCut.

Referenced by LmvmTask::FillCands(), and LmvmTask::FillTopologyCands().

◆ IsGammaCutOk()

bool LmvmCuts::IsGammaCutOk ( double minv)
inline

Definition at line 45 of file LmvmCuts.h.

References fGammaCut.

Referenced by LmvmTask::CheckGammaConvAndPi0().

◆ IsMvdCutOk()

bool LmvmCuts::IsMvdCutOk ( int stationNum,
double dmvd,
double mom )
inline

Definition at line 49 of file LmvmCuts.h.

References fMvd1CutD, fMvd1CutP, fMvd2CutD, and fMvd2CutP.

Referenced by LmvmTask::CheckClosestMvdHit().

◆ IsPtCutOk()

bool LmvmCuts::IsPtCutOk ( double pt)
inline

Definition at line 47 of file LmvmCuts.h.

References fPtCut.

Referenced by LmvmTask::FillCands().

◆ IsTopologyCutOk()

bool LmvmCuts::IsTopologyCutOk ( ELmvmTopologyCut cut,
double mom1,
double mom2,
double minAngle )
inline

Definition at line 19 of file LmvmCuts.h.

References fRtCutAngle, fRtCutPP, fStCutAngle, fStCutPP, fTtCutAngle, fTtCutPP, RT, ST, and TT.

Referenced by LmvmTask::CheckTopologyCut().

◆ ToString()

std::string LmvmCuts::ToString ( )
inline

Member Data Documentation

◆ fAngleCut

double LmvmCuts::fAngleCut = 1.

Definition at line 93 of file LmvmCuts.h.

Referenced by ToString().

◆ fChi2PrimCut

double LmvmCuts::fChi2PrimCut = 3.0

Definition at line 94 of file LmvmCuts.h.

Referenced by LmvmDraw::DrawCuts(), IsChi2PrimaryOk(), and ToString().

◆ fGammaCut

double LmvmCuts::fGammaCut = 0.025

Definition at line 95 of file LmvmCuts.h.

Referenced by IsGammaCutOk(), and ToString().

◆ fMomentumCut

double LmvmCuts::fMomentumCut = -1.

Definition at line 89 of file LmvmCuts.h.

Referenced by LmvmTask::FillCands(), and ToString().

◆ fMvd1CutD

double LmvmCuts::fMvd1CutD = 0.4

Definition at line 103 of file LmvmCuts.h.

Referenced by LmvmDraw::DrawCuts(), IsMvdCutOk(), and ToString().

◆ fMvd1CutP

double LmvmCuts::fMvd1CutP = 1.2

Definition at line 102 of file LmvmCuts.h.

Referenced by LmvmDraw::DrawCuts(), IsMvdCutOk(), and ToString().

◆ fMvd2CutD

double LmvmCuts::fMvd2CutD = 0.5

Definition at line 105 of file LmvmCuts.h.

Referenced by LmvmDraw::DrawCuts(), IsMvdCutOk(), and ToString().

◆ fMvd2CutP

double LmvmCuts::fMvd2CutP = 1.5

Definition at line 104 of file LmvmCuts.h.

Referenced by LmvmDraw::DrawCuts(), IsMvdCutOk(), and ToString().

◆ fPtCut

double LmvmCuts::fPtCut = 0.2

Definition at line 92 of file LmvmCuts.h.

Referenced by IsPtCutOk(), and ToString().

◆ fRtCutAngle

double LmvmCuts::fRtCutAngle = 2.4

Definition at line 100 of file LmvmCuts.h.

Referenced by LmvmDraw::DrawCuts(), IsTopologyCutOk(), and ToString().

◆ fRtCutPP

double LmvmCuts::fRtCutPP = 3.0

Definition at line 101 of file LmvmCuts.h.

Referenced by LmvmDraw::DrawCuts(), IsTopologyCutOk(), and ToString().

◆ fStCutAngle

double LmvmCuts::fStCutAngle = 2.3

Definition at line 96 of file LmvmCuts.h.

Referenced by LmvmDraw::DrawCuts(), IsTopologyCutOk(), and ToString().

◆ fStCutPP

double LmvmCuts::fStCutPP = 2.9

Definition at line 97 of file LmvmCuts.h.

Referenced by LmvmDraw::DrawCuts(), IsTopologyCutOk(), and ToString().

◆ fTtCutAngle

double LmvmCuts::fTtCutAngle = 2.2

Definition at line 98 of file LmvmCuts.h.

Referenced by LmvmDraw::DrawCuts(), IsTopologyCutOk(), and ToString().

◆ fTtCutPP

double LmvmCuts::fTtCutPP = 3.2

Definition at line 99 of file LmvmCuts.h.

Referenced by LmvmDraw::DrawCuts(), IsTopologyCutOk(), and ToString().


The documentation for this class was generated from the following file: