![]() |
Project
|
#include <KrBoxClusterFinderParam.h>
Inherits o2::conf::ConfigurableParamHelper< KrBoxClusterFinderParam >.
Public Member Functions | |
O2ParamDef (KrBoxClusterFinderParam, "TPCKrBoxClusterFinder") | |
![]() | |
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 | MaxClusterSizeTime {3} |
"radius" of a cluster in time direction | |
int | MaxClusterSizeRowIROC {3} |
"radius" of a cluster in row direction in IROC | |
int | MaxClusterSizeRowOROC1 {2} |
"radius" of a cluster in row direction in OROC1 | |
int | MaxClusterSizeRowOROC2 {2} |
"radius" of a cluster in row direction in OROC2 | |
int | MaxClusterSizeRowOROC3 {1} |
"radius" of a cluster in row direction in OROC3 | |
int | MaxClusterSizePadIROC {5} |
"radius" of a cluster in pad direction in IROC | |
int | MaxClusterSizePadOROC1 {3} |
"radius" of a cluster in pad direction in OROC1 | |
int | MaxClusterSizePadOROC2 {3} |
"radius" of a cluster in pad direction in OROC2 | |
int | MaxClusterSizePadOROC3 {3} |
"radius" of a cluster in pad direction in OROC3 | |
float | QThresholdMax {30.0} |
the Maximum charge in a cluster must exceed this value or it is discarded | |
float | QThreshold {1.0} |
every charge which is added to a cluster must exceed this value or it is discarded | |
int | MinNumberOfNeighbours {2} |
amount of direct neighbours required for a cluster maximum | |
float | CutMinSigmaTime {0} |
Min sigma time to accept cluster. | |
float | CutMaxSigmaTime {1000} |
Min sigma time to accept cluster. | |
float | CutMinSigmaPad {0} |
Min sigma pad to accept cluster. | |
float | CutMaxSigmaPad {1000} |
Min sigma pad to accept cluster. | |
float | CutMinSigmaRow {0} |
Min sigma row to accept cluster. | |
float | CutMaxSigmaRow {1000} |
Min sigma row to accept cluster. | |
float | CutMaxQtot {1e10} |
Max Qtot to accept cluster. | |
float | CutQtot0 {1e10} |
Max Qtot at zero size for Qtot vs. size correlation cut. | |
float | CutQtotSizeSlope {0} |
Max Qtot over size slope for Qtot vs. size correlation cut. | |
unsigned char | CutMaxSize {255} |
Max cluster size in number of digits. | |
bool | ApplyCuts {false} |
if to apply cluster cuts above | |
std::string | GainMapFile {} |
gain map file to apply during reconstruction | |
std::string | GainMapName {"GainMap"} |
gain map file to apply during reconstruction | |
Additional Inherited Members | |
![]() | |
enum | EParamProvenance { kCODE , kCCDB , kRT } |
enum class | EParamUpdateStatus { Changed , Unchanged , Failed } |
![]() | |
static const KrBoxClusterFinderParam & | 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 32 of file KrBoxClusterFinderParam.h.
o2::tpc::KrBoxClusterFinderParam::O2ParamDef | ( | KrBoxClusterFinderParam | , |
"TPCKrBoxClusterFinder" | |||
) |
bool o2::tpc::KrBoxClusterFinderParam::ApplyCuts {false} |
if to apply cluster cuts above
Definition at line 59 of file KrBoxClusterFinderParam.h.
float o2::tpc::KrBoxClusterFinderParam::CutMaxQtot {1e10} |
Max Qtot to accept cluster.
Definition at line 55 of file KrBoxClusterFinderParam.h.
float o2::tpc::KrBoxClusterFinderParam::CutMaxSigmaPad {1000} |
Min sigma pad to accept cluster.
Definition at line 52 of file KrBoxClusterFinderParam.h.
float o2::tpc::KrBoxClusterFinderParam::CutMaxSigmaRow {1000} |
Min sigma row to accept cluster.
Definition at line 54 of file KrBoxClusterFinderParam.h.
float o2::tpc::KrBoxClusterFinderParam::CutMaxSigmaTime {1000} |
Min sigma time to accept cluster.
Definition at line 50 of file KrBoxClusterFinderParam.h.
unsigned char o2::tpc::KrBoxClusterFinderParam::CutMaxSize {255} |
Max cluster size in number of digits.
Definition at line 58 of file KrBoxClusterFinderParam.h.
float o2::tpc::KrBoxClusterFinderParam::CutMinSigmaPad {0} |
Min sigma pad to accept cluster.
Definition at line 51 of file KrBoxClusterFinderParam.h.
float o2::tpc::KrBoxClusterFinderParam::CutMinSigmaRow {0} |
Min sigma row to accept cluster.
Definition at line 53 of file KrBoxClusterFinderParam.h.
float o2::tpc::KrBoxClusterFinderParam::CutMinSigmaTime {0} |
Min sigma time to accept cluster.
Definition at line 49 of file KrBoxClusterFinderParam.h.
float o2::tpc::KrBoxClusterFinderParam::CutQtot0 {1e10} |
Max Qtot at zero size for Qtot vs. size correlation cut.
Definition at line 56 of file KrBoxClusterFinderParam.h.
float o2::tpc::KrBoxClusterFinderParam::CutQtotSizeSlope {0} |
Max Qtot over size slope for Qtot vs. size correlation cut.
Definition at line 57 of file KrBoxClusterFinderParam.h.
std::string o2::tpc::KrBoxClusterFinderParam::GainMapFile {} |
gain map file to apply during reconstruction
Definition at line 61 of file KrBoxClusterFinderParam.h.
std::string o2::tpc::KrBoxClusterFinderParam::GainMapName {"GainMap"} |
gain map file to apply during reconstruction
Definition at line 62 of file KrBoxClusterFinderParam.h.
int o2::tpc::KrBoxClusterFinderParam::MaxClusterSizePadIROC {5} |
"radius" of a cluster in pad direction in IROC
Definition at line 40 of file KrBoxClusterFinderParam.h.
int o2::tpc::KrBoxClusterFinderParam::MaxClusterSizePadOROC1 {3} |
"radius" of a cluster in pad direction in OROC1
Definition at line 41 of file KrBoxClusterFinderParam.h.
int o2::tpc::KrBoxClusterFinderParam::MaxClusterSizePadOROC2 {3} |
"radius" of a cluster in pad direction in OROC2
Definition at line 42 of file KrBoxClusterFinderParam.h.
int o2::tpc::KrBoxClusterFinderParam::MaxClusterSizePadOROC3 {3} |
"radius" of a cluster in pad direction in OROC3
Definition at line 43 of file KrBoxClusterFinderParam.h.
int o2::tpc::KrBoxClusterFinderParam::MaxClusterSizeRowIROC {3} |
"radius" of a cluster in row direction in IROC
Definition at line 35 of file KrBoxClusterFinderParam.h.
int o2::tpc::KrBoxClusterFinderParam::MaxClusterSizeRowOROC1 {2} |
"radius" of a cluster in row direction in OROC1
Definition at line 36 of file KrBoxClusterFinderParam.h.
int o2::tpc::KrBoxClusterFinderParam::MaxClusterSizeRowOROC2 {2} |
"radius" of a cluster in row direction in OROC2
Definition at line 37 of file KrBoxClusterFinderParam.h.
int o2::tpc::KrBoxClusterFinderParam::MaxClusterSizeRowOROC3 {1} |
"radius" of a cluster in row direction in OROC3
Definition at line 38 of file KrBoxClusterFinderParam.h.
int o2::tpc::KrBoxClusterFinderParam::MaxClusterSizeTime {3} |
"radius" of a cluster in time direction
Definition at line 33 of file KrBoxClusterFinderParam.h.
int o2::tpc::KrBoxClusterFinderParam::MinNumberOfNeighbours {2} |
amount of direct neighbours required for a cluster maximum
Definition at line 47 of file KrBoxClusterFinderParam.h.
float o2::tpc::KrBoxClusterFinderParam::QThreshold {1.0} |
every charge which is added to a cluster must exceed this value or it is discarded
Definition at line 46 of file KrBoxClusterFinderParam.h.
float o2::tpc::KrBoxClusterFinderParam::QThresholdMax {30.0} |
the Maximum charge in a cluster must exceed this value or it is discarded
Definition at line 45 of file KrBoxClusterFinderParam.h.