![]() |
Project
|
#include <ITSStudiesConfigParam.h>
Inherits o2::conf::ConfigurableParamHelper< ITSAvgClusSizeParamConfig >.
Public Member Functions | |
| O2ParamDef (ITSAvgClusSizeParamConfig, "ITSAvgClusSizeParam") | |
Public Member Functions inherited from o2::conf::ConfigurableParamHelper< ITSAvgClusSizeParamConfig > | |
| std::string | getName () const final |
| EParamProvenance | getMemberProvenance (const std::string &key) const final |
| void | printKeyValues (bool showProv=true, bool useLogger=false, bool withPadding=true, bool showHash=true) 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 | |
| double | b = 5 |
| std::string | targetV0 = "K0" |
| float | tgV0window = 0.02 |
| float | bgV0window = 0.01 |
| float | Rmin = 0. |
| float | Rmax = 5.4 |
| float | cosPAmin = 0.995 |
| float | prongDCAmax = 0.2 |
| float | dauPVDCAmin = 0.2 |
| float | v0PVDCAmax = 0.2 |
| int | dauNClusMin = 0 |
| bool | disableCosPA = false |
| bool | disableRmin = false |
| bool | disableRmax = false |
| bool | disableProngDCAmax = false |
| bool | disableDauPVDCAmin = false |
| bool | disableV0PVDCAmax = false |
| bool | disableDauNClusmin = false |
| bool | disableMassHypoth = true |
| bool | generatePlots = true |
| std::string | outFileName = "o2standalone_cluster_size_study.root" |
| float | etaMin = -1.5 |
| float | etaMax = 1.5 |
| int | etaNBins = 5 |
| float | sizeMax = 15 |
| int | sizeNBins = 20 |
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< ITSAvgClusSizeParamConfig > | |
| static const ITSAvgClusSizeParamConfig & | 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 ¶msList="", 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 EnumRegistry * | sEnumRegistry = nullptr |
| static std::string | sOutputDir = "" |
Definition at line 34 of file ITSStudiesConfigParam.h.
| o2::its::study::ITSAvgClusSizeParamConfig::O2ParamDef | ( | ITSAvgClusSizeParamConfig | , |
| "ITSAvgClusSizeParam" | |||
| ) |
| double o2::its::study::ITSAvgClusSizeParamConfig::b = 5 |
Definition at line 36 of file ITSStudiesConfigParam.h.
| float o2::its::study::ITSAvgClusSizeParamConfig::bgV0window = 0.01 |
Definition at line 41 of file ITSStudiesConfigParam.h.
| float o2::its::study::ITSAvgClusSizeParamConfig::cosPAmin = 0.995 |
Definition at line 44 of file ITSStudiesConfigParam.h.
| int o2::its::study::ITSAvgClusSizeParamConfig::dauNClusMin = 0 |
Definition at line 48 of file ITSStudiesConfigParam.h.
| float o2::its::study::ITSAvgClusSizeParamConfig::dauPVDCAmin = 0.2 |
Definition at line 46 of file ITSStudiesConfigParam.h.
| bool o2::its::study::ITSAvgClusSizeParamConfig::disableCosPA = false |
Definition at line 51 of file ITSStudiesConfigParam.h.
| bool o2::its::study::ITSAvgClusSizeParamConfig::disableDauNClusmin = false |
Definition at line 57 of file ITSStudiesConfigParam.h.
| bool o2::its::study::ITSAvgClusSizeParamConfig::disableDauPVDCAmin = false |
Definition at line 55 of file ITSStudiesConfigParam.h.
| bool o2::its::study::ITSAvgClusSizeParamConfig::disableMassHypoth = true |
Definition at line 58 of file ITSStudiesConfigParam.h.
| bool o2::its::study::ITSAvgClusSizeParamConfig::disableProngDCAmax = false |
Definition at line 54 of file ITSStudiesConfigParam.h.
| bool o2::its::study::ITSAvgClusSizeParamConfig::disableRmax = false |
Definition at line 53 of file ITSStudiesConfigParam.h.
| bool o2::its::study::ITSAvgClusSizeParamConfig::disableRmin = false |
Definition at line 52 of file ITSStudiesConfigParam.h.
| bool o2::its::study::ITSAvgClusSizeParamConfig::disableV0PVDCAmax = false |
Definition at line 56 of file ITSStudiesConfigParam.h.
| float o2::its::study::ITSAvgClusSizeParamConfig::etaMax = 1.5 |
Definition at line 66 of file ITSStudiesConfigParam.h.
| float o2::its::study::ITSAvgClusSizeParamConfig::etaMin = -1.5 |
Definition at line 65 of file ITSStudiesConfigParam.h.
| int o2::its::study::ITSAvgClusSizeParamConfig::etaNBins = 5 |
Definition at line 67 of file ITSStudiesConfigParam.h.
| bool o2::its::study::ITSAvgClusSizeParamConfig::generatePlots = true |
Definition at line 61 of file ITSStudiesConfigParam.h.
| std::string o2::its::study::ITSAvgClusSizeParamConfig::outFileName = "o2standalone_cluster_size_study.root" |
Definition at line 62 of file ITSStudiesConfigParam.h.
| float o2::its::study::ITSAvgClusSizeParamConfig::prongDCAmax = 0.2 |
Definition at line 45 of file ITSStudiesConfigParam.h.
| float o2::its::study::ITSAvgClusSizeParamConfig::Rmax = 5.4 |
Definition at line 43 of file ITSStudiesConfigParam.h.
| float o2::its::study::ITSAvgClusSizeParamConfig::Rmin = 0. |
Definition at line 42 of file ITSStudiesConfigParam.h.
| float o2::its::study::ITSAvgClusSizeParamConfig::sizeMax = 15 |
Definition at line 70 of file ITSStudiesConfigParam.h.
| int o2::its::study::ITSAvgClusSizeParamConfig::sizeNBins = 20 |
Definition at line 71 of file ITSStudiesConfigParam.h.
| std::string o2::its::study::ITSAvgClusSizeParamConfig::targetV0 = "K0" |
Definition at line 39 of file ITSStudiesConfigParam.h.
| float o2::its::study::ITSAvgClusSizeParamConfig::tgV0window = 0.02 |
Definition at line 40 of file ITSStudiesConfigParam.h.
| float o2::its::study::ITSAvgClusSizeParamConfig::v0PVDCAmax = 0.2 |
Definition at line 47 of file ITSStudiesConfigParam.h.