ATLAS Offline Software
Loading...
Searching...
No Matches
FEI4SimTool Class Reference

#include <FEI4SimTool.h>

Inheritance diagram for FEI4SimTool:
Collaboration diagram for FEI4SimTool:

Public Member Functions

 FEI4SimTool (const std::string &type, const std::string &name, const IInterface *parent)
virtual StatusCode initialize () override
virtual void process (const EventContext &ctx, SiChargedDiodeCollection &chargedDiodes, PixelRDO_Collection &rdoCollection, CLHEP::HepRandomEngine *rndmEngine) const override
 AthAlgTool (const std::string &type, const std::string &name, const IInterface *parent)
 Constructor with parameters:
ServiceHandle< StoreGateSvc > & evtStore ()
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
const ServiceHandle< StoreGateSvc > & detStore () const
 The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual StatusCode sysInitialize () override
 Perform system initialization for an algorithm.
virtual StatusCode sysStart () override
 Handle START transition.
virtual std::vector< Gaudi::DataHandle * > inputHandles () const override
 Return this algorithm's input handles.
virtual std::vector< Gaudi::DataHandle * > outputHandles () const override
 Return this algorithm's output handles.
Gaudi::Details::PropertyBase & declareProperty (Gaudi::Property< T, V, H > &t)
void updateVHKA (Gaudi::Details::PropertyBase &)
MsgStream & msg () const
bool msgLvl (const MSG::Level lvl) const

Protected Member Functions

void renounceArray (SG::VarHandleKeyArray &handlesArray)
 remove all handles from I/O resolution
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)
void extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps)
 Add StoreName to extra input/output deps as needed.

Protected Attributes

int m_numberOfBcid {1}
double m_timeOffset {5.0}
double m_timeJitter {0.0}
double m_thermalNoise {160.0}
ToolHandle< IInDetConditionsToolm_pixelConditionsTool
ServiceHandle< InDetDD::IPixelReadoutManagerm_pixelReadout
SG::ReadCondHandleKey< PixelChargeCalibCondDatam_chargeDataKey
Gaudi::Property< int > m_BarrelEC
Gaudi::Property< bool > m_doNoise
Gaudi::Property< bool > m_cosmics

Static Protected Attributes

static constexpr double m_bunchSpace {25.0}

Private Types

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t

Private Member Functions

Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Private Attributes

SG::ReadCondHandleKey< PixelModuleDatam_moduleDataKey
StoreGateSvc_t m_evtStore
 Pointer to StoreGate (event store by default).
StoreGateSvc_t m_detStore
 Pointer to StoreGate (detector store by default).
std::vector< SG::VarHandleKeyArray * > m_vhka
bool m_varHandleArraysDeclared

Detailed Description

Definition at line 23 of file FEI4SimTool.h.

Member Typedef Documentation

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< AlgTool > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ FEI4SimTool()

FEI4SimTool::FEI4SimTool ( const std::string & type,
const std::string & name,
const IInterface * parent )

Definition at line 38 of file FEI4SimTool.cxx.

38 :
39 FrontEndSimTool(type, name, parent) {
40}

Member Function Documentation

◆ AthAlgTool()

AthAlgTool::AthAlgTool ( const std::string & type,
const std::string & name,
const IInterface * parent )
inherited

Constructor with parameters:

Definition at line 31 of file AthAlgTool.cxx.

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< AlgTool > >::declareGaudiProperty ( Gaudi::Property< T, V, H > & hndl,
const SG::VarHandleKeyType &  )
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKey>

Definition at line 156 of file AthCommonDataStore.h.

158 {
160 hndl.value(),
161 hndl.documentation());
162
163 }
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)

◆ declareProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( Gaudi::Property< T, V, H > & t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

145 {
146 typedef typename SG::HandleClassifier<T>::type htype;
148 }
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>

◆ detStore()

const ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< AlgTool > >::detStore ( ) const
inlineinherited

The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 95 of file AthCommonDataStore.h.

◆ evtStore()

ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< AlgTool > >::evtStore ( )
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 85 of file AthCommonDataStore.h.

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::extraDeps_update_handler ( Gaudi::Details::PropertyBase & ExtraDeps)
protectedinherited

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

◆ initialize()

StatusCode FEI4SimTool::initialize ( )
overridevirtual

Reimplemented from FrontEndSimTool.

Definition at line 42 of file FEI4SimTool.cxx.

42 {
44 ATH_MSG_DEBUG("FEI4SimTool::initialize()");
45 ATH_CHECK(m_moduleDataKey.initialize());
46
47 return StatusCode::SUCCESS;
48}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_DEBUG(x)
SG::ReadCondHandleKey< PixelModuleData > m_moduleDataKey
Definition FEI4SimTool.h:32
virtual StatusCode initialize() override

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< AlgTool > >::inputHandles ( ) const
overridevirtualinherited

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.

◆ msg()

MsgStream & AthCommonMsg< AlgTool >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24 {
25 return this->msgStream();
26 }

◆ msgLvl()

bool AthCommonMsg< AlgTool >::msgLvl ( const MSG::Level lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30 {
31 return this->msgLevel(lvl);
32 }

◆ outputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< AlgTool > >::outputHandles ( ) const
overridevirtualinherited

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()

void FEI4SimTool::process ( const EventContext & ctx,
SiChargedDiodeCollection & chargedDiodes,
PixelRDO_Collection & rdoCollection,
CLHEP::HepRandomEngine * rndmEngine ) const
overridevirtual

Implements FrontEndSimTool.

Definition at line 50 of file FEI4SimTool.cxx.

52 {
53 const InDetDD::PixelModuleDesign* p_design =
54 static_cast<const InDetDD::PixelModuleDesign*>(&(chargedDiodes.element())->design());
55
57 return;
58 }
59
60 const PixelID* pixelId = static_cast<const PixelID*>(chargedDiodes.element()->getIdHelper());
61 const IdentifierHash moduleHash = pixelId->wafer_hash(chargedDiodes.identify()); // wafer hash
62 Identifier moduleID = pixelId->wafer_id(chargedDiodes.element()->identify());
63
64 int barrel_ec = pixelId->barrel_ec(chargedDiodes.element()->identify());
65 int layerIndex = pixelId->layer_disk(chargedDiodes.element()->identify());
66
67 if (std::abs(barrel_ec) != m_BarrelEC) {
68 return;
69 }
70
71 SG::ReadCondHandle<PixelModuleData> moduleDataHandle(m_moduleDataKey, ctx);
72 const PixelModuleData *moduleData = *moduleDataHandle;
73 SG::ReadCondHandle<PixelChargeCalibCondData> calibDataHandle(m_chargeDataKey, ctx);
74 const PixelChargeCalibCondData *calibData = *calibDataHandle;
75
76 int maxFEI4SmallHit = 2;
77 int overflowToT = calibData->getFEI4OverflowToT();
78
79 std::vector<std::unique_ptr<Pixel1RawData>> p_rdo_small_fei4;
80 int nSmallHitsFEI4 = 0;
81 std::vector<int> row, col;
82 const int maxRow = p_design->rowsPerCircuit();
83 const int maxCol = p_design->columnsPerCircuit();
84 std::vector<std::vector<int> > FEI4Map(maxRow + 16, std::vector<int>(maxCol + 16));
85
86 // Add cross-talk
87 crossTalk(moduleData->getCrossTalk(barrel_ec, layerIndex), chargedDiodes);
88
89 if (m_doNoise) {
90 // Add thermal noise
91 thermalNoise(m_thermalNoise, chargedDiodes, rndmEngine);
92
93 // Add random noise
94 randomNoise(chargedDiodes, moduleData, m_numberOfBcid, calibData, rndmEngine, m_pixelReadout.get());
95 }
96
97 // Add random diabled pixels
98 randomDisable(chargedDiodes, moduleData, rndmEngine); // FIXME How should we handle disabling pixels in Overlay jobs?
99
100 for (SiChargedDiodeOrderedIterator i_chargedDiode = chargedDiodes.orderedBegin();
101 i_chargedDiode != chargedDiodes.orderedEnd(); ++i_chargedDiode) {
102 SiChargedDiode& diode = **i_chargedDiode;
103
104 Identifier diodeID = chargedDiodes.getId(diode.diode());
105 double charge = diode.charge();
106
107 // charge scaling function applied. (Reference: ATL-COM-INDET-2018-052)
108
109 double corrQ = 1.11 *
110 (1.0 - (-7.09 * 1000.0) / (23.72 * 1000.0 + charge) + (-0.22 * 1000.0) /
111 (-0.42 * 1000.0 + charge));
112 if (corrQ < 1.0) {
113 corrQ = 1.0;
114 }
115 charge *= 1.0 / corrQ;
116
117 //could scale if necessary
118
119 unsigned int FE = m_pixelReadout->getFE(diodeID, moduleID);
120 InDetDD::PixelDiodeType type = m_pixelReadout->getDiodeType(diodeID);
121 if ((FE == InDetDD::invalidFrontEnd) or (type == InDetDD::PixelDiodeType::NONE)) continue;//invalid frontend
122
123 // Apply analog threshold, timing simulation
124 const auto & thresholds = calibData->getThresholds(type, moduleHash, FE);
125 double threshold = PixelDigitization::randomThreshold(thresholds, rndmEngine);
126 // This noise check is unaffected by digitizationFlags.doInDetNoise in
127 // 21.0 - see PixelCellDiscriminator.cxx in that branch
128
129 if (charge > threshold) {
130 int bunchSim;
131 if (diode.totalCharge().fromTrack()) {
132 bunchSim =
133 static_cast<int>(std::floor((getG4Time(diode.totalCharge()) +
135 } else {
136 bunchSim = CLHEP::RandFlat::shootInt(rndmEngine, m_numberOfBcid);
137 }
138
139 if (bunchSim < 0 || bunchSim > m_numberOfBcid) {
140 SiHelper::belowThreshold(diode, true, true);
141 } else {
142 SiHelper::SetBunch(diode, bunchSim);
143 }
144 } else {
145 SiHelper::belowThreshold(diode, true, true);
146 }
147
148 // charge to ToT conversion
149 double tot = calibData->getToT(type, moduleHash, FE, charge);
150 double totsig = calibData->getTotRes(moduleHash, FE, tot);
151 int nToT = static_cast<int>(CLHEP::RandGaussZiggurat::shoot(rndmEngine, tot, totsig));
152
153 // This is for new IBL calibration, since above method (stat_cast) is not effective.
154 if (totsig==0.0) {
155 double totIBLsig = getSigma(nToT);
156 if (totIBLsig) {
157 if (CLHEP::RandFlat::shoot(rndmEngine,0.0,1.0)<std::exp(-0.5/totIBLsig/totIBLsig)) {
158 if (CLHEP::RandFlat::shoot(rndmEngine,0.0,1.0)<0.5) { nToT--; }
159 else { nToT++; }
160 }
161 }
162 }
163
164
165
166 // FEI4 HitDiscConfig
167 if (nToT == 2 && maxFEI4SmallHit == 2) {
168 nToT = 1;
169 }
170
171 nToT=std::clamp(nToT, 1, overflowToT);
172
173 if (nToT <= moduleData->getToTThreshold(barrel_ec, layerIndex)) {
174 SiHelper::belowThreshold(diode, true, true);
175 }
176
177 // Filter events
178 if (SiHelper::isMaskOut(diode)) {
179 continue;
180 }
181 if (SiHelper::isDisabled(diode)) {
182 continue;
183 }
184
185 if (!m_pixelConditionsTool->isActive(moduleHash, diodeID, ctx)) {
186 SiHelper::disabled(diode, true, true);
187 continue;
188 }
189
190 int flag = diode.flag();
191 int bunch = (flag >> 8) & 0xff;
192
193 InDetDD::SiReadoutCellId cellId = diode.getReadoutCell();
194 const Identifier id_readout = chargedDiodes.element()->identifierFromCellId(cellId);
195
196 int iirow = cellId.phiIndex();
197 int iicol = cellId.etaIndex();
198 if (iicol >= maxCol) {
199 iicol = iicol - maxCol;
200 } // FEI4 copy mechanism works per FE.
201
202 // Front-End simulation
203 if (bunch >= 0 && bunch < m_numberOfBcid) {
204 auto p_rdo = std::make_unique<Pixel1RawData>(id_readout, nToT, bunch, 0, bunch);
205 if (nToT > maxFEI4SmallHit) {
206 rdoCollection.push_back(p_rdo.release());
207 FEI4Map[iirow][iicol] = 2; //Flag for "big hits"
208 } else {
209 p_rdo_small_fei4.push_back(std::move(p_rdo));
210 row.push_back(iirow);
211 col.push_back(iicol);
212 FEI4Map[iirow][iicol] = 1; //Flag for low hits
213 nSmallHitsFEI4++;
214 }
215 }
216 }
217
218 // Copy mechanism for IBL small hits:
219 if (nSmallHitsFEI4 > 0) {
220 bool recorded = false;
221
222 //First case: Record small hits which are in the same Pixel Digital Region than a big hit:
223 for (int ismall = 0; ismall < nSmallHitsFEI4; ismall++) {
224 int rowPDR = row[ismall] / 2;
225 int colPDR = col[ismall] / 2;
226 for (int rowBigHit = 2 * rowPDR; rowBigHit != 2 * rowPDR + 2 && rowBigHit < maxRow; ++rowBigHit) {
227 for (int colBigHit = 2 * colPDR; colBigHit != 2 * colPDR + 2 && colBigHit < maxCol; ++colBigHit) {
229 "rowBig = " << rowBigHit << " colBig = " << colBigHit << " Map Content = " <<
230 FEI4Map[rowBigHit][colBigHit]);
231 if (FEI4Map[rowBigHit][colBigHit] == 2 && !recorded) {
232 rdoCollection.push_back(p_rdo_small_fei4[ismall].release());
233 recorded = true;
234 }
235 }
236 }
237
238 // Second case: Record small hits which are phi-neighbours with a big hit:
239 if (!recorded && row[ismall] < maxRow - 1) {
240 if (FEI4Map[row[ismall] + 1][col[ismall]] == 2) {
241 rdoCollection.push_back(p_rdo_small_fei4[ismall].release());
242 recorded = true;
243 }
244 }
245 if (!recorded && row[ismall] != 0) {
246 if (FEI4Map[row[ismall] - 1][col[ismall]] == 2) {
247 rdoCollection.push_back(p_rdo_small_fei4[ismall].release());
248 recorded = true;
249 }
250 }
251 }
252 }
253 }
double charge(const T &p)
Definition AtlasPID.h:997
SiChargedDiodeOrderedSet::iterator SiChargedDiodeOrderedIterator
value_type push_back(value_type pElem)
SG::ReadCondHandleKey< PixelChargeCalibCondData > m_chargeDataKey
ServiceHandle< InDetDD::IPixelReadoutManager > m_pixelReadout
static constexpr double m_bunchSpace
ToolHandle< IInDetConditionsTool > m_pixelConditionsTool
Gaudi::Property< bool > m_doNoise
Gaudi::Property< int > m_BarrelEC
PixelReadoutTechnology getReadoutTechnology() const
int rowsPerCircuit() const
Number of cell rows per circuit:
int columnsPerCircuit() const
Number of cell columns per circuit:
int phiIndex() const
Get phi index. Equivalent to strip().
Definition SiCellId.h:122
int etaIndex() const
Get eta index.
Definition SiCellId.h:114
virtual Identifier identify() const override final
identifier of this detector element (inline)
virtual Identifier identifierFromCellId(const SiCellId &cellId) const =0
Identifier <-> SiCellId (ie strip number or pixel eta_index,phi_index) Identifier from SiCellId (ie s...
constexpr int getFEI4OverflowToT() const
PixelChargeCalib::Thresholds getThresholds(InDetDD::PixelDiodeType type, unsigned int moduleHash, unsigned int FE) const
float getToT(InDetDD::PixelDiodeType type, unsigned int moduleHash, unsigned int FE, float Q) const
float getTotRes(unsigned int moduleHash, unsigned int FE, float Q) const
int layer_disk(const Identifier &id) const
Definition PixelID.h:602
Identifier wafer_id(int barrel_ec, int layer_disk, int phi_module, int eta_module) const
For a single crystal.
Definition PixelID.h:355
int barrel_ec(const Identifier &id) const
Values of different levels (failure returns 0).
Definition PixelID.h:595
IdentifierHash wafer_hash(Identifier wafer_id) const
wafer hash from id
Definition PixelID.h:378
double getCrossTalk(int barrel_ec, int layer) const
virtual Identifier identify() const override final
SiChargedDiodeOrderedIterator orderedEnd()
SiChargedDiodeOrderedIterator orderedBegin()
Identifier getId(const InDetDD::SiCellId &id) const
const InDetDD::SolidStateDetectorElementBase * element() const
const InDetDD::SiCellId & diode() const
int flag() const
double charge() const
const SiTotalCharge & totalCharge() const
const InDetDD::SiReadoutCellId & getReadoutCell() const
static bool isMaskOut(SiChargedDiode &chDiode)
Definition SiHelper.h:171
static void SetBunch(SiChargedDiode &chDiode, int bunch, MsgStream *log=nullptr)
Definition SiHelper.h:129
static void disabled(SiChargedDiode &chDiode, bool flag, bool mask=false)
Definition SiHelper.h:93
static void belowThreshold(SiChargedDiode &chDiode, bool flag, bool mask=false)
Definition SiHelper.h:84
static bool isDisabled(SiChargedDiode &chDiode)
Definition SiHelper.h:179
bool fromTrack() const
static std::string release
Definition computils.h:50
list recorded
if USE_PDG_VALUES = True, load PDG value of sin2thetaW and particle masses/widths from parameter dict...
constexpr uint32_t invalidFrontEnd
const T * getIdHelper(StoreGateSvc *pDetStore, const std::string &helperName)
void randomDisable(SiChargedDiodeCollection &chargedDiodes, const PixelModuleData *moduleData, CLHEP::HepRandomEngine *rndmEngine)
void crossTalk(double crossTalk, SiChargedDiodeCollection &chargedDiodes)
void thermalNoise(double thermalNoise, SiChargedDiodeCollection &chargedDiodes, CLHEP::HepRandomEngine *rndmEngine)
double randomThreshold(const PixelChargeCalib::Thresholds &t, CLHEP::HepRandomEngine *pEngine)
void randomNoise(SiChargedDiodeCollection &chargedDiodes, const PixelModuleData *moduleData, int nBcid, const PixelChargeCalibCondData *chargeCalibData, CLHEP::HepRandomEngine *rndmEngine, InDetDD::IPixelReadoutManager *pixelReadout)
double getG4Time(const SiTotalCharge &totalCharge)
row
Appending html table to final .html summary file.
bool flag
Definition master.py:29

◆ renounce()

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 > AthCommonDataStore< AthCommonMsg< AlgTool > >::renounce ( T & h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381 {
382 h.renounce();
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()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ sysInitialize()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysInitialize ( )
overridevirtualinherited

Perform system initialization for an algorithm.

We override this to declare all the elements of handle key arrays at the end of initialization. See comments on updateVHKA.

Reimplemented in asg::AsgMetadataTool, AthCheckedComponent< AthAlgTool >, and AthCheckedComponent<::AthAlgTool >.

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysStart ( )
overridevirtualinherited

Handle START transition.

We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::updateVHKA ( Gaudi::Details::PropertyBase & )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308 {
309 // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310 // << " size: " << m_vhka.size() << endmsg;
311 for (auto &a : m_vhka) {
313 for (auto k : keys) {
314 k->setOwner(this);
315 }
316 }
317 }
std::vector< SG::VarHandleKeyArray * > m_vhka

Member Data Documentation

◆ m_BarrelEC

Gaudi::Property<int> FrontEndSimTool::m_BarrelEC
protectedinherited
Initial value:
{
this, "BarrelEC", 0, "Index of barrel or endcap"
}

Definition at line 57 of file FrontEndSimTool.h.

57 {
58 this, "BarrelEC", 0, "Index of barrel or endcap"
59 };

◆ m_bunchSpace

double FrontEndSimTool::m_bunchSpace {25.0}
staticconstexprprotectedinherited

Definition at line 39 of file FrontEndSimTool.h.

39{25.0};

◆ m_chargeDataKey

SG::ReadCondHandleKey<PixelChargeCalibCondData> FrontEndSimTool::m_chargeDataKey
protectedinherited
Initial value:
{
this, "PixelChargeCalibCondData", "PixelChargeCalibCondData", "Pixel charge calibration data"
}

Definition at line 53 of file FrontEndSimTool.h.

53 {
54 this, "PixelChargeCalibCondData", "PixelChargeCalibCondData", "Pixel charge calibration data"
55 };

◆ m_cosmics

Gaudi::Property<bool> FrontEndSimTool::m_cosmics
protectedinherited
Initial value:
{
this, "Cosmics", false, "Is this for Cosmics simulation?"
}

Definition at line 65 of file FrontEndSimTool.h.

65 {
66 this, "Cosmics", false, "Is this for Cosmics simulation?"
67 };

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default).

Definition at line 393 of file AthCommonDataStore.h.

◆ m_doNoise

Gaudi::Property<bool> FrontEndSimTool::m_doNoise
protectedinherited
Initial value:
{
this, "DoNoise", true, "Flag of noise simulation"
}

Definition at line 61 of file FrontEndSimTool.h.

61 {
62 this, "DoNoise", true, "Flag of noise simulation"
63 };

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default).

Definition at line 390 of file AthCommonDataStore.h.

◆ m_moduleDataKey

SG::ReadCondHandleKey<PixelModuleData> FEI4SimTool::m_moduleDataKey
private
Initial value:
{
this, "PixelModuleData", "PixelModuleData", "Pixel module data"
}

Definition at line 32 of file FEI4SimTool.h.

32 {
33 this, "PixelModuleData", "PixelModuleData", "Pixel module data"
34 };

◆ m_numberOfBcid

int FrontEndSimTool::m_numberOfBcid {1}
protectedinherited

Definition at line 40 of file FrontEndSimTool.h.

40{1}; //assumed same for all positions

◆ m_pixelConditionsTool

ToolHandle<IInDetConditionsTool> FrontEndSimTool::m_pixelConditionsTool
protectedinherited
Initial value:
{
this, "PixelConditionsSummaryTool", "PixelConditionsSummaryTool", "Tool to retrieve Pixel Conditions summary"
}

Definition at line 44 of file FrontEndSimTool.h.

44 {
45 this, "PixelConditionsSummaryTool", "PixelConditionsSummaryTool", "Tool to retrieve Pixel Conditions summary"
46 };

◆ m_pixelReadout

ServiceHandle<InDetDD::IPixelReadoutManager> FrontEndSimTool::m_pixelReadout
protectedinherited
Initial value:
{
this, "PixelReadoutManager", "PixelReadoutManager", "Pixel readout manager"
}

Definition at line 48 of file FrontEndSimTool.h.

48 {
49 this, "PixelReadoutManager", "PixelReadoutManager", "Pixel readout manager"
50 };

◆ m_thermalNoise

double FrontEndSimTool::m_thermalNoise {160.0}
protectedinherited

Definition at line 43 of file FrontEndSimTool.h.

43{160.0}; //default noise level

◆ m_timeJitter

double FrontEndSimTool::m_timeJitter {0.0}
protectedinherited

Definition at line 42 of file FrontEndSimTool.h.

42{0.0};

◆ m_timeOffset

double FrontEndSimTool::m_timeOffset {5.0}
protectedinherited

Definition at line 41 of file FrontEndSimTool.h.

41{5.0};

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< AlgTool > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

std::vector<SG::VarHandleKeyArray*> AthCommonDataStore< AthCommonMsg< AlgTool > >::m_vhka
privateinherited

Definition at line 398 of file AthCommonDataStore.h.


The documentation for this class was generated from the following files: