![]() |
Project
|
#include <TrackingConfigParam.h>
Inherits o2::conf::ConfigurableParamHelper< VertexerParamConfig >.
Public Member Functions | |
O2ParamDef (VertexerParamConfig, "ITSVertexerParam") | |
![]() | |
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 | nIterations = 1 |
int | vertPerRofThreshold = 0 |
bool | allowSingleContribClusters = false |
int | deltaRof = 0 |
float | zCut = 0.002f |
float | phiCut = 0.005f |
float | pairCut = 0.04f |
float | clusterCut = 0.8f |
float | histPairCut = 0.04f |
float | tanLambdaCut = 0.002f |
float | lowMultBeamDistCut = 0.1f |
int | vertNsigmaCut = 4 |
float | vertRadiusSigma = 0.05f |
float | trackletSigma = 0.01f |
float | maxZPositionAllowed = 25.f |
int | clusterContributorsCut = 16 |
int | maxTrackletsPerCluster = 1e2 |
int | phiSpan = -1 |
int | zSpan = -1 |
int | ZBins = 1 |
int | PhiBins = 128 |
int | nThreads = 1 |
Additional Inherited Members | |
![]() | |
enum | EParamProvenance { kCODE , kCCDB , kRT } |
enum class | EParamUpdateStatus { Changed , Unchanged , Failed } |
![]() | |
static const VertexerParamConfig & | Instance () |
![]() | |
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 ¶msList="", bool unchangedOnly=false) |
![]() | |
ConfigurableParam () | |
virtual | ~ConfigurableParam ()=default |
void | setRegisterMode (bool b) |
bool | isInitialized () const |
![]() | |
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 std::map< std::string, std::pair< std::type_info const &, void * > > * | sKeyToStorageMap = nullptr |
static std::map< std::string, ConfigurableParam::EParamProvenance > * | sValueProvenanceMap = nullptr |
static EnumRegistry * | sEnumRegistry = nullptr |
static std::string | sOutputDir = "" |
Definition at line 23 of file TrackingConfigParam.h.
o2::its::VertexerParamConfig::O2ParamDef | ( | VertexerParamConfig | , |
"ITSVertexerParam" | |||
) |
bool o2::its::VertexerParamConfig::allowSingleContribClusters = false |
Definition at line 27 of file TrackingConfigParam.h.
int o2::its::VertexerParamConfig::clusterContributorsCut = 16 |
Definition at line 44 of file TrackingConfigParam.h.
float o2::its::VertexerParamConfig::clusterCut = 0.8f |
Definition at line 34 of file TrackingConfigParam.h.
int o2::its::VertexerParamConfig::deltaRof = 0 |
Definition at line 28 of file TrackingConfigParam.h.
float o2::its::VertexerParamConfig::histPairCut = 0.04f |
Definition at line 35 of file TrackingConfigParam.h.
float o2::its::VertexerParamConfig::lowMultBeamDistCut = 0.1f |
Definition at line 37 of file TrackingConfigParam.h.
int o2::its::VertexerParamConfig::maxTrackletsPerCluster = 1e2 |
Definition at line 45 of file TrackingConfigParam.h.
float o2::its::VertexerParamConfig::maxZPositionAllowed = 25.f |
Definition at line 41 of file TrackingConfigParam.h.
int o2::its::VertexerParamConfig::nIterations = 1 |
Definition at line 25 of file TrackingConfigParam.h.
int o2::its::VertexerParamConfig::nThreads = 1 |
Definition at line 51 of file TrackingConfigParam.h.
float o2::its::VertexerParamConfig::pairCut = 0.04f |
Definition at line 33 of file TrackingConfigParam.h.
int o2::its::VertexerParamConfig::PhiBins = 128 |
Definition at line 49 of file TrackingConfigParam.h.
float o2::its::VertexerParamConfig::phiCut = 0.005f |
Definition at line 32 of file TrackingConfigParam.h.
int o2::its::VertexerParamConfig::phiSpan = -1 |
Definition at line 46 of file TrackingConfigParam.h.
float o2::its::VertexerParamConfig::tanLambdaCut = 0.002f |
Definition at line 36 of file TrackingConfigParam.h.
float o2::its::VertexerParamConfig::trackletSigma = 0.01f |
Definition at line 40 of file TrackingConfigParam.h.
int o2::its::VertexerParamConfig::vertNsigmaCut = 4 |
Definition at line 38 of file TrackingConfigParam.h.
int o2::its::VertexerParamConfig::vertPerRofThreshold = 0 |
Definition at line 26 of file TrackingConfigParam.h.
float o2::its::VertexerParamConfig::vertRadiusSigma = 0.05f |
Definition at line 39 of file TrackingConfigParam.h.
int o2::its::VertexerParamConfig::ZBins = 1 |
Definition at line 48 of file TrackingConfigParam.h.
float o2::its::VertexerParamConfig::zCut = 0.002f |
Definition at line 31 of file TrackingConfigParam.h.
int o2::its::VertexerParamConfig::zSpan = -1 |
Definition at line 47 of file TrackingConfigParam.h.