![]() |
Project
|
#include <AlignmentParams.h>
Inherits o2::conf::ConfigurableParamHelper< AlignmentParams >.
Public Member Functions | |
| O2ParamDef (AlignmentParams, "ITS3AlignmentParams") | |
Public Member Functions inherited from o2::conf::ConfigurableParamHelper< AlignmentParams > | |
| 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 | |
| float | minPt = 1.f |
| int | minITSCls = 7 |
| float | maxITSChi2Ndf = 1.2 |
| double | maxSnp = 0.85 |
| double | maxStep = 2.0 |
| o2::base::PropagatorD::MatCorrType | corrType = o2::base::PropagatorD::MatCorrType::USEMatCorrLUT |
| bool | useStableRef = true |
| float | minMS = 1e-6f |
| float | maxChi2Ndf = 10 |
| float | extraClsErrY [6] = {0} |
| float | extraClsErrZ [6] = {0} |
| bool | doMisalignmentLeg = false |
| bool | doMisalignmentRB = false |
| std::string | misAlgJson |
| std::string | dofConfigJson |
| int | ridderMaxExtrap = 10 |
| double | ridderRelIniStep [5] = {0.01, 0.01, 0.02, 0.02, 0.02} |
| double | ridderMaxIniStep [5] = {0.1, 0.1, 0.05, 0.05, 0.05} |
| double | ridderShrinkFac = 2.0 |
| double | ridderEps = 1e-16 |
| std::string | milleBinFile = "mp2data.bin" |
| std::string | milleConFile = "mp2con.txt" |
| std::string | milleParamFile = "mp2param.txt" |
| std::string | milleTreeFile = "mp2tree.txt" |
| std::string | milleResFile = "millepede.res" |
| std::string | milleResOutJson = "result.json" |
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< AlignmentParams > | |
| static const AlignmentParams & | 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 20 of file AlignmentParams.h.
| o2::its3::align::AlignmentParams::O2ParamDef | ( | AlignmentParams | , |
| "ITS3AlignmentParams" | |||
| ) |
| o2::base::PropagatorD::MatCorrType o2::its3::align::AlignmentParams::corrType = o2::base::PropagatorD::MatCorrType::USEMatCorrLUT |
Definition at line 30 of file AlignmentParams.h.
| std::string o2::its3::align::AlignmentParams::dofConfigJson |
Definition at line 46 of file AlignmentParams.h.
| bool o2::its3::align::AlignmentParams::doMisalignmentLeg = false |
Definition at line 41 of file AlignmentParams.h.
| bool o2::its3::align::AlignmentParams::doMisalignmentRB = false |
Definition at line 42 of file AlignmentParams.h.
| float o2::its3::align::AlignmentParams::extraClsErrY[6] = {0} |
Definition at line 37 of file AlignmentParams.h.
| float o2::its3::align::AlignmentParams::extraClsErrZ[6] = {0} |
Definition at line 38 of file AlignmentParams.h.
| float o2::its3::align::AlignmentParams::maxChi2Ndf = 10 |
Definition at line 34 of file AlignmentParams.h.
| float o2::its3::align::AlignmentParams::maxITSChi2Ndf = 1.2 |
Definition at line 24 of file AlignmentParams.h.
| double o2::its3::align::AlignmentParams::maxSnp = 0.85 |
Definition at line 27 of file AlignmentParams.h.
| double o2::its3::align::AlignmentParams::maxStep = 2.0 |
Definition at line 28 of file AlignmentParams.h.
| std::string o2::its3::align::AlignmentParams::milleBinFile = "mp2data.bin" |
Definition at line 56 of file AlignmentParams.h.
| std::string o2::its3::align::AlignmentParams::milleConFile = "mp2con.txt" |
Definition at line 57 of file AlignmentParams.h.
| std::string o2::its3::align::AlignmentParams::milleParamFile = "mp2param.txt" |
Definition at line 58 of file AlignmentParams.h.
| std::string o2::its3::align::AlignmentParams::milleResFile = "millepede.res" |
Definition at line 60 of file AlignmentParams.h.
| std::string o2::its3::align::AlignmentParams::milleResOutJson = "result.json" |
Definition at line 61 of file AlignmentParams.h.
| std::string o2::its3::align::AlignmentParams::milleTreeFile = "mp2tree.txt" |
Definition at line 59 of file AlignmentParams.h.
| int o2::its3::align::AlignmentParams::minITSCls = 7 |
Definition at line 23 of file AlignmentParams.h.
| float o2::its3::align::AlignmentParams::minMS = 1e-6f |
Definition at line 33 of file AlignmentParams.h.
| float o2::its3::align::AlignmentParams::minPt = 1.f |
Definition at line 22 of file AlignmentParams.h.
| std::string o2::its3::align::AlignmentParams::misAlgJson |
Definition at line 43 of file AlignmentParams.h.
| double o2::its3::align::AlignmentParams::ridderEps = 1e-16 |
Definition at line 53 of file AlignmentParams.h.
| int o2::its3::align::AlignmentParams::ridderMaxExtrap = 10 |
Definition at line 49 of file AlignmentParams.h.
| double o2::its3::align::AlignmentParams::ridderMaxIniStep[5] = {0.1, 0.1, 0.05, 0.05, 0.05} |
Definition at line 51 of file AlignmentParams.h.
| double o2::its3::align::AlignmentParams::ridderRelIniStep[5] = {0.01, 0.01, 0.02, 0.02, 0.02} |
Definition at line 50 of file AlignmentParams.h.
| double o2::its3::align::AlignmentParams::ridderShrinkFac = 2.0 |
Definition at line 52 of file AlignmentParams.h.
| bool o2::its3::align::AlignmentParams::useStableRef = true |
Definition at line 32 of file AlignmentParams.h.