|
ATLAS Offline Software
|
#include <LArCond2NtupleBaseEB.h>
|
| LArCond2NtupleBaseEB (const std::string &name, ISvcLocator *pSvcLocator) |
|
| ~LArCond2NtupleBaseEB ()=default |
|
StatusCode | initialize () |
|
StatusCode | execute () |
|
bool | fillFromIdentifier (const HWIdentifier &id, int C) |
|
const SG::ReadCondHandleKey< LArOnOffIdMapping > & | cablingKey () const |
|
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 |
|
|
Gaudi::Property< bool > | m_addBC {this, "AddBadChannelInfo", true, "dump BadChan info ?"} |
|
Gaudi::Property< bool > | m_addFEBTemp {this, "AddFEBTempInfo", false, "dump FEB temperature info ?"} |
|
Gaudi::Property< bool > | m_isSC {this, "isSC", false, "are we working with SC?"} |
|
Gaudi::Property< bool > | m_isFlat {this, "isFlat", false, "are we working with Flat conditions ?"} |
|
Gaudi::Property< bool > | m_OffId {this, "OffId", false, "dump also offline ID ?"} |
|
Gaudi::Property< bool > | m_addHash {this, "AddHash", false, "add also ID hash info ?"} |
|
Gaudi::Property< bool > | m_addCalib {this, "AddCalib", false, "add also calib line info info ?"} |
|
Gaudi::Property< bool > | m_realgeom {this, "RealGeometry", false, "add real geometry values ?"} |
|
Gaudi::Property< bool > | m_expandId {this,"ExpandId", true ,"add online Id decoded fields ?"} |
|
std::string | m_ntpath |
|
std::string | m_ntTitle |
|
NTuple::Tuple * | m_nt |
|
NTuple::Array< double > | m_detector |
|
NTuple::Array< double > | m_region |
|
NTuple::Array< double > | m_layer |
|
NTuple::Array< double > | m_eta |
|
NTuple::Array< double > | m_phi |
|
NTuple::Array< double > | m_onlChanId |
|
NTuple::Array< double > | m_oflChanId |
|
NTuple::Array< double > | m_pos_neg |
|
NTuple::Array< double > | m_barrel_ec |
|
NTuple::Array< double > | m_FT |
|
NTuple::Array< double > | m_slot |
|
NTuple::Array< double > | m_channel |
|
NTuple::Array< double > | m_calibLine |
|
NTuple::Array< double > | m_badChanWord |
|
NTuple::Array< double > | m_isConnected |
|
NTuple::Array< double > | m_chanHash |
|
NTuple::Array< double > | m_febHash |
|
NTuple::Array< double > | m_oflHash |
|
NTuple::Array< float > | m_reta |
|
NTuple::Array< float > | m_rphi |
|
NTuple::Array< float > | m_FEBTemp1 |
|
NTuple::Array< float > | m_FEBTemp2 |
|
const int | m_SC = 34048 |
|
StoreGateSvc * | m_detStore |
|
const LArEM_Base_ID * | m_emId |
|
const LArHEC_Base_ID * | m_hecId |
|
const LArFCAL_Base_ID * | m_fcalId |
|
const LArOnlineID_Base * | m_onlineId |
|
const CaloCell_Base_ID * | m_caloId |
|
ToolHandle< ILArFEBTempTool > | m_FEBTempTool |
|
SG::ReadCondHandleKey< LArOnOffIdMapping > | m_cablingKey {this,"CablingKey","LArOnOffIdMap","SG Key of LArOnOffIdMapping object"} |
|
SG::ReadCondHandleKey< LArOnOffIdMapping > | m_cablingSCKey {this,"CablingSCKey","LArOnOffIdMapSC","SG Key of LArOnOffIdMapping object"} |
|
SG::ReadCondHandleKey< LArBadChannelCont > | m_BCKey {this, "BadChanKey", "LArBadChannel", "SG bad channels key"} |
|
SG::ReadCondHandleKey< LArCalibLineMapping > | m_calibMapKey {this,"CalibMapKey","LArCalibLineMap","SG Key of calib line mapping object"} |
|
SG::ReadCondHandleKey< LArCalibLineMapping > | m_calibMapSCKey {this,"CalibMapSCKey","LArCalibIdMapSC","SG Key of calib line mapping object"} |
|
SG::ReadCondHandleKey< CaloDetDescrManager > | m_caloMgrKey {this, "CaloDetDescrManager", "CaloDetDescrManager", "SG Key for CaloDetDescrManager in the Condition Store"} |
|
SG::ReadCondHandleKey< CaloSuperCellDetDescrManager > | m_caloSuperCellMgrKey |
|
Definition at line 32 of file LArCond2NtupleBaseEB.h.
◆ StoreGateSvc_t
◆ anonymous enum
◆ LArCond2NtupleBaseEB()
LArCond2NtupleBaseEB::LArCond2NtupleBaseEB |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ ~LArCond2NtupleBaseEB()
LArCond2NtupleBaseEB::~LArCond2NtupleBaseEB |
( |
| ) |
|
|
default |
◆ cablingKey()
◆ 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 LArCond2NtupleBaseEB::execute |
( |
| ) |
|
|
inline |
◆ 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();
◆ fillFromIdentifier()
Definition at line 280 of file LArCond2NtupleBaseEB.cxx.
341 const std::vector<HWIdentifier>& calibLineV=clCont->
calibSlotLine(hwid);
362 bool connected=
false;
368 dd_man = *caloSuperCellMgrHandle;
372 dd_man = *caloMgrHandle;
377 if (
cabling->isOnlineConnected(hwid)) {
425 FEBTemp::const_iterator itb = tv.begin();
426 FEBTemp::const_iterator ite = tv.end();
427 for(;itb!=ite;++itb) {
◆ initialize()
StatusCode LArCond2NtupleBaseEB::initialize |
( |
| ) |
|
do we need both of them at some point when data has both SC and cells?
Definition at line 29 of file LArCond2NtupleBaseEB.cxx.
34 ATH_MSG_ERROR(
"Need to set variable 'm_ntpath' and 'm_ntTitle' in constructor of deriving class!" );
35 return StatusCode::FAILURE;
39 if (
i==std::string::npos) {
41 return StatusCode::FAILURE;
48 return StatusCode::FAILURE;
56 return StatusCode::FAILURE;
74 return StatusCode::FAILURE;
84 msg(MSG::ERROR) <<
"Could not get LArOnlineID helper !" <<
endmsg;
85 return StatusCode::FAILURE;
99 return StatusCode::FAILURE;
103 return StatusCode::FAILURE;
107 return StatusCode::FAILURE;
113 if (
sc!=StatusCode::SUCCESS) {
128 if (
sc!=StatusCode::SUCCESS) {
130 return StatusCode::FAILURE;
136 if (
sc!=StatusCode::SUCCESS) {
138 return StatusCode::FAILURE;
142 if (
sc!=StatusCode::SUCCESS) {
144 return StatusCode::FAILURE;
148 if (
sc!=StatusCode::SUCCESS) {
150 return StatusCode::FAILURE;
154 if (
sc!=StatusCode::SUCCESS) {
156 return StatusCode::FAILURE;
160 if (
sc!=StatusCode::SUCCESS){
162 return StatusCode::FAILURE;
168 if (
sc!=StatusCode::SUCCESS) {
170 return StatusCode::FAILURE;
175 if (
sc!=StatusCode::SUCCESS) {
177 return StatusCode::FAILURE;
184 if (
sc!=StatusCode::SUCCESS) {
186 return StatusCode::FAILURE;
190 if (
sc!=StatusCode::SUCCESS) {
192 return StatusCode::FAILURE;
197 if (
sc!=StatusCode::SUCCESS) {
199 return StatusCode::FAILURE;
208 if (
sc!=StatusCode::SUCCESS) {
210 return StatusCode::FAILURE;
214 if (
sc!=StatusCode::SUCCESS) {
216 return StatusCode::FAILURE;
221 if (
sc!=StatusCode::SUCCESS) {
223 return StatusCode::FAILURE;
226 if (
sc!=StatusCode::SUCCESS) {
228 return StatusCode::FAILURE;
232 if (
sc!=StatusCode::SUCCESS) {
234 return StatusCode::FAILURE;
237 if (
sc!=StatusCode::SUCCESS) {
239 return StatusCode::FAILURE;
243 if (
sc!=StatusCode::SUCCESS) {
245 return StatusCode::FAILURE;
248 if (
sc!=StatusCode::SUCCESS) {
250 return StatusCode::FAILURE;
257 if (
sc!=StatusCode::SUCCESS) {
259 return StatusCode::FAILURE;
265 if (
sc!=StatusCode::SUCCESS) {
267 return StatusCode::FAILURE;
270 if (
sc!=StatusCode::SUCCESS) {
272 return StatusCode::FAILURE;
277 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.
◆ renounce()
◆ renounceArray()
◆ 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_addBC
Gaudi::Property< bool > LArCond2NtupleBaseEB::m_addBC {this, "AddBadChannelInfo", true, "dump BadChan info ?"} |
|
protected |
◆ m_addCalib
Gaudi::Property< bool > LArCond2NtupleBaseEB::m_addCalib {this, "AddCalib", false, "add also calib line info info ?"} |
|
protected |
◆ m_addFEBTemp
Gaudi::Property< bool > LArCond2NtupleBaseEB::m_addFEBTemp {this, "AddFEBTempInfo", false, "dump FEB temperature info ?"} |
|
protected |
◆ m_addHash
Gaudi::Property< bool > LArCond2NtupleBaseEB::m_addHash {this, "AddHash", false, "add also ID hash info ?"} |
|
protected |
◆ m_badChanWord
NTuple::Array<double> LArCond2NtupleBaseEB::m_badChanWord |
|
protected |
◆ m_barrel_ec
NTuple::Array<double> LArCond2NtupleBaseEB::m_barrel_ec |
|
protected |
◆ m_BCKey
◆ m_cablingKey
◆ m_cablingSCKey
◆ m_calibLine
NTuple::Array<double> LArCond2NtupleBaseEB::m_calibLine |
|
protected |
◆ m_calibMapKey
◆ m_calibMapSCKey
◆ m_caloId
◆ m_caloMgrKey
◆ m_caloSuperCellMgrKey
Initial value:{this
, "CaloSuperCellDetDescrManager"
, "CaloSuperCellDetDescrManager"
, "SG key of the resulting CaloSuperCellDetDescrManager" }
Definition at line 98 of file LArCond2NtupleBaseEB.h.
◆ m_chanHash
NTuple::Array<double> LArCond2NtupleBaseEB::m_chanHash |
|
protected |
◆ m_channel
NTuple::Array<double> LArCond2NtupleBaseEB::m_channel |
|
protected |
◆ m_detector
NTuple::Array<double> LArCond2NtupleBaseEB::m_detector |
|
protected |
◆ m_detStore
◆ m_emId
◆ m_eta
NTuple::Array<double> LArCond2NtupleBaseEB::m_eta |
|
protected |
◆ m_evtStore
◆ m_expandId
Gaudi::Property< bool > LArCond2NtupleBaseEB::m_expandId {this,"ExpandId", true ,"add online Id decoded fields ?"} |
|
protected |
◆ m_extendedExtraObjects
DataObjIDColl AthAlgorithm::m_extendedExtraObjects |
|
privateinherited |
◆ m_fcalId
◆ m_febHash
NTuple::Array<double> LArCond2NtupleBaseEB::m_febHash |
|
protected |
◆ m_FEBTemp1
NTuple::Array<float> LArCond2NtupleBaseEB::m_FEBTemp1 |
|
protected |
◆ m_FEBTemp2
NTuple::Array<float> LArCond2NtupleBaseEB::m_FEBTemp2 |
|
protected |
◆ m_FEBTempTool
◆ m_FT
NTuple::Array<double> LArCond2NtupleBaseEB::m_FT |
|
protected |
◆ m_hecId
◆ m_initialized
bool LArCond2NtupleBaseEB::m_initialized |
|
private |
◆ m_isConnected
NTuple::Array<double> LArCond2NtupleBaseEB::m_isConnected |
|
protected |
◆ m_isFlat
Gaudi::Property< bool > LArCond2NtupleBaseEB::m_isFlat {this, "isFlat", false, "are we working with Flat conditions ?"} |
|
protected |
◆ m_isSC
Gaudi::Property< bool > LArCond2NtupleBaseEB::m_isSC {this, "isSC", false, "are we working with SC?"} |
|
protected |
◆ m_layer
NTuple::Array<double> LArCond2NtupleBaseEB::m_layer |
|
protected |
◆ m_nt
NTuple::Tuple* LArCond2NtupleBaseEB::m_nt |
|
protected |
◆ m_ntpath
std::string LArCond2NtupleBaseEB::m_ntpath |
|
protected |
◆ m_ntTitle
std::string LArCond2NtupleBaseEB::m_ntTitle |
|
protected |
◆ m_OffId
Gaudi::Property< bool > LArCond2NtupleBaseEB::m_OffId {this, "OffId", false, "dump also offline ID ?"} |
|
protected |
◆ m_oflChanId
NTuple::Array<double> LArCond2NtupleBaseEB::m_oflChanId |
|
protected |
◆ m_oflHash
NTuple::Array<double> LArCond2NtupleBaseEB::m_oflHash |
|
protected |
◆ m_onlChanId
NTuple::Array<double> LArCond2NtupleBaseEB::m_onlChanId |
|
protected |
◆ m_onlineId
◆ m_phi
NTuple::Array<double> LArCond2NtupleBaseEB::m_phi |
|
protected |
◆ m_pos_neg
NTuple::Array<double> LArCond2NtupleBaseEB::m_pos_neg |
|
protected |
◆ m_realgeom
Gaudi::Property< bool > LArCond2NtupleBaseEB::m_realgeom {this, "RealGeometry", false, "add real geometry values ?"} |
|
protected |
◆ m_region
NTuple::Array<double> LArCond2NtupleBaseEB::m_region |
|
protected |
◆ m_reta
NTuple::Array<float> LArCond2NtupleBaseEB::m_reta |
|
protected |
◆ m_rphi
NTuple::Array<float> LArCond2NtupleBaseEB::m_rphi |
|
protected |
◆ m_SC
const int LArCond2NtupleBaseEB::m_SC = 34048 |
|
protected |
◆ m_slot
NTuple::Array<double> LArCond2NtupleBaseEB::m_slot |
|
protected |
◆ m_varHandleArraysDeclared
◆ m_vhka
The documentation for this class was generated from the following files:
def retrieve(aClass, aKey=None)
NTuple::Array< double > m_phi
NTuple::Array< double > m_region
int phi(const Identifier id) const
return phi according to :
NTuple::Array< double > m_layer
IdentifierHash channel_Hash(HWIdentifier channelId) const
Create channel_hash from channel_Id.
IdentifierHash calo_cell_hash(const Identifier cellId) const
create hash id from 'global' cell id
StoreGateSvc * m_detStore
const LArFCAL_Base_ID * m_fcalId
int eta(const Identifier id) const
return eta [0,9] outer part [0,3] inner part
NTuple::Array< double > m_oflHash
NTuple::Array< double > m_chanHash
bool is_lar_fcal(Identifier id) const
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
NTuple::Array< double > m_slot
NTuple::Array< double > m_FT
Conditions-Data class holding LAr Bad Channel or Bad Feb information.
const std::vector< HWIdentifier > & calibSlotLine(const HWIdentifier id) const
Gaudi::Property< bool > m_OffId
This class groups all DetDescr information related to a CaloCell. Provides a generic interface for al...
const CaloDetDescrElement * get_element(const Identifier &cellId) const
get element by its identifier
NTuple::Array< double > m_eta
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)
std::vector< SG::VarHandleKeyArray * > m_vhka
int module(const Identifier id) const
module [1,3]
int region(const Identifier id) const
return region according to :
int sampling(const Identifier id) const
return sampling according to :
SG::ReadCondHandleKey< CaloSuperCellDetDescrManager > m_caloSuperCellMgrKey
NTuple::Array< float > m_rphi
int barrel_ec(const HWIdentifier id) const
Return the position barrel or endcap of a hardware cell identifier: barrel_ec = [0,...
NTuple::Array< double > m_badChanWord
LArBC_t status(const HWIdentifier channel) const
Query the status of a particular channel or FEB This is the main client access method.
Gaudi::Property< bool > m_expandId
int eta(const Identifier id) const
return eta according to :
int eta(const Identifier id) const
eta [0,63] module 1 ; [0,31] module 2 ; [0,15] module 3
float eta_raw() const
cell eta_raw
const LArFCAL_Base_ID * fcal_idHelper() const
access to FCAL idHelper
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual void setOwner(IDataHandleHolder *o)=0
SG::ReadCondHandleKey< LArCalibLineMapping > m_calibMapSCKey
int phi(const Identifier id) const
phi [0,15]
Gaudi::Property< bool > m_addBC
const LArEM_Base_ID * em_idHelper() const
access to EM idHelper
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingSCKey
int channel(const HWIdentifier id) const
Return the channel number of a hardware cell identifier channel = [0,127] in all FEB.
virtual StatusCode sysInitialize() override
Override sysInitialize.
This class initializes the Calo (LAr and Tile) offline identifiers.
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
ToolHandle< ILArFEBTempTool > m_FEBTempTool
::StatusCode StatusCode
StatusCode definition for legacy code.
const LArOnlineID_Base * m_onlineId
NTuple::Array< double > m_febHash
int pos_neg(const HWIdentifier id) const
Return the side of a hardware cell identifier pos_neg = [0,1] positive-side or negative-side Barrel...
NTuple::Array< float > m_FEBTemp2
NTuple::Array< double > m_detector
bool is_lar_hec(Identifier id) const
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
NTuple::Array< double > m_channel
Gaudi::Property< bool > m_addFEBTemp
HWIdentifier feb_Id(int barrel_ec, int pos_neg, int feedthrough, int slot) const
Create feb_Id from fields.
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
NTuple::Array< double > m_barrel_ec
SG::ReadCondHandleKey< LArBadChannelCont > m_BCKey
NTuple::Array< float > m_FEBTemp1
const CaloCell_ID * getCaloCell_ID(void) const
Access to IdHelper.
int barrel_ec(const Identifier id) const
return barrel_ec according to :
StatusCode initialize(bool used=true)
NTuple::Array< double > m_oflChanId
const LArEM_Base_ID * m_emId
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/...
#define ATH_MSG_WARNING(x)
const CaloCell_Base_ID * m_caloId
int sampling(const Identifier id) const
return sampling [0,3] (only 0 for supercells)
const CaloCell_SuperCell_ID * getCaloCell_SuperCell_ID(void) const
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
AthAlgorithm()
Default constructor:
NTuple::Array< float > m_reta
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey
NTuple::Array< double > m_onlChanId
NTuple::Array< double > m_calibLine
NTuple::Array< double > m_isConnected
Gaudi::Property< bool > m_addCalib
int region(const Identifier id) const
return region [0,1]
bool is_lar_em(Identifier id) const
Gaudi::Property< bool > m_realgeom
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
NTuple::Array< double > m_pos_neg
Exception class for LAr Identifiers.
IdentifierHash feb_Hash(HWIdentifier febId) const
Create feb hash identifiers from feb identifiers.
const LArHEC_Base_ID * m_hecId
Gaudi::Property< bool > m_addHash
float phi_raw() const
cell phi_raw
SG::ReadCondHandleKey< LArCalibLineMapping > m_calibMapKey
const LArHEC_Base_ID * hec_idHelper() const
access to HEC idHelper
int phi(const Identifier id) const
return phi[0,63] outer part [0,31] inner part
Gaudi::Property< bool > m_isSC