TrdMCClusterR Fit Classifier
Variables
TRDConstants.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const int TRD_ZMAX = 150
 for plotting TH2Ds More...
 
const int TRD_ZMIN = 80
 cm More...
 
const int nZBins = 70
 cm More...
 
const int TRD_XYMAX = 110
 
const int TRD_XYMIN = -110
 cm More...
 
int nXYBins = 10*(TRD_XYMAX-TRD_XYMIN)
 cm More...
 
const double TRD_ZFITCUTOFF_MAX = 200
 for intersection cutoffs More...
 
const double TRD_ZFITCUTOFF_MIN = 70
 cm More...
 
const int nMIN_CLUSTERS_FOR_FIT = 2
 cm More...
 
const std::vector< std::string > vFitPlanes
 Strings for fit planes and components. More...
 
const std::map< int, std::pair< std::string, std::string > > components
 
const double fitChi2perNDF_threshold = 1000
 fit threshold for ClusterFitter::GetClusterProjectionLinearFits() More...
 
const double INTERSECTION_MAX_TOLERANCE = 10.0
 3D track distance for asserting intersection More...
 

Variable Documentation

◆ components

const std::map<int, std::pair<std::string, std::string> > components
Initial value:
=
{
{0, {"X", "Z"}},
{1, {"Y", "Z"}},
{2, {"X", "Y"}}
}

◆ fitChi2perNDF_threshold

const double fitChi2perNDF_threshold = 1000

◆ INTERSECTION_MAX_TOLERANCE

const double INTERSECTION_MAX_TOLERANCE = 10.0

3D track distance for asserting intersection

◆ nMIN_CLUSTERS_FOR_FIT

const int nMIN_CLUSTERS_FOR_FIT = 2

cm

For cluster Fits

◆ nXYBins

int nXYBins = 10*(TRD_XYMAX-TRD_XYMIN)

cm

◆ nZBins

const int nZBins = 70

cm

◆ TRD_XYMAX

const int TRD_XYMAX = 110

◆ TRD_XYMIN

const int TRD_XYMIN = -110

cm

◆ TRD_ZFITCUTOFF_MAX

const double TRD_ZFITCUTOFF_MAX = 200

for intersection cutoffs

◆ TRD_ZFITCUTOFF_MIN

const double TRD_ZFITCUTOFF_MIN = 70

cm

◆ TRD_ZMAX

const int TRD_ZMAX = 150

for plotting TH2Ds

◆ TRD_ZMIN

const int TRD_ZMIN = 80

cm

◆ vFitPlanes

const std::vector<std::string> vFitPlanes
Initial value:
=
{
"XZ",
"YZ",
"XY"
}

Strings for fit planes and components.