#include <FrontEndSimTool.h>
Definition at line 31 of file FrontEndSimTool.h.
◆ StoreGateSvc_t
◆ FrontEndSimTool() [1/2]
| FrontEndSimTool::FrontEndSimTool |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
Definition at line 7 of file FrontEndSimTool.cxx.
7 :
9 declareInterface<FrontEndSimTool>(this);
10}
◆ ~FrontEndSimTool()
| virtual FrontEndSimTool::~FrontEndSimTool |
( |
| ) |
|
|
inlinevirtual |
◆ FrontEndSimTool() [2/2]
| FrontEndSimTool::FrontEndSimTool |
( |
| ) |
|
|
private |
◆ declareGaudiProperty()
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
158 {
161 hndl.documentation());
162
163 }
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
◆ declareProperty()
Definition at line 145 of file AthCommonDataStore.h.
145 {
148 }
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
◆ detStore()
◆ evtStore()
◆ extraDeps_update_handler()
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
◆ finalize()
| StatusCode FrontEndSimTool::finalize |
( |
| ) |
|
|
overridevirtual |
◆ initialize()
| StatusCode FrontEndSimTool::initialize |
( |
| ) |
|
|
overridevirtual |
◆ inputHandles()
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ interfaceID()
| const InterfaceID & FrontEndSimTool::interfaceID |
( |
| ) |
|
|
inlinestatic |
◆ msg()
◆ msgLvl()
| bool AthCommonMsg< AlgTool >::msgLvl |
( |
const MSG::Level | lvl | ) |
const |
|
inlineinherited |
◆ outputHandles()
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ process()
◆ renounce()
Definition at line 380 of file AthCommonDataStore.h.
381 {
384 }
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)
◆ renounceArray()
◆ sysInitialize()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ updateVHKA()
Definition at line 308 of file AthCommonDataStore.h.
308 {
309
310
313 for (
auto k :
keys) {
315 }
316 }
317 }
std::vector< SG::VarHandleKeyArray * > m_vhka
◆ m_BarrelEC
| Gaudi::Property<int> FrontEndSimTool::m_BarrelEC |
|
protected |
Initial value:{
this, "BarrelEC", 0, "Index of barrel or endcap"
}
Definition at line 68 of file FrontEndSimTool.h.
68 {
69 this, "BarrelEC", 0, "Index of barrel or endcap"
70 };
◆ m_bunchSpace
| double FrontEndSimTool::m_bunchSpace {25.0} |
|
staticconstexprprotected |
◆ m_chargeDataKey
Initial value:{
this, "PixelChargeCalibCondData", "PixelChargeCalibCondData", "Pixel charge calibration data"
}
Definition at line 64 of file FrontEndSimTool.h.
64 {
65 this, "PixelChargeCalibCondData", "PixelChargeCalibCondData", "Pixel charge calibration data"
66 };
◆ m_cosmics
| Gaudi::Property<bool> FrontEndSimTool::m_cosmics |
|
protected |
Initial value:{
this, "Cosmics", false, "Is this for Cosmics simulation?"
}
Definition at line 76 of file FrontEndSimTool.h.
76 {
77 this, "Cosmics", false, "Is this for Cosmics simulation?"
78 };
◆ m_detStore
◆ m_doNoise
| Gaudi::Property<bool> FrontEndSimTool::m_doNoise |
|
protected |
Initial value:{
this, "DoNoise", true, "Flag of noise simulation"
}
Definition at line 72 of file FrontEndSimTool.h.
72 {
73 this, "DoNoise", true, "Flag of noise simulation"
74 };
◆ m_evtStore
◆ m_numberOfBcid
| int FrontEndSimTool::m_numberOfBcid {1} |
|
protected |
◆ m_pixelConditionsTool
Initial value:{
this, "PixelConditionsSummaryTool", "PixelConditionsSummaryTool", "Tool to retrieve Pixel Conditions summary"
}
Definition at line 55 of file FrontEndSimTool.h.
55 {
56 this, "PixelConditionsSummaryTool", "PixelConditionsSummaryTool", "Tool to retrieve Pixel Conditions summary"
57 };
◆ m_pixelReadout
Initial value:{
this, "PixelReadoutManager", "PixelReadoutManager", "Pixel readout manager"
}
Definition at line 59 of file FrontEndSimTool.h.
59 {
60 this, "PixelReadoutManager", "PixelReadoutManager", "Pixel readout manager"
61 };
◆ m_thermalNoise
| double FrontEndSimTool::m_thermalNoise {160.0} |
|
protected |
◆ m_timeJitter
| double FrontEndSimTool::m_timeJitter {0.0} |
|
protected |
◆ m_timeOffset
| double FrontEndSimTool::m_timeOffset {5.0} |
|
protected |
◆ m_varHandleArraysDeclared
◆ m_vhka
The documentation for this class was generated from the following files: