![]() |
ATLAS Offline Software
|
#include <LArADC2MeV2Ntuple.h>
Public Member Functions | |
| StatusCode | initialize () |
| virtual StatusCode | stop () |
| StatusCode | finalize () |
| LArCond2NtupleBase (const std::string &name, ISvcLocator *pSvcLocator) | |
| StatusCode | execute () |
| bool | fillFromIdentifier (const HWIdentifier &id) |
| const SG::ReadCondHandleKey< LArOnOffIdMapping > & | cablingKey () const |
| virtual StatusCode | sysInitialize () override |
| Override sysInitialize. | |
| virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. | |
| 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 | 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 Types | |
| enum | { NOT_VALID = -999 } |
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 | |
| 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::Item< long > | m_detector |
| NTuple::Item< long > | m_region |
| NTuple::Item< long > | m_layer |
| NTuple::Item< long > | m_eta |
| NTuple::Item< long > | m_phi |
| NTuple::Item< long > | m_onlChanId |
| NTuple::Item< long > | m_oflChanId |
| NTuple::Item< long > | m_pos_neg |
| NTuple::Item< long > | m_barrel_ec |
| NTuple::Item< long > | m_FT |
| NTuple::Item< long > | m_slot |
| NTuple::Item< long > | m_channel |
| NTuple::Item< long > | m_calibLine |
| NTuple::Item< long > | m_badChanWord |
| NTuple::Item< long > | m_isConnected |
| NTuple::Item< long > | m_chanHash |
| NTuple::Item< long > | m_febHash |
| NTuple::Item< long > | m_oflHash |
| NTuple::Item< float > | m_reta |
| NTuple::Item< float > | m_rphi |
| NTuple::Item< float > | m_FEBTemp1 |
| NTuple::Item< float > | m_FEBTemp2 |
| 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 {this, "CaloSuperCellDetDescrManager", "CaloSuperCellDetDescrManager", "SG key of the resulting CaloSuperCellDetDescrManager" } |
Private Types | |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_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< LArADC2MeV > | m_adc2MeVKey {this,"LArADC2MeVKey","LArADC2MeV","SG key of the resulting LArADC2MeV object"} |
| std::string | m_ntName |
| bool | m_initialized |
| DataObjIDColl | m_extendedExtraObjects |
| StoreGateSvc_t | m_evtStore |
| Pointer to StoreGate (event store by default) | |
| std::vector< SG::VarHandleKeyArray * > | m_vhka |
| bool | m_varHandleArraysDeclared |
Definition at line 15 of file LArADC2MeV2Ntuple.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
|
protectedinherited |
|
inherited |
Definition at line 456 of file LArCond2NtupleBase.cxx.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
|
inlineinherited |
Definition at line 145 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 95 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 85 of file AthCommonDataStore.h.
|
inlineinherited |
Definition at line 40 of file LArCond2NtupleBase.h.
|
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
|
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.
|
inherited |
Definition at line 288 of file LArCond2NtupleBase.cxx.
|
inline |
Definition at line 24 of file LArADC2MeV2Ntuple.h.
| StatusCode LArADC2MeV2Ntuple::initialize | ( | ) |
Definition at line 7 of file LArADC2MeV2Ntuple.cxx.
|
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.
| LArCond2NtupleBase::LArCond2NtupleBase | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
Definition at line 35 of file LArCond2NtupleBase.cxx.
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.h.
|
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.
|
inlineprotectedinherited |
Definition at line 380 of file AthCommonDataStore.h.
|
inlineprotectedinherited |
remove all handles from I/O resolution
Definition at line 364 of file AthCommonDataStore.h.
|
virtual |
Definition at line 18 of file LArADC2MeV2Ntuple.cxx.
|
overridevirtualinherited |
Override sysInitialize.
Override sysInitialize from the base class.
Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc
Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc
Reimplemented from AthCommonDataStore< AthCommonMsg< Algorithm > >.
Reimplemented in AthAnalysisAlgorithm, AthFilterAlgorithm, AthHistogramAlgorithm, and PyAthena::Alg.
Definition at line 66 of file AthAlgorithm.cxx.
|
overridevirtualinherited |
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
private |
Definition at line 27 of file LArADC2MeV2Ntuple.h.
|
protectedinherited |
Definition at line 53 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 59 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 54 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 58 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 73 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 72 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 92 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 89 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 90 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 73 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 93 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 94 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 86 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 96 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 97 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 75 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 72 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 71 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 81 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 82 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 71 of file LArCond2NtupleBase.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
protectedinherited |
Definition at line 61 of file LArCond2NtupleBase.h.
|
privateinherited |
Definition at line 79 of file AthAlgorithm.h.
|
protectedinherited |
Definition at line 84 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 75 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 78 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 78 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 87 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 72 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 83 of file LArCond2NtupleBase.h.
|
privateinherited |
Definition at line 50 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 74 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 56 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 55 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 71 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 68 of file LArCond2NtupleBase.h.
|
private |
Definition at line 28 of file LArADC2MeV2Ntuple.h.
|
protectedinherited |
Definition at line 65 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 65 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 57 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 71 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 75 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 71 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 85 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 71 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 72 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 60 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 71 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 77 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 77 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 72 of file LArCond2NtupleBase.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.