|  | Project
    | 
Configurable parameters for MCH clustering. More...
#include <ResponseParam.h>
Inherits o2::conf::ConfigurableParamHelper< ResponseParam >.
| Public Member Functions | |
| O2ParamDef (ResponseParam, "MCHResponse") | |
|  Public Member Functions inherited from o2::conf::ConfigurableParamHelper< ResponseParam > | |
| 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 | pitchSt1 = 0.21 | 
| anode-cathode pitch (cm) for station 1 | |
| float | pitchSt2345 = 0.25 | 
| anode-cathode pitch (cm) for station 2 to 5 | |
| float | mathiesonSqrtKx3St1 = 0.5477 | 
| Mathieson parameter sqrt(K3) in x direction for station 1. | |
| float | mathiesonSqrtKx3St2345 = 0.5477 | 
| Mathieson parameter sqrt(K3) in x direction for station 2 to 5. | |
| float | mathiesonSqrtKy3St1 = 0.5477 | 
| Mathieson parameter sqrt(K3) in y direction for station 1. | |
| float | mathiesonSqrtKy3St2345 = 0.5477 | 
| Mathieson parameter sqrt(K3) in y direction for station 2 to 5. | |
| float | chargeSlopeSt1 = 25. | 
| charge slope used in E to charge conversion for station 1 | |
| float | chargeSlopeSt2345 = 10. | 
| charge slope used in E to charge conversion for station 2 to 5 | |
| float | chargeSpreadSt1 = 0.144 | 
| width of the charge distribution for station 1 | |
| float | chargeSpreadSt2345 = 0.18 | 
| width of the charge distribution for station 2 to 5 | |
| float | chargeSigmaIntegration = 10. | 
| number of sigmas used for charge distribution | |
| float | chargeCorrelation = 0.11 | 
| amplitude of charge correlation between cathodes (= RMS of ln(q1/q2)) | |
| float | chargeThreshold = 1.e-4 | 
| minimum fraction of charge added to a pad | |
| 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< ResponseParam > | |
| static const ResponseParam & | 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 = "" | 
Configurable parameters for MCH clustering.
Definition at line 28 of file ResponseParam.h.
| o2::mch::ResponseParam::O2ParamDef | ( | ResponseParam | , | 
| "MCHResponse" | |||
| ) | 
| float o2::mch::ResponseParam::chargeCorrelation = 0.11 | 
amplitude of charge correlation between cathodes (= RMS of ln(q1/q2))
Definition at line 47 of file ResponseParam.h.
| float o2::mch::ResponseParam::chargeSigmaIntegration = 10. | 
number of sigmas used for charge distribution
Definition at line 45 of file ResponseParam.h.
| float o2::mch::ResponseParam::chargeSlopeSt1 = 25. | 
charge slope used in E to charge conversion for station 1
Definition at line 39 of file ResponseParam.h.
| float o2::mch::ResponseParam::chargeSlopeSt2345 = 10. | 
charge slope used in E to charge conversion for station 2 to 5
Definition at line 40 of file ResponseParam.h.
| float o2::mch::ResponseParam::chargeSpreadSt1 = 0.144 | 
width of the charge distribution for station 1
Definition at line 42 of file ResponseParam.h.
| float o2::mch::ResponseParam::chargeSpreadSt2345 = 0.18 | 
width of the charge distribution for station 2 to 5
Definition at line 43 of file ResponseParam.h.
| float o2::mch::ResponseParam::chargeThreshold = 1.e-4 | 
minimum fraction of charge added to a pad
Definition at line 49 of file ResponseParam.h.
| float o2::mch::ResponseParam::mathiesonSqrtKx3St1 = 0.5477 | 
Mathieson parameter sqrt(K3) in x direction for station 1.
Definition at line 33 of file ResponseParam.h.
| float o2::mch::ResponseParam::mathiesonSqrtKx3St2345 = 0.5477 | 
Mathieson parameter sqrt(K3) in x direction for station 2 to 5.
Definition at line 34 of file ResponseParam.h.
| float o2::mch::ResponseParam::mathiesonSqrtKy3St1 = 0.5477 | 
Mathieson parameter sqrt(K3) in y direction for station 1.
Definition at line 36 of file ResponseParam.h.
| float o2::mch::ResponseParam::mathiesonSqrtKy3St2345 = 0.5477 | 
Mathieson parameter sqrt(K3) in y direction for station 2 to 5.
Definition at line 37 of file ResponseParam.h.
| float o2::mch::ResponseParam::pitchSt1 = 0.21 | 
anode-cathode pitch (cm) for station 1
Definition at line 30 of file ResponseParam.h.
| float o2::mch::ResponseParam::pitchSt2345 = 0.25 | 
anode-cathode pitch (cm) for station 2 to 5
Definition at line 31 of file ResponseParam.h.