Project
Loading...
Searching...
No Matches
o2::mft::MFTTrackingParam Struct Reference

#include <MFTTrackingParam.h>

Inherits o2::conf::ConfigurableParamHelper< MFTTrackingParam >.

Public Member Functions

bool isMultCutRequested () const
 
bool isPassingMultCut (float mult) const
 
 O2ParamDef (MFTTrackingParam, "MFTTracking")
 
- Public Member Functions inherited from o2::conf::ConfigurableParamHelper< MFTTrackingParam >
std::string getName () const final
 
EParamProvenance getMemberProvenance (const std::string &key) const final
 
void printKeyValues (bool showProv=true, bool useLogger=false) const final
 
size_t getHash () const final
 
void output (std::ostream &out) const final
 
std::vector< ParamDataMember > * getDataMembers () const
 
void putKeyValues (boost::property_tree::ptree *tree) final
 
void initFrom (TFile *file) final
 
void syncCCDBandRegistry (void *externalobj) final
 
void serializeTo (TFile *file) const final
 
 ConfigurableParam ()
 

Public Attributes

Int_t trackmodel = MFTTrackModel::Optimized
 
double MFTRadLength = 0.042
 
bool verbose = false
 
bool forceZeroField = false
 
float alignResidual = 0.f
 
Int_t MinTrackPointsLTF = 5
 
Int_t MinTrackPointsCA = 5
 minimum number of points for a CA track
 
Int_t MinTrackStationsLTF = 4
 minimum number of detector stations for a LTF track
 
Int_t MinTrackStationsCA = 4
 minimum number of detector stations for a CA track
 
Float_t LTFclsRCut = 0.0200
 maximum distance for a cluster to be attached to a seed line (LTF)
 
Float_t ROADclsRCut = 0.0500
 maximum distance for a cluster to be attached to a seed line (CA road)
 
Int_t RBins = 30
 number of bins in r-direction
 
Int_t PhiBins = 120
 number of bins in phi-direction
 
Float_t ZVtxMin = -13.f
 Minimum z vertex position for conical search bin optimization.
 
Float_t ZVtxMax = 13.f
 Maximum z vertex position for conical search bin optimization.
 
Float_t rCutAtZmin = 0.1
 Radial vertex position cut at ZVtxMin.
 
bool FullClusterScan = false
 Special version for TED shots and cosmics, with full scan of the clusters.
 
Bool_t LTFConeRadius = kFALSE
 road for LTF algo : cylinder or cone (default)
 
Bool_t CAConeRadius = kFALSE
 road for CA algo : cylinder or cone (default)
 
Float_t TrueTrackMCThreshold = 0.8
 Minimum fraction of correct clusters MC labels to set True MC tracks.
 
float cutMultClusLow = 0
 
float cutMultClusHigh = -1
 reject ROF with estimated cluster mult. below this value (no cut if <0)
 
bool irFramesOnly = false
 reject ROF with estimated cluster mult. above this value (no cut if <0)
 

Additional Inherited Members

- Public Types inherited from o2::conf::ConfigurableParam
enum  EParamProvenance { kCODE , kCCDB , kRT }
 
enum class  EParamUpdateStatus { Changed , Unchanged , Failed }
 
- Static Public Member Functions inherited from o2::conf::ConfigurableParamHelper< MFTTrackingParam >
static const MFTTrackingParam & Instance ()
 
- Static Public Member Functions inherited from o2::conf::ConfigurableParam
static std::string toString (EParamProvenance p)
 
static EParamProvenance getProvenance (const std::string &key)
 
static void printAllRegisteredParamNames ()
 
static void printAllKeyValuePairs (bool useLogger=false)
 
static const std::string & getOutputDir ()
 
static void setOutputDir (const std::string &d)
 
static bool configFileExists (std::string const &filepath)
 
static void writeJSON (std::string const &filename, std::string const &keyOnly="")
 
static void writeINI (std::string const &filename, std::string const &keyOnly="")
 
template<typename T >
static T getValueAs (std::string key)
 
template<typename T >
static void setValue (std::string const &mainkey, std::string const &subkey, T x)
 
static void setProvenance (std::string const &mainkey, std::string const &subkey, EParamProvenance p)
 
static void setValue (std::string const &key, std::string const &valuestring)
 
static void setEnumValue (const std::string &, const std::string &)
 
static void setArrayValue (const std::string &, const std::string &)
 
static void setValues (std::vector< std::pair< std::string, std::string > > const &keyValues)
 
static void initialize ()
 
static void toCCDB (std::string filename)
 
static void fromCCDB (std::string filename)
 
static void updateFromString (std::string const &)
 
static void updateFromFile (std::string const &, std::string const &paramsList="", bool unchangedOnly=false)
 
- Protected Member Functions inherited from o2::conf::ConfigurableParam
 ConfigurableParam ()
 
virtual ~ConfigurableParam ()=default
 
void setRegisterMode (bool b)
 
bool isInitialized () const
 
- Static Protected Member Functions inherited from o2::conf::ConfigurableParam
static void initPropertyTree ()
 
static EParamUpdateStatus updateThroughStorageMap (std::string, std::string, std::type_info const &, void *)
 
static EParamUpdateStatus updateThroughStorageMapWithConversion (std::string const &, std::string const &)
 
- Static Protected Attributes inherited from o2::conf::ConfigurableParam
static std::map< std::string, std::pair< std::type_info const &, void * > > * sKeyToStorageMap = nullptr
 
static std::map< std::string, ConfigurableParam::EParamProvenance > * sValueProvenanceMap = nullptr
 
static EnumRegistrysEnumRegistry = nullptr
 
static std::string sOutputDir = ""
 

Detailed Description

Definition at line 35 of file MFTTrackingParam.h.

Member Function Documentation

◆ isMultCutRequested()

bool o2::mft::MFTTrackingParam::isMultCutRequested ( ) const
inline

Definition at line 79 of file MFTTrackingParam.h.

◆ isPassingMultCut()

bool o2::mft::MFTTrackingParam::isPassingMultCut ( float  mult) const
inline

Definition at line 80 of file MFTTrackingParam.h.

◆ O2ParamDef()

o2::mft::MFTTrackingParam::O2ParamDef ( MFTTrackingParam  ,
"MFTTracking"   
)

Member Data Documentation

◆ alignResidual

float o2::mft::MFTTrackingParam::alignResidual = 0.f

Definition at line 40 of file MFTTrackingParam.h.

◆ CAConeRadius

Bool_t o2::mft::MFTTrackingParam::CAConeRadius = kFALSE

road for CA algo : cylinder or cone (default)

Definition at line 70 of file MFTTrackingParam.h.

◆ cutMultClusHigh

float o2::mft::MFTTrackingParam::cutMultClusHigh = -1

reject ROF with estimated cluster mult. below this value (no cut if <0)

Definition at line 76 of file MFTTrackingParam.h.

◆ cutMultClusLow

float o2::mft::MFTTrackingParam::cutMultClusLow = 0

Definition at line 75 of file MFTTrackingParam.h.

◆ forceZeroField

bool o2::mft::MFTTrackingParam::forceZeroField = false

Definition at line 39 of file MFTTrackingParam.h.

◆ FullClusterScan

bool o2::mft::MFTTrackingParam::FullClusterScan = false

Special version for TED shots and cosmics, with full scan of the clusters.

Definition at line 66 of file MFTTrackingParam.h.

◆ irFramesOnly

bool o2::mft::MFTTrackingParam::irFramesOnly = false

reject ROF with estimated cluster mult. above this value (no cut if <0)

track only ROFs that overlap one of the IRFrames (provided externally by ITS)

Definition at line 77 of file MFTTrackingParam.h.

◆ LTFclsRCut

Float_t o2::mft::MFTTrackingParam::LTFclsRCut = 0.0200

maximum distance for a cluster to be attached to a seed line (LTF)

Definition at line 52 of file MFTTrackingParam.h.

◆ LTFConeRadius

Bool_t o2::mft::MFTTrackingParam::LTFConeRadius = kFALSE

road for LTF algo : cylinder or cone (default)

Definition at line 68 of file MFTTrackingParam.h.

◆ MFTRadLength

double o2::mft::MFTTrackingParam::MFTRadLength = 0.042

Definition at line 37 of file MFTTrackingParam.h.

◆ MinTrackPointsCA

Int_t o2::mft::MFTTrackingParam::MinTrackPointsCA = 5

minimum number of points for a CA track

Definition at line 46 of file MFTTrackingParam.h.

◆ MinTrackPointsLTF

Int_t o2::mft::MFTTrackingParam::MinTrackPointsLTF = 5

tracking algorithm (LTF and CA) parameters minimum number of points for a LTF track

Definition at line 44 of file MFTTrackingParam.h.

◆ MinTrackStationsCA

Int_t o2::mft::MFTTrackingParam::MinTrackStationsCA = 4

minimum number of detector stations for a CA track

Definition at line 50 of file MFTTrackingParam.h.

◆ MinTrackStationsLTF

Int_t o2::mft::MFTTrackingParam::MinTrackStationsLTF = 4

minimum number of detector stations for a LTF track

Definition at line 48 of file MFTTrackingParam.h.

◆ PhiBins

Int_t o2::mft::MFTTrackingParam::PhiBins = 120

number of bins in phi-direction

Definition at line 58 of file MFTTrackingParam.h.

◆ RBins

Int_t o2::mft::MFTTrackingParam::RBins = 30

number of bins in r-direction

Definition at line 56 of file MFTTrackingParam.h.

◆ rCutAtZmin

Float_t o2::mft::MFTTrackingParam::rCutAtZmin = 0.1

Radial vertex position cut at ZVtxMin.

Definition at line 64 of file MFTTrackingParam.h.

◆ ROADclsRCut

Float_t o2::mft::MFTTrackingParam::ROADclsRCut = 0.0500

maximum distance for a cluster to be attached to a seed line (CA road)

Definition at line 54 of file MFTTrackingParam.h.

◆ trackmodel

Int_t o2::mft::MFTTrackingParam::trackmodel = MFTTrackModel::Optimized

Definition at line 36 of file MFTTrackingParam.h.

◆ TrueTrackMCThreshold

Float_t o2::mft::MFTTrackingParam::TrueTrackMCThreshold = 0.8

Minimum fraction of correct clusters MC labels to set True MC tracks.

Definition at line 72 of file MFTTrackingParam.h.

◆ verbose

bool o2::mft::MFTTrackingParam::verbose = false

Definition at line 38 of file MFTTrackingParam.h.

◆ ZVtxMax

Float_t o2::mft::MFTTrackingParam::ZVtxMax = 13.f

Maximum z vertex position for conical search bin optimization.

Definition at line 62 of file MFTTrackingParam.h.

◆ ZVtxMin

Float_t o2::mft::MFTTrackingParam::ZVtxMin = -13.f

Minimum z vertex position for conical search bin optimization.

Definition at line 60 of file MFTTrackingParam.h.


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