![]() |
ATLAS Offline Software
|
#include <LArDigits2Ntuple.h>
Public Member Functions | |
| LArDigits2Ntuple (const std::string &name, ISvcLocator *pSvcLocator) | |
| ~LArDigits2Ntuple () | |
| virtual StatusCode | initialize () |
| virtual 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 | |
| int | m_ipass |
| long | m_event |
| Gaudi::Property< unsigned int > | m_Nsamples {this, "NSamples", 32, "number of samples to store"} |
| Gaudi::Property< std::vector< unsigned int > > | m_FTlist {this, "FTlist", {}, "which FT to dump"} |
| Gaudi::Property< std::vector< unsigned int > > | m_Slotlist {this, "Slotlist", {}, "which Slot to dump"} |
| Gaudi::Property< std::vector< unsigned int > > | m_Sidelist {this, "Sidelist", {}, "which side to dump"} |
| Gaudi::Property< std::vector< unsigned int > > | m_BElist {this, "BElist", {}, "which B or E to dump"} |
| Gaudi::Property< bool > | m_fillEMB {this, "FillEMB", true, "if to fill EMB"} |
| Gaudi::Property< bool > | m_fillEndcap {this, "FillEndcap", true, "if to fill Eendcap"} |
| Gaudi::Property< bool > | m_fillBCID {this, "FillBCID", false, "if to fill BCID"} |
| Gaudi::Property< bool > | m_fillLB {this, "FillLB", false, "if to fill LB in Evnt tree"} |
| NTuple::Item< long > | m_ntNsamples |
| NTuple::Item< short > | m_gain |
| NTuple::Item< short > | m_bcid |
| NTuple::Item< unsigned long > | m_ELVL1Id |
| NTuple::Item< unsigned long long > | m_IEvent |
| NTuple::Array< short > | m_samples |
| NTuple::Array< float > | m_mean |
| NTuple::Array< float > | m_RMS |
| NTuple::Item< unsigned int > | m_dac |
| NTuple::Item< unsigned int > | m_delay |
| NTuple::Item< unsigned int > | m_pulsed |
| NTuple::Tuple * | m_evt_nt = nullptr |
| NTuple::Item< unsigned long long > | m_IEventEvt |
| NTuple::Item< short > | m_LB |
| SG::ReadHandleKey< LArDigitContainer > | m_contKey {this, "ContainerKey", "", "key for LArDigitContainer"} |
| SG::ReadHandleKey< LArAccumulatedCalibDigitContainer > | m_accCalibContKey {this, "AccCalibContainerKey", "", "key for LArAccumulatedCalibDigitDigitContainer"} |
| SG::ReadHandleKey< LArAccumulatedDigitContainer > | m_accContKey {this, "AccContainerKey", "", "key for LArAccumulatedDigitDigitContainer"} |
| SG::ReadHandleKey< LArFebHeaderContainer > | m_LArFebHeaderContainerKey { this, "LArFebHeaderKey", "LArFebHeader" } |
| 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 | |
| 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 16 of file LArDigits2Ntuple.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
|
protectedinherited |
| LArDigits2Ntuple::LArDigits2Ntuple | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
Definition at line 10 of file LArDigits2Ntuple.cxx.
|
default |
|
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.
|
virtual |
Reimplemented in LArSC2Ntuple.
Definition at line 145 of file LArDigits2Ntuple.cxx.
|
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.
|
virtual |
Reimplemented in LArSC2Ntuple.
Definition at line 23 of file LArDigits2Ntuple.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.
|
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.
|
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.
|
protected |
Definition at line 62 of file LArDigits2Ntuple.h.
|
protected |
Definition at line 63 of file LArDigits2Ntuple.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.
|
protected |
Definition at line 43 of file LArDigits2Ntuple.h.
|
protectedinherited |
Definition at line 92 of file LArCond2NtupleBase.h.
|
protected |
Definition at line 35 of file LArDigits2Ntuple.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.
|
protected |
Definition at line 61 of file LArDigits2Ntuple.h.
|
protected |
Definition at line 50 of file LArDigits2Ntuple.h.
|
protected |
Definition at line 51 of file LArDigits2Ntuple.h.
|
protectedinherited |
Definition at line 71 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 81 of file LArCond2NtupleBase.h.
|
protected |
Definition at line 44 of file LArDigits2Ntuple.h.
|
protectedinherited |
Definition at line 82 of file LArCond2NtupleBase.h.
|
protectedinherited |
Definition at line 71 of file LArCond2NtupleBase.h.
|
protected |
Definition at line 29 of file LArDigits2Ntuple.h.
|
protected |
Definition at line 56 of file LArDigits2Ntuple.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.
|
protected |
Definition at line 38 of file LArDigits2Ntuple.h.
|
protected |
Definition at line 36 of file LArDigits2Ntuple.h.
|
protected |
Definition at line 37 of file LArDigits2Ntuple.h.
|
protected |
Definition at line 39 of file LArDigits2Ntuple.h.
|
protectedinherited |
Definition at line 72 of file LArCond2NtupleBase.h.
|
protected |
Definition at line 32 of file LArDigits2Ntuple.h.
|
protected |
Definition at line 42 of file LArDigits2Ntuple.h.
|
protectedinherited |
Definition at line 83 of file LArCond2NtupleBase.h.
|
protected |
Definition at line 45 of file LArDigits2Ntuple.h.
|
protected |
Definition at line 58 of file LArDigits2Ntuple.h.
|
privateinherited |
Definition at line 50 of file LArCond2NtupleBase.h.
|
protected |
Definition at line 28 of file LArDigits2Ntuple.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.
|
protected |
Definition at line 64 of file LArDigits2Ntuple.h.
|
protectedinherited |
Definition at line 71 of file LArCond2NtupleBase.h.
|
protected |
Definition at line 59 of file LArDigits2Ntuple.h.
|
protected |
Definition at line 48 of file LArDigits2Ntuple.h.
|
protected |
Definition at line 31 of file LArDigits2Ntuple.h.
|
protectedinherited |
Definition at line 68 of file LArCond2NtupleBase.h.
|
protected |
Definition at line 41 of file LArDigits2Ntuple.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.
|
protected |
Definition at line 52 of file LArDigits2Ntuple.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.
|
protected |
Definition at line 49 of file LArDigits2Ntuple.h.
|
protectedinherited |
Definition at line 77 of file LArCond2NtupleBase.h.
|
protected |
Definition at line 46 of file LArDigits2Ntuple.h.
|
protected |
Definition at line 34 of file LArDigits2Ntuple.h.
|
protectedinherited |
Definition at line 72 of file LArCond2NtupleBase.h.
|
protected |
Definition at line 33 of file LArDigits2Ntuple.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.