![]() |
Project
|
#include <FT0DigParam.h>
Inherits o2::conf::ConfigurableParamHelper< FT0DigParam >.
Public Member Functions | |
| O2ParamDef (FT0DigParam, "FT0DigParam") | |
Public Member Functions inherited from o2::conf::ConfigurableParamHelper< FT0DigParam > | |
| 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 | mBunchWidth = 25 |
| float | mChannelWidthInverse = 0.076804916 |
| float | mMCPs = Geometry::Nchannels |
| float | mCFD_trsh = 3. |
| float | mAmp_trsh = 100 |
| float | mAmpRecordLow = -4 |
| float | mAmpRecordUp = 15 |
| float | hitTimeOffsetA = 0 |
| hit time offset on the A side [ns] | |
| float | hitTimeOffsetC = 0 |
| hit time offset on the C side [ns] | |
| int | mtrg_central_trh = 600. |
| int | mtrg_semicentral_trh = 300. |
| float | mMip_in_V = 7 |
| float | mPe_in_mip = 0.004 |
| float | mCfdShift = 1.66 |
| float | mCFDShiftPos = 1.47 |
| float | mCFDdeadTime = 15.6 |
| float | mCharge2amp = 0.22 |
| float | mNoiseVar = 0.1 |
| float | mNoisePeriod = 1 / 0.9 |
| short | mTime_trg_gate = 153 |
| float | mAmpThresholdForReco = 5 |
| short | mTimeThresholdForReco = 1000 |
| float | mMV_2_Nchannels = 2.2857143 |
| float | mMV_2_NchannelsInverse = 0.437499997 |
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< FT0DigParam > | |
| static const FT0DigParam & | 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 23 of file FT0DigParam.h.
| o2::ft0::FT0DigParam::O2ParamDef | ( | FT0DigParam | , |
| "FT0DigParam" | |||
| ) |
| float o2::ft0::FT0DigParam::hitTimeOffsetA = 0 |
hit time offset on the A side [ns]
Definition at line 32 of file FT0DigParam.h.
| float o2::ft0::FT0DigParam::hitTimeOffsetC = 0 |
hit time offset on the C side [ns]
Definition at line 33 of file FT0DigParam.h.
| float o2::ft0::FT0DigParam::mAmp_trsh = 100 |
Definition at line 29 of file FT0DigParam.h.
| float o2::ft0::FT0DigParam::mAmpRecordLow = -4 |
Definition at line 30 of file FT0DigParam.h.
| float o2::ft0::FT0DigParam::mAmpRecordUp = 15 |
Definition at line 31 of file FT0DigParam.h.
| float o2::ft0::FT0DigParam::mAmpThresholdForReco = 5 |
Definition at line 46 of file FT0DigParam.h.
| float o2::ft0::FT0DigParam::mBunchWidth = 25 |
Definition at line 24 of file FT0DigParam.h.
| float o2::ft0::FT0DigParam::mCFD_trsh = 3. |
Definition at line 28 of file FT0DigParam.h.
| float o2::ft0::FT0DigParam::mCFDdeadTime = 15.6 |
Definition at line 41 of file FT0DigParam.h.
| float o2::ft0::FT0DigParam::mCfdShift = 1.66 |
Definition at line 39 of file FT0DigParam.h.
| float o2::ft0::FT0DigParam::mCFDShiftPos = 1.47 |
Definition at line 40 of file FT0DigParam.h.
| float o2::ft0::FT0DigParam::mChannelWidthInverse = 0.076804916 |
Definition at line 25 of file FT0DigParam.h.
| float o2::ft0::FT0DigParam::mCharge2amp = 0.22 |
Definition at line 42 of file FT0DigParam.h.
| float o2::ft0::FT0DigParam::mMCPs = Geometry::Nchannels |
Definition at line 27 of file FT0DigParam.h.
| float o2::ft0::FT0DigParam::mMip_in_V = 7 |
Definition at line 37 of file FT0DigParam.h.
| float o2::ft0::FT0DigParam::mMV_2_Nchannels = 2.2857143 |
Definition at line 49 of file FT0DigParam.h.
| float o2::ft0::FT0DigParam::mMV_2_NchannelsInverse = 0.437499997 |
Definition at line 50 of file FT0DigParam.h.
| float o2::ft0::FT0DigParam::mNoisePeriod = 1 / 0.9 |
Definition at line 44 of file FT0DigParam.h.
| float o2::ft0::FT0DigParam::mNoiseVar = 0.1 |
Definition at line 43 of file FT0DigParam.h.
| float o2::ft0::FT0DigParam::mPe_in_mip = 0.004 |
Definition at line 38 of file FT0DigParam.h.
| short o2::ft0::FT0DigParam::mTime_trg_gate = 153 |
Definition at line 45 of file FT0DigParam.h.
| short o2::ft0::FT0DigParam::mTimeThresholdForReco = 1000 |
Definition at line 47 of file FT0DigParam.h.
| int o2::ft0::FT0DigParam::mtrg_central_trh = 600. |
Definition at line 34 of file FT0DigParam.h.
| int o2::ft0::FT0DigParam::mtrg_semicentral_trh = 300. |
Definition at line 35 of file FT0DigParam.h.