![]() |
Project
|
#include <CPVSimParams.h>
Inherits o2::conf::ConfigurableParamHelper< CPVSimParams >.
Public Member Functions | |
float | CellWr () const |
Distance between wires (2 wires above 1 pad) | |
O2ParamDef (CPVSimParams, "CPVSimParams") | |
![]() | |
std::string | getName () const final |
EParamProvenance | getMemberProvenance (const std::string &key) const final |
void | printKeyValues (bool showProv=true, bool useLogger=false) 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 | mnCellX = 128 |
int | mnCellZ = 60 |
float | mPadSizeX = 1.13 |
overall size of CPV active size | |
float | mPadSizeZ = 2.1093 |
in phi and z directions | |
float | mDetR = 0.1 |
Relative energy fluctuation in track for 100 e-. | |
float | mdEdx = 400.0 |
Average energy loss in CPV (arbitrary units);. | |
int | mNgamz = 5 |
Ionization size in Z. | |
int | mNgamx = 9 |
Ionization size in Phi. | |
float | mCPVGasThickness = 1.3 |
width of ArC02 gas gap | |
float | mA = 1.0 |
Parameter to model CPV response. | |
float | mB = 0.7 |
Parameter to model CPV response. | |
float | mReadoutTime = 5. |
Read-out time in ns for default simulaionts. | |
float | mDeadTime = 20. |
PHOS dead time (includes Read-out time i.e. mDeadTime>=mReadoutTime) | |
float | mReadoutTimePU = 2000. |
Read-out time in ns if pileup simulation on in DigitizerSpec. | |
float | mDeadTimePU = 30000. |
PHOS dead time if pileup simulation on in DigitizerSpec. | |
bool | mApplyDigitization = true |
if energy digitization should be applied | |
float | mZSnSigmas = 3. |
Zero Suppression threshold. | |
float | mSortingDelta = 0.1 |
used in sorting clusters inverse sorting band in cm | |
float | mDigitMinEnergy = 5. |
Minimal amplitude of a digit to be used in cluster. | |
float | mClusteringThreshold = 10. |
Seed digit minimal amplitude. | |
float | mUnfogingEAccuracy = 1.e-3 |
Accuracy of energy calculation in unfoding prosedure (GeV) | |
float | mUnfogingXZAccuracy = 1.e-1 |
Accuracy of position calculation in unfolding procedure (cm) | |
float | mLocalMaximumCut = 0.030 |
Threshold to separate local maxima. | |
float | mLogWeight = 4.5 |
weight in cluster center of gravity calculation | |
int | mNMaxIterations = 10 |
Maximal number of iterations in unfolding procedure. | |
bool | mUnfoldClusters = false |
Perform cluster unfolding? | |
Additional Inherited Members | |
![]() | |
enum | EParamProvenance { kCODE , kCCDB , kRT } |
enum class | EParamUpdateStatus { Changed , Unchanged , Failed } |
![]() | |
static const CPVSimParams & | Instance () |
![]() | |
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) |
![]() | |
ConfigurableParam () | |
virtual | ~ConfigurableParam ()=default |
void | setRegisterMode (bool b) |
bool | isInitialized () const |
![]() | |
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 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 25 of file CPVSimParams.h.
|
inline |
Distance between wires (2 wires above 1 pad)
Definition at line 39 of file CPVSimParams.h.
o2::cpv::CPVSimParams::O2ParamDef | ( | CPVSimParams | , |
"CPVSimParams" | |||
) |
float o2::cpv::CPVSimParams::mA = 1.0 |
Parameter to model CPV response.
Definition at line 37 of file CPVSimParams.h.
bool o2::cpv::CPVSimParams::mApplyDigitization = true |
if energy digitization should be applied
Definition at line 46 of file CPVSimParams.h.
float o2::cpv::CPVSimParams::mB = 0.7 |
Parameter to model CPV response.
Definition at line 38 of file CPVSimParams.h.
float o2::cpv::CPVSimParams::mClusteringThreshold = 10. |
Seed digit minimal amplitude.
Definition at line 52 of file CPVSimParams.h.
float o2::cpv::CPVSimParams::mCPVGasThickness = 1.3 |
width of ArC02 gas gap
Definition at line 36 of file CPVSimParams.h.
float o2::cpv::CPVSimParams::mDeadTime = 20. |
PHOS dead time (includes Read-out time i.e. mDeadTime>=mReadoutTime)
Definition at line 43 of file CPVSimParams.h.
float o2::cpv::CPVSimParams::mDeadTimePU = 30000. |
PHOS dead time if pileup simulation on in DigitizerSpec.
Definition at line 45 of file CPVSimParams.h.
float o2::cpv::CPVSimParams::mdEdx = 400.0 |
Average energy loss in CPV (arbitrary units);.
Definition at line 33 of file CPVSimParams.h.
float o2::cpv::CPVSimParams::mDetR = 0.1 |
Relative energy fluctuation in track for 100 e-.
Definition at line 32 of file CPVSimParams.h.
float o2::cpv::CPVSimParams::mDigitMinEnergy = 5. |
Minimal amplitude of a digit to be used in cluster.
Definition at line 51 of file CPVSimParams.h.
float o2::cpv::CPVSimParams::mLocalMaximumCut = 0.030 |
Threshold to separate local maxima.
Definition at line 55 of file CPVSimParams.h.
float o2::cpv::CPVSimParams::mLogWeight = 4.5 |
weight in cluster center of gravity calculation
Definition at line 56 of file CPVSimParams.h.
int o2::cpv::CPVSimParams::mnCellX = 128 |
Definition at line 28 of file CPVSimParams.h.
int o2::cpv::CPVSimParams::mnCellZ = 60 |
Definition at line 29 of file CPVSimParams.h.
int o2::cpv::CPVSimParams::mNgamx = 9 |
Ionization size in Phi.
Definition at line 35 of file CPVSimParams.h.
int o2::cpv::CPVSimParams::mNgamz = 5 |
Ionization size in Z.
Definition at line 34 of file CPVSimParams.h.
int o2::cpv::CPVSimParams::mNMaxIterations = 10 |
Maximal number of iterations in unfolding procedure.
Definition at line 57 of file CPVSimParams.h.
float o2::cpv::CPVSimParams::mPadSizeX = 1.13 |
overall size of CPV active size
Definition at line 30 of file CPVSimParams.h.
float o2::cpv::CPVSimParams::mPadSizeZ = 2.1093 |
in phi and z directions
Definition at line 31 of file CPVSimParams.h.
float o2::cpv::CPVSimParams::mReadoutTime = 5. |
Read-out time in ns for default simulaionts.
Definition at line 42 of file CPVSimParams.h.
float o2::cpv::CPVSimParams::mReadoutTimePU = 2000. |
Read-out time in ns if pileup simulation on in DigitizerSpec.
Definition at line 44 of file CPVSimParams.h.
float o2::cpv::CPVSimParams::mSortingDelta = 0.1 |
used in sorting clusters inverse sorting band in cm
Definition at line 48 of file CPVSimParams.h.
float o2::cpv::CPVSimParams::mUnfogingEAccuracy = 1.e-3 |
Accuracy of energy calculation in unfoding prosedure (GeV)
Definition at line 53 of file CPVSimParams.h.
float o2::cpv::CPVSimParams::mUnfogingXZAccuracy = 1.e-1 |
Accuracy of position calculation in unfolding procedure (cm)
Definition at line 54 of file CPVSimParams.h.
bool o2::cpv::CPVSimParams::mUnfoldClusters = false |
Perform cluster unfolding?
Definition at line 58 of file CPVSimParams.h.
float o2::cpv::CPVSimParams::mZSnSigmas = 3. |
Zero Suppression threshold.
Definition at line 47 of file CPVSimParams.h.