|
ATLAS Offline Software
|
#include <CBNT_Timing.h>
|
| CBNT_Timing (const std::string &name, ISvcLocator *pSvcLocator) |
|
virtual | ~CBNT_Timing () |
|
virtual StatusCode | CBNT_initialize () override |
|
virtual StatusCode | CBNT_execute () override |
|
virtual StatusCode | CBNT_finalize () override |
|
virtual StatusCode | CBNT_clear () override |
|
virtual StatusCode | initialize () override |
|
virtual StatusCode | execute () override |
|
virtual StatusCode | finalize () override |
|
virtual StatusCode | pre_execute () |
|
virtual StatusCode | sysInitialize () override |
| Override sysInitialize. More...
|
|
virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. More...
|
|
ServiceHandle< StoreGateSvc > & | evtStore () |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | evtStore () const |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | detStore () const |
| The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
virtual StatusCode | sysStart () override |
| Handle START transition. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. More...
|
|
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
| Declare a new Gaudi property. More...
|
|
void | updateVHKA (Gaudi::Details::PropertyBase &) |
|
MsgStream & | msg () const |
|
MsgStream & | msg (const MSG::Level lvl) const |
|
bool | msgLvl (const MSG::Level lvl) const |
|
|
SG::ReadCondHandleKey< LArOnOffIdMapping > | m_cablingKey {this,"CablingKey","LArOnOffIdMap","SG Key of LArOnOffIdMapping object"} |
|
const LArOnlineID * | m_onlineHelper |
|
double | m_energy_cut |
|
bool | m_first_event |
|
std::string | m_tbphase |
|
std::vector< std::string > | m_sampling_names |
|
std::string | m_caloCellName |
|
std::vector< CaloSampling::CaloSample > | m_samplingIndices |
| stores More...
|
|
std::map< CaloCell_ID::SUBCALO, std::vector< CaloSampling::CaloSample > > | m_calosAndSamplings |
|
std::vector< HWIdentifier > | m_febIDs |
|
std::map< int, std::string > | m_slotToFebNameLookup |
|
std::map< CaloCell_ID::SUBCALO, std::string > | m_caloToNameLookup |
|
std::map< std::string, CaloCell_ID::SUBCALO > | m_caloFromNameLookup |
|
std::map< CaloSampling::CaloSample, std::string > | m_samplingToNameLookup |
|
std::map< std::string, CaloSampling::CaloSample > | m_samplingFromNameLookup |
|
std::map< CaloSampling::CaloSample, CaloCell_ID::SUBCALO > | m_caloLookup |
|
std::vector< long > * | m_layer_cell |
|
std::vector< long > * | m_eta_cell |
|
std::vector< long > * | m_phi_cell |
|
std::vector< long > * | m_febId_cell |
|
std::vector< float > * | m_energy_cell |
|
std::vector< float > * | m_time_cell |
|
std::vector< float > * | m_time_layer |
|
std::vector< long > * | m_layer_layer |
|
std::vector< long > * | m_febId_feb |
|
std::vector< float > * | m_time_feb |
|
std::vector< long > * | m_slot_feb |
|
std::vector< long > * | m_feedthrough_feb |
|
float | m_energy |
|
float | m_time |
|
float | m_tdc_phase |
|
bool | m_initialized |
|
DataObjIDColl | m_extendedExtraObjects |
|
StoreGateSvc_t | m_evtStore |
| Pointer to StoreGate (event store by default) More...
|
|
StoreGateSvc_t | m_detStore |
| Pointer to StoreGate (detector store by default) More...
|
|
std::vector< SG::VarHandleKeyArray * > | m_vhka |
|
bool | m_varHandleArraysDeclared |
|
Definition at line 22 of file CBNT_Timing.h.
◆ StoreGateSvc_t
◆ anonymous enum
◆ CBNT_Timing()
CBNT_Timing::CBNT_Timing |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ ~CBNT_Timing()
CBNT_Timing::~CBNT_Timing |
( |
| ) |
|
|
virtual |
◆ addBranch() [1/3]
template<class T >
void CBNT_TBRecBase::addBranch |
( |
const std::string & |
branchname, |
|
|
T & |
obj, |
|
|
const std::string & |
leaflist |
|
) |
| |
|
inlineprotectedinherited |
◆ addBranch() [2/3]
template<class T >
void CBNT_TBRecBase::addBranch |
( |
const std::string & |
branchname, |
|
|
T *& |
obj |
|
) |
| |
|
inlineprotectedinherited |
◆ addBranch() [3/3]
template<class T >
void CBNT_TBRecBase::addBranch |
( |
const std::string & |
branchname, |
|
|
T *& |
obj, |
|
|
int |
bufferSize, |
|
|
int |
splitLevel |
|
) |
| |
|
inlineprotectedinherited |
◆ CBNT_clear()
StatusCode CBNT_Timing::CBNT_clear |
( |
| ) |
|
|
overridevirtual |
◆ CBNT_execute()
StatusCode CBNT_Timing::CBNT_execute |
( |
| ) |
|
|
overridevirtual |
Reimplemented from CBNT_TBRecBase.
Definition at line 134 of file CBNT_Timing.cxx.
146 return StatusCode::FAILURE;
169 std::vector<CaloSampling::CaloSample> samplingV =
p.second;
185 if (
find(samplingV.begin(), samplingV.end(), idSample) != samplingV.end()) {
200 msg() << MSG::INFO <<
"FEB IDs: ";
202 std::ostringstream
os;
203 os << std::hex << febID;
204 msg() << MSG::INFO <<
" \042" <<
os.str() <<
"\042";
217 std::map<CaloSampling::CaloSample, double> sumEPerSampling, sumETimePerSampling;
218 std::map<HWIdentifier, double> sumEPerFeb, sumETimePerFeb;
219 double sumETotal = 0, sumETimeTotal = 0;
229 (
"Looping over CaloCells of calorimeter : \042"
232 std::vector<CaloSampling::CaloSample> samplingV =
p.second;
249 if (
find(samplingV.begin(), samplingV.end(), idSample) != samplingV.end()) {
263 double energy = (*cell)->e();
264 double time = (*cell)->time();
271 sumEPerSampling[idSample] +=
energy;
272 sumETimePerSampling[idSample] +=
energy *
time;
274 sumEPerFeb[febID] +=
energy;
282 (
"cell time = " <<
time/
ns <<
" ns"
283 <<
"; energy = " <<
energy/
GeV <<
" GeV" );
318 double peakTime = (sumEPerSampling[idSample] > 0.) ? sumETimePerSampling[idSample]/sumEPerSampling[idSample] :
NOTIME;
328 double peakTime = (sumEPerFeb[febID] > 0.) ? sumETimePerFeb[febID]/sumEPerFeb[febID] :
NOTIME;
338 m_time = (sumETotal > 0.) ? sumETimeTotal/sumETotal : 0.;
342 return StatusCode::SUCCESS;
◆ CBNT_finalize()
StatusCode CBNT_Timing::CBNT_finalize |
( |
| ) |
|
|
overridevirtual |
◆ CBNT_initialize()
StatusCode CBNT_Timing::CBNT_initialize |
( |
| ) |
|
|
overridevirtual |
Reimplemented from CBNT_TBRecBase.
Definition at line 62 of file CBNT_Timing.cxx.
92 msg() << MSG::INFO <<
"Included calorimeter samplings: ";
97 msg() << MSG::INFO <<
"\042" << sampling
109 samplingV.push_back(idSample);
116 <<
"Included calorimeter : \042"
118 <<
"\042 samplings:";
119 const std::vector<CaloSampling::CaloSample>& samplingV =
p.second;
129 return StatusCode::SUCCESS;
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
253 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
229 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
338 return PBASE::declareProperty(
name, property,
doc);
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ detStore()
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ execute()
StatusCode CBNT_TBRecBase::execute |
( |
| ) |
|
|
overridevirtualinherited |
Definition at line 154 of file CBNT_TBRecBase.cxx.
164 *
m_log << MSG::ERROR <<
" Standard exception "
166 <<
" caught from sub-algorithm::CBNT_pre_execute (). Disable !" <<
endmsg ;
167 sc = this->setProperty(BooleanProperty(
"Enable",
false ) );
168 return StatusCode::FAILURE;
172 *
m_log << MSG::ERROR <<
" Unknown exception "
173 <<
" caught from sub-algorithm::CBNT_pre_execute (). Disable !" <<
endmsg ;
174 sc = this->setProperty(BooleanProperty(
"Enable",
false ) );
175 return StatusCode::FAILURE;
178 if (
sc.isFailure()) {
179 *
m_log << MSG::ERROR <<
"CBNT_pre_execute() failed. Disable !" <<
endmsg;
180 sc = this->setProperty(BooleanProperty(
"Enable",
false ) );
190 *
m_log << MSG::ERROR <<
" Standard exception "
192 <<
" caught from sub-algorithm::CBNT_execute () :" <<
endmsg ;
193 return StatusCode::FAILURE;
196 *
m_log << MSG::ERROR <<
" Unknown exception "
197 <<
" caught from sub-algorithm::CBNT_execute () :" <<
endmsg ;
198 return StatusCode::FAILURE;
◆ 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
◆ extraOutputDeps()
const DataObjIDColl & AthAlgorithm::extraOutputDeps |
( |
| ) |
const |
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 50 of file AthAlgorithm.cxx.
57 return Algorithm::extraOutputDeps();
◆ finalize()
StatusCode CBNT_TBRecBase::finalize |
( |
| ) |
|
|
overridevirtualinherited |
Definition at line 205 of file CBNT_TBRecBase.cxx.
214 *
m_log << MSG::ERROR <<
" Standard exception "
216 <<
" caught from sub-algorithm::CBNT_finalize () :" <<
endmsg ;
219 *
m_log << MSG::ERROR <<
" Unknown exception "
220 <<
" caught from sub-algorithm::CBNT_finalize () :" <<
endmsg ;
◆ initialize()
StatusCode CBNT_TBRecBase::initialize |
( |
| ) |
|
|
overridevirtualinherited |
Definition at line 22 of file CBNT_TBRecBase.cxx.
35 (*m_log) << MSG::ERROR <<
"Could not access lar EM ID helper" <<
endmsg;
36 return StatusCode::FAILURE;
39 (*m_log) << MSG::ERROR <<
"Could not access lar FCAL ID helper" <<
endmsg;
40 return StatusCode::FAILURE;
43 (*m_log) << MSG::ERROR <<
"Could not access lar HEC ID helper" <<
endmsg;
44 return StatusCode::FAILURE;
49 (*m_log) << MSG::ERROR <<
"Could not get LArOnlineID helper !" <<
endmsg;
50 return StatusCode::FAILURE;
58 return StatusCode::SUCCESS;
◆ 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.
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ 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.
◆ pre_execute()
StatusCode CBNT_TBRecBase::pre_execute |
( |
| ) |
|
|
virtualinherited |
Definition at line 61 of file CBNT_TBRecBase.cxx.
68 *
m_log << MSG::ERROR <<
"Need to set variable 'm_ntpath' and 'm_ntTitle' in constructor of deriving class!" <<
endmsg;
69 return StatusCode::FAILURE;
73 if (
i==std::string::npos) {
75 return StatusCode::FAILURE;
113 *
m_log << MSG::ERROR <<
" Standard exception "
115 <<
" caught from sub-algorithm::CBNT_initialize () :" <<
endmsg ;
118 *
m_log << MSG::ERROR <<
" Unknown exception "
119 <<
" caught from sub-algorithm::CBNT_initialize () :" <<
endmsg ;
124 *
m_log << MSG::ERROR <<
"CBNT_initialize() failed" <<
endmsg;
136 *
m_log << MSG::ERROR <<
" Standard exception "
138 <<
" caught from sub-algorithm::CBNT_clear () :" <<
endmsg ;
141 *
m_log << MSG::ERROR <<
" Unknown exception "
142 <<
" caught from sub-algorithm::CBNT_clear () :" <<
endmsg ;
145 if (
sc.isFailure()) {
146 *
m_log << MSG::ERROR <<
"CBNT_clear() failed" <<
endmsg;
150 return StatusCode::SUCCESS ;
◆ renounce()
◆ renounceArray()
◆ setupLookupTables()
StatusCode CBNT_Timing::setupLookupTables |
( |
| ) |
|
|
private |
internal helpers
Definition at line 356 of file CBNT_Timing.cxx.
464 return StatusCode::SUCCESS;
◆ sysInitialize()
StatusCode AthAlgorithm::sysInitialize |
( |
| ) |
|
|
overridevirtualinherited |
◆ 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()
◆ m_cablingKey
◆ m_caloCellName
std::string CBNT_Timing::m_caloCellName |
|
private |
◆ m_caloFromNameLookup
◆ m_caloLookup
◆ m_calosAndSamplings
◆ m_caloToNameLookup
◆ m_detStore
◆ m_emId
◆ m_energy
float CBNT_Timing::m_energy |
|
private |
◆ m_energy_cell
std::vector<float>* CBNT_Timing::m_energy_cell |
|
private |
◆ m_energy_cut
double CBNT_Timing::m_energy_cut |
|
private |
◆ m_eta_cell
std::vector<long> * CBNT_Timing::m_eta_cell |
|
private |
◆ m_evtStore
◆ m_extendedExtraObjects
DataObjIDColl AthAlgorithm::m_extendedExtraObjects |
|
privateinherited |
◆ m_fcalId
◆ m_febId_cell
std::vector<long> * CBNT_Timing::m_febId_cell |
|
private |
◆ m_febId_feb
std::vector<long>* CBNT_Timing::m_febId_feb |
|
private |
◆ m_febIDs
◆ m_feedthrough_feb
std::vector<long>* CBNT_Timing::m_feedthrough_feb |
|
private |
◆ m_first_event
bool CBNT_Timing::m_first_event |
|
private |
◆ m_hecId
◆ m_initialized
bool CBNT_TBRecBase::m_initialized |
|
privateinherited |
◆ m_layer_cell
std::vector<long>* CBNT_Timing::m_layer_cell |
|
private |
◆ m_layer_layer
std::vector<long>* CBNT_Timing::m_layer_layer |
|
private |
◆ m_log
MsgStream* CBNT_TBRecBase::m_log |
|
protectedinherited |
◆ m_nt
TTree* CBNT_TBRecBase::m_nt |
|
protectedinherited |
◆ m_ntpath
std::string CBNT_TBRecBase::m_ntpath |
|
protectedinherited |
◆ m_ntTitle
std::string CBNT_TBRecBase::m_ntTitle |
|
protectedinherited |
◆ m_onlineHelper
◆ m_onlineId
◆ m_phi_cell
std::vector<long> * CBNT_Timing::m_phi_cell |
|
private |
◆ m_sampling_names
std::vector<std::string> CBNT_Timing::m_sampling_names |
|
private |
◆ m_samplingFromNameLookup
◆ m_samplingIndices
◆ m_samplingToNameLookup
◆ m_slot_feb
std::vector<long>* CBNT_Timing::m_slot_feb |
|
private |
◆ m_slotToFebNameLookup
std::map<int, std::string> CBNT_Timing::m_slotToFebNameLookup |
|
private |
◆ m_tbphase
std::string CBNT_Timing::m_tbphase |
|
private |
◆ m_tdc_phase
float CBNT_Timing::m_tdc_phase |
|
private |
◆ m_time
float CBNT_Timing::m_time |
|
private |
◆ m_time_cell
std::vector<float> * CBNT_Timing::m_time_cell |
|
private |
◆ m_time_feb
std::vector<float>* CBNT_Timing::m_time_feb |
|
private |
◆ m_time_layer
std::vector<float>* CBNT_Timing::m_time_layer |
|
private |
◆ m_varHandleArraysDeclared
◆ m_vhka
◆ NOENERGY
const int CBNT_Timing::NOENERGY = -999 |
|
staticprivate |
◆ NOTIME
const int CBNT_Timing::NOTIME = -999 |
|
staticprivate |
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
std::map< int, std::string > m_slotToFebNameLookup
int phi(const Identifier id) const
return phi according to :
StatusCode setupLookupTables()
internal helpers
Const iterator class for DataVector/DataList.
std::vector< long > * m_feedthrough_feb
virtual StatusCode CBNT_finalize()
std::string find(const std::string &s)
return a remapped string
const LArEM_ID * em_idHelper() const
access to EM idHelper
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
const LArOnlineID * m_onlineId
virtual StatusCode CBNT_clear()
virtual StatusCode CBNT_initialize()
This class groups all DetDescr information related to a CaloCell. Provides a generic interface for al...
virtual StatusCode CBNT_execute()
std::vector< long > * m_eta_cell
std::vector< long > * m_slot_feb
CaloCellContainer::const_iterator beginConstCalo(CaloCell_ID::SUBCALO caloNum) const
get const iterators on cell of just one calo
int slot(const HWIdentifier id) const
Return the slot number of a hardware cell identifier: slot = [1,15] Slot-ID in top part of the crat...
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
Identifier32 get_identifier32() const
Get the 32-bit version Identifier, will be invalid if >32 bits needed.
std::vector< SG::VarHandleKeyArray * > m_vhka
int sampling(const Identifier id) const
return sampling according to :
const std::string & key() const
Return the StoreGate ID for the referenced object.
value_type get_compact() const
Get the compact id.
int eta(const Identifier id) const
return eta according to :
const LArHEC_ID * hec_idHelper() const
access to HEC idHelper
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual void setOwner(IDataHandleHolder *o)=0
std::vector< std::string > m_sampling_names
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
std::vector< long > * m_layer_cell
std::vector< float > * m_energy_cell
virtual StatusCode sysInitialize() override
Override sysInitialize.
const LArFCAL_ID * m_fcalId
std::vector< long > * m_febId_cell
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
msgSvc
Provide convenience handles for various services.
::StatusCode StatusCode
StatusCode definition for legacy code.
std::map< CaloSampling::CaloSample, std::string > m_samplingToNameLookup
std::vector< HWIdentifier > m_febIDs
SUBCALO
enumeration of sub calorimeters
void addBranch(const std::string &branchname, T &obj, const std::string &leaflist)
std::vector< long > * m_febId_feb
Helper class for offline cell identifiers.
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
std::map< CaloCell_ID::SUBCALO, std::string > m_caloToNameLookup
CBNT_TBRecBase(const std::string &name, ISvcLocator *pSvcLocator)
const LArHEC_ID * m_hecId
HWIdentifier feb_Id(int barrel_ec, int pos_neg, int feedthrough, int slot) const
Create feb_Id from fields.
const LArOnlineID * m_onlineHelper
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
static const int NOENERGY
StatusCode initialize(bool used=true)
Container class for CaloCell.
std::vector< float > * m_time_layer
std::vector< long > * m_layer_layer
DataObjIDColl m_extendedExtraObjects
int feedthrough(const HWIdentifier id) const
Return the feedthrough of a hardware cell identifier : feedthrough = [0,31] Barrel - A/C side or H/...
std::string m_caloCellName
std::map< std::string, CaloSampling::CaloSample > m_samplingFromNameLookup
def time(flags, cells_name, *args, **kw)
CaloCell_ID::CaloSample getSampling() const
cell sampling
#define ATH_MSG_WARNING(x)
std::vector< float > * m_time_feb
std::vector< long > * m_phi_cell
std::vector< float > * m_time_cell
CaloCellContainer::const_iterator endConstCalo(CaloCell_ID::SUBCALO caloNum) const
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
std::vector< CaloSampling::CaloSample > m_samplingIndices
stores
virtual StatusCode pre_execute()
std::map< std::string, CaloCell_ID::SUBCALO > m_caloFromNameLookup
std::map< CaloCell_ID::SUBCALO, std::vector< CaloSampling::CaloSample > > m_calosAndSamplings
bool is_lar_em(Identifier id) const
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
std::map< CaloSampling::CaloSample, CaloCell_ID::SUBCALO > m_caloLookup
const LArFCAL_ID * fcal_idHelper() const
access to FCAL idHelper