![]() |
Project
|
#include <CheckResidConfig.h>
Inherits o2::conf::ConfigurableParamHelper< CheckResidConfig >.
Public Member Functions | |
| O2ParamDef (CheckResidConfig, "checkresid") | |
Public Member Functions inherited from o2::conf::ConfigurableParamHelper< CheckResidConfig > | |
| 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 | |
| int | minPVContributors = 10 |
| int | minTPCCl = 60 |
| int | minITSCl = 7 |
| float | minPt = 0.4f |
| float | maxPt = 50.f |
| float | maxTgl = 2.f |
| float | rCompIBOB = 12.f |
| bool | pvcontribOnly = true |
| bool | addPVAsCluster = true |
| bool | useStableRef = true |
| bool | doIBOB = true |
| bool | doResid = true |
| bool | refitPV = true |
| float | refitPVMV = false |
| float | refitPVIniScale = 100.f |
| std::string | outname {"checkResid"} |
| int | nBinsRes = 100 |
| int | nBinsPhi = 30 |
| int | nBinsZ = 20 |
| int | nBinsPt = 15 |
| int | nBinsTgl = 20 |
| int | minHistoStat2Fit = 1000 |
| float | maxPull = 4 |
| float | zranges [8] = {10.f, 15.f, 15.f, 15.f, 40.f, 40.f, 74.f, 74.f} |
| float | maxDYZ [8] = {0.03, 0.015, 0.01, 0.01, 0.08, 0.08, 0.12, 0.1} |
| float | maxDPar [5] = {0.15, 0.15, 0.015, 0.015, 1.} |
| float | resMMLrY [8] = {0.003, 0.003, 0.003, 0.003, 0.005, 0.005, 0.005, 0.005} |
| float | resMMLrZ [8] = {0.002, 0.0015, 0.0015, 0.0015, 0.005, 0.005, 0.005, 0.005} |
| float | resMMPar [5] = {0.03, 0.01, 0.005, 0.001, 0.5} |
| std::string | ext_hm_list {} |
| std::string | ext_leg_list {} |
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< CheckResidConfig > | |
| static const CheckResidConfig & | 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="") |
| static void | write (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 19 of file CheckResidConfig.h.
| o2::checkresid::CheckResidConfig::O2ParamDef | ( | CheckResidConfig | , |
| "checkresid" | |||
| ) |
| bool o2::checkresid::CheckResidConfig::addPVAsCluster = true |
Definition at line 29 of file CheckResidConfig.h.
| bool o2::checkresid::CheckResidConfig::doIBOB = true |
Definition at line 31 of file CheckResidConfig.h.
| bool o2::checkresid::CheckResidConfig::doResid = true |
Definition at line 32 of file CheckResidConfig.h.
| std::string o2::checkresid::CheckResidConfig::ext_hm_list {} |
Definition at line 56 of file CheckResidConfig.h.
| std::string o2::checkresid::CheckResidConfig::ext_leg_list {} |
Definition at line 57 of file CheckResidConfig.h.
| float o2::checkresid::CheckResidConfig::maxDPar[5] = {0.15, 0.15, 0.015, 0.015, 1.} |
Definition at line 49 of file CheckResidConfig.h.
| float o2::checkresid::CheckResidConfig::maxDYZ[8] = {0.03, 0.015, 0.01, 0.01, 0.08, 0.08, 0.12, 0.1} |
Definition at line 48 of file CheckResidConfig.h.
| float o2::checkresid::CheckResidConfig::maxPt = 50.f |
Definition at line 24 of file CheckResidConfig.h.
| float o2::checkresid::CheckResidConfig::maxPull = 4 |
Definition at line 46 of file CheckResidConfig.h.
| float o2::checkresid::CheckResidConfig::maxTgl = 2.f |
Definition at line 25 of file CheckResidConfig.h.
| int o2::checkresid::CheckResidConfig::minHistoStat2Fit = 1000 |
Definition at line 45 of file CheckResidConfig.h.
| int o2::checkresid::CheckResidConfig::minITSCl = 7 |
Definition at line 22 of file CheckResidConfig.h.
| float o2::checkresid::CheckResidConfig::minPt = 0.4f |
Definition at line 23 of file CheckResidConfig.h.
| int o2::checkresid::CheckResidConfig::minPVContributors = 10 |
Definition at line 20 of file CheckResidConfig.h.
| int o2::checkresid::CheckResidConfig::minTPCCl = 60 |
Definition at line 21 of file CheckResidConfig.h.
| int o2::checkresid::CheckResidConfig::nBinsPhi = 30 |
Definition at line 41 of file CheckResidConfig.h.
| int o2::checkresid::CheckResidConfig::nBinsPt = 15 |
Definition at line 43 of file CheckResidConfig.h.
| int o2::checkresid::CheckResidConfig::nBinsRes = 100 |
Definition at line 40 of file CheckResidConfig.h.
| int o2::checkresid::CheckResidConfig::nBinsTgl = 20 |
Definition at line 44 of file CheckResidConfig.h.
| int o2::checkresid::CheckResidConfig::nBinsZ = 20 |
Definition at line 42 of file CheckResidConfig.h.
| std::string o2::checkresid::CheckResidConfig::outname {"checkResid"} |
Definition at line 38 of file CheckResidConfig.h.
| bool o2::checkresid::CheckResidConfig::pvcontribOnly = true |
Definition at line 28 of file CheckResidConfig.h.
| float o2::checkresid::CheckResidConfig::rCompIBOB = 12.f |
Definition at line 26 of file CheckResidConfig.h.
| bool o2::checkresid::CheckResidConfig::refitPV = true |
Definition at line 34 of file CheckResidConfig.h.
| float o2::checkresid::CheckResidConfig::refitPVIniScale = 100.f |
Definition at line 36 of file CheckResidConfig.h.
| float o2::checkresid::CheckResidConfig::refitPVMV = false |
Definition at line 35 of file CheckResidConfig.h.
| float o2::checkresid::CheckResidConfig::resMMLrY[8] = {0.003, 0.003, 0.003, 0.003, 0.005, 0.005, 0.005, 0.005} |
Definition at line 51 of file CheckResidConfig.h.
| float o2::checkresid::CheckResidConfig::resMMLrZ[8] = {0.002, 0.0015, 0.0015, 0.0015, 0.005, 0.005, 0.005, 0.005} |
Definition at line 52 of file CheckResidConfig.h.
| float o2::checkresid::CheckResidConfig::resMMPar[5] = {0.03, 0.01, 0.005, 0.001, 0.5} |
Definition at line 53 of file CheckResidConfig.h.
| bool o2::checkresid::CheckResidConfig::useStableRef = true |
Definition at line 30 of file CheckResidConfig.h.
| float o2::checkresid::CheckResidConfig::zranges[8] = {10.f, 15.f, 15.f, 15.f, 40.f, 40.f, 74.f, 74.f} |
Definition at line 47 of file CheckResidConfig.h.