![]() |
ATLAS Offline Software
|
algo to compute electronic and pile up noise in MeV @ based on old CaloNoiseTool, only WorkMode=1 implemented More...
#include <CaloNoiseCompCondAlg.h>
Public Member Functions | |
| CaloNoiseCompCondAlg (const std::string &name, ISvcLocator *pSvcLocator) | |
| Standard Athena-Algorithm Constructor. | |
| virtual | ~CaloNoiseCompCondAlg ()=default |
| Default Destructor. | |
| virtual StatusCode | initialize () override final |
| standard Athena-Algorithm method | |
| virtual StatusCode | execute (const EventContext &) const override final |
| standard Athena-Algorithm method | |
| virtual StatusCode | finalize () override final |
| standard Athena-Algorithm method | |
| virtual StatusCode | stop () override final |
| float | elecNoiseRMS (const CaloCell *caloCell) |
| float | elecNoiseRMS (const CaloDetDescrElement *caloDDE, const CaloGain::CaloGain gain) |
| std::vector< float > | elecNoiseRMS3gains (const CaloDetDescrElement *caloDDE) |
| float | pileupNoiseRMS (const CaloCell *caloCell, const float Nminbias=-1) |
| float | pileupNoiseRMS (const CaloDetDescrElement *caloDDE, const float Nminbias=-1) |
| float | totalNoiseRMS (const CaloCell *caloCell, const float Nminbias=-1) |
| float | totalNoiseRMS (const CaloDetDescrElement *caloDDE, const CaloGain::CaloGain gain, const float Nminbias=-1) |
| float | totalNoiseRMSHighestGain (const CaloCell *caloCell, const float Nminbias=-1) |
| float | totalNoiseRMSHighestGain (const CaloDetDescrElement *caloDDE, const float Nminbias=-1) |
| CaloGain::CaloGain | estimatedGain (const CaloCell *caloCell) |
| CaloGain::CaloGain | estimatedGain (const CaloCell *caloCell, const CaloDetDescrElement *caloDDE) |
| CaloGain::CaloGain | estimatedGain (const CaloDetDescrElement *caloDDE, const float &energy) |
| float | adc2mev (const CaloDetDescrElement *caloDDE, const CaloGain::CaloGain gain) |
| float | adc2mev (const Identifier &id, const CaloGain::CaloGain gain) |
| virtual bool | isReEntrant () const override |
| Avoid scheduling algorithm multiple times. | |
| virtual StatusCode | sysInitialize () override |
| Override sysInitialize. | |
| virtual bool | isClonable () const override |
| Specify if the algorithm is clonable. | |
| virtual unsigned int | cardinality () const override |
| Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. | |
| virtual StatusCode | sysExecute (const EventContext &ctx) override |
| Execute an algorithm. | |
| virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. | |
| virtual bool | filterPassed (const EventContext &ctx) const |
| virtual void | setFilterPassed (bool state, const EventContext &ctx) const |
| 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 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. | |
Private Types | |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| StatusCode | initContainers () |
| StatusCode | initData (const LArADC2MeV *adc2mev) |
| StatusCode | initIndex () |
| StatusCode | initAdc2MeV (const LArADC2MeV *adc2mev) |
| StatusCode | initElecNoise () |
| StatusCode | initPileUpNoise () |
| bool | checkIfConnected (const Identifier &id) |
| void | commonCalculations (float &OFC_AC_OFC, float &OFC_OFC, int icase, unsigned int firstSample=0) |
| StatusCode | retrieveCellDatabase (const IdentifierHash &idCaloHash, const Identifier &id, int igain, std::vector< bool > &retrieve) |
| StatusCode | checkCellDatabase (const Identifier &id, int igain, std::vector< bool > &retrieve) |
| void | updateDiagnostic (int reason, const std::string &reason_name, int igain, bool &noiseOK) |
| std::vector< float > | calculateElecNoiseForLAR (const IdentifierHash &idCaloHash) |
| float | calculatePileUpNoise (const IdentifierHash &idCaloHash, const float &Nminbias) |
| int | index (const IdentifierHash &idCaloHash) |
| CaloCell_ID::SUBCALO | caloNum (const IdentifierHash idCaloHash) |
| bool | isBadValue (float tested_value) |
| CaloGain::CaloGain | estimatedLArGain (const CaloCell_ID::SUBCALO &iCalo, const CaloDetDescrElement *caloDDE, const float &energy) |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Private Attributes | |
| std::string | m_ReturnNoiseName |
| float | m_LowGainThresh [m_nCalos] {} |
| float | m_HighGainThresh [m_nCalos] {} |
| CaloGain::CaloGain | m_highestGain [m_nCalos] {} |
| bool | m_diagnostic [m_nGains] {} |
| int | m_nCellsWithProblem [m_nGains] {} |
| int | m_nReason [5000][m_nGains] {} |
| int | m_itReason [10][m_nGains] {} |
| int | m_idHash [5000][m_nGains] {} |
| int | m_reason [5000][10][m_nGains] {} |
| std::string | m_reasonName [10] |
| const AtlasDetectorID * | m_atlas_id {} |
| const CaloIdManager * | m_calo_id_man {} |
| const LArEM_Base_ID * | m_lar_em_id {} |
| const LArHEC_Base_ID * | m_lar_hec_id {} |
| const LArFCAL_Base_ID * | m_lar_fcal_id {} |
| const CaloCell_Base_ID * | m_calocell_id {} |
| const CaloCell_SuperCell_ID * | m_calosupercell_id {} |
| IdentifierHash | m_LArHashMax |
| IdentifierHash | m_TileHashMax |
| IdentifierHash | m_CaloHashMax |
| IdentifierHash | m_CaloHashMin |
| IntegerProperty | m_deltaBunch {this, "deltaBunch", 1} |
| UnsignedIntegerProperty | m_firstSample {this, "firstSample", 0} |
| BooleanProperty | m_UseSymmetry {this, "UseSymmetry", true} |
| BooleanProperty | m_DiagnosticHG {this, "DiagnosticHG", false} |
| BooleanProperty | m_DiagnosticMG {this, "DiagnosticMG", false} |
| BooleanProperty | m_DiagnosticLG {this, "DiagnosticLG", false} |
| BooleanProperty | m_DumpDatabaseHG {this, "DumpDatabaseHG", false} |
| BooleanProperty | m_DumpDatabaseMG {this, "DumpDatabaseMG", false} |
| BooleanProperty | m_DumpDatabaseLG {this, "DumpDatabaseLG", false} |
| FloatProperty | m_Nminbias {this, "NMinBias", -1} |
| BooleanProperty | m_isSC {this, "SuperCell", false} |
| float | m_Adc2MeVFactor {} |
| LArVectorProxy | m_OFC |
| LArVectorProxy | m_Shape |
| LArVectorProxy | m_AutoCorr |
| float | m_c [32][32] {} |
| float | m_RMSpedestal {} |
| int | m_nsamples {} |
| float | m_SigmaNoise {} |
| float | m_fSampl {} |
| double | m_AdcPerMev {} |
| float | m_MinBiasRMS {} |
| SG::ReadCondHandleKey< CaloDetDescrManager > | m_caloMgrKey {this,"CaloDetDescrManager", "CaloDetDescrManager", "SG Key for CaloDetDescrManager in the Condition Store" } |
| SG::ReadCondHandleKey< CaloSuperCellDetDescrManager > | m_caloSCMgrKey {this,"CaloSuperCellDetDescrManager", "CaloSuperCellDetDescrManager", "SG Key for CaloSuperCellDetDescrManager in the Condition Store" } |
| const CaloDetDescrManager_Base * | m_calo_dd_man =nullptr |
| SG::ReadCondHandleKey< LArOnOffIdMapping > | m_cablingKey {this,"CablingKey","LArOnOffIdMap","SG Key of LArOnOffIdMapping object"} |
| const LArOnOffIdMapping * | m_cabling =nullptr |
| SG::ReadCondHandleKey< LArADC2MeV > | m_adc2mevKey {this, "ADC2MeVKey", "LArADC2MeV", "SG Key of the LArADC2MeV CDO" } |
| SG::ReadCondHandleKey< ILArPedestal > | m_pedestalKey {this,"PedestalKey","LArPedestal","SG Key of LArPedestal object"} |
| const ILArPedestal * | m_ped =nullptr |
| SG::ReadCondHandleKey< ILArNoise > | m_noiseKey {this,"NoiseKey","","SG Key of LArNoise object"} |
| const ILArNoise * | m_noise =nullptr |
| SG::ReadCondHandleKey< ILArAutoCorr > | m_acorrKey {this,"AutocorrKey","LArAutoCorrSym","SG Key of LArAutoCorr object"} |
| const ILArAutoCorr * | m_acorr =nullptr |
| SG::ReadCondHandleKey< ILArOFC > | m_LArOFCObjKey {this, "OFKey","LArOFC", "SG Key of LAr OFCs"} |
| const ILArOFC * | m_ofccond =nullptr |
| SG::ReadCondHandleKey< ILArShape > | m_shapeKey {this,"ShapeKey","LArShapeSym","SG Key of Shape conditions object"} |
| const ILArShape * | m_shapecond =nullptr |
| SG::ReadCondHandleKey< ILArfSampl > | m_fSamplKey {this,"fSamplKey","LArfSamplSym","SG Key of LArfSampl object"} |
| const ILArfSampl * | m_fsamplcond = nullptr |
| SG::ReadCondHandleKey< ILArMinBias > | m_LArMinBiasObjKey {this, "LArMinBiasKey", "LArMinBiasSym", "SG Key of LArMinBias"} |
| const ILArMinBias * | m_minbias = nullptr |
| SG::WriteCondHandleKey< CaloNoise > | m_outputElecKey {this, "OutputElecKey", "elecNoise", "SG Key of resulting noise CDO"} |
| SG::WriteCondHandleKey< CaloNoise > | m_outputPileupKey {this, "OutputPileupKey", "pileupNoise", "SG Key of resulting noise CDO"} |
| std::vector< IdentifierHash > | m_indexContainer |
| std::vector< IdentifierHash > | m_idSymmCaloHashContainer |
| VectorContainer | m_elecNoiseRAWContainer |
| VectorContainer | m_elecNoiseCELLContainer |
| SingleContainer | m_pileupNoiseContainer |
| VectorContainer | m_adc2mevContainer |
| DataObjIDColl | m_extendedExtraObjects |
| Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks. | |
| 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 |
Static Private Attributes | |
| static constexpr int | m_nCalos =NCALOS |
| static constexpr int | m_nGains =NGAINS |
algo to compute electronic and pile up noise in MeV @ based on old CaloNoiseTool, only WorkMode=1 implemented
Definition at line 60 of file CaloNoiseCompCondAlg.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
| CaloNoiseCompCondAlg::CaloNoiseCompCondAlg | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
Standard Athena-Algorithm Constructor.
Definition at line 24 of file CaloNoiseCompCondAlg.cxx.
|
virtualdefault |
Default Destructor.
| float CaloNoiseCompCondAlg::adc2mev | ( | const CaloDetDescrElement * | caloDDE, |
| const CaloGain::CaloGain | gain ) |
Definition at line 1256 of file CaloNoiseCompCondAlg.cxx.
| float CaloNoiseCompCondAlg::adc2mev | ( | const Identifier & | id, |
| const CaloGain::CaloGain | gain ) |
Definition at line 1292 of file CaloNoiseCompCondAlg.cxx.
|
private |
Definition at line 593 of file CaloNoiseCompCondAlg.cxx.
|
private |
Definition at line 692 of file CaloNoiseCompCondAlg.cxx.
|
inlineprivate |
Definition at line 327 of file CaloNoiseCompCondAlg.h.
|
overridevirtualinherited |
Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
Override this to return 0 for reentrant algorithms.
Definition at line 75 of file AthCommonReentrantAlgorithm.cxx.
|
private |
Definition at line 896 of file CaloNoiseCompCondAlg.cxx.
|
private |
Definition at line 425 of file CaloNoiseCompCondAlg.cxx.
|
private |
Definition at line 755 of file CaloNoiseCompCondAlg.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.
| float CaloNoiseCompCondAlg::elecNoiseRMS | ( | const CaloCell * | caloCell | ) |
Definition at line 1150 of file CaloNoiseCompCondAlg.cxx.
| float CaloNoiseCompCondAlg::elecNoiseRMS | ( | const CaloDetDescrElement * | caloDDE, |
| const CaloGain::CaloGain | gain ) |
Definition at line 1053 of file CaloNoiseCompCondAlg.cxx.
| std::vector< float > CaloNoiseCompCondAlg::elecNoiseRMS3gains | ( | const CaloDetDescrElement * | caloDDE | ) |
Definition at line 1131 of file CaloNoiseCompCondAlg.cxx.
| CaloGain::CaloGain CaloNoiseCompCondAlg::estimatedGain | ( | const CaloCell * | caloCell | ) |
| CaloGain::CaloGain CaloNoiseCompCondAlg::estimatedGain | ( | const CaloCell * | caloCell, |
| const CaloDetDescrElement * | caloDDE ) |
| CaloGain::CaloGain CaloNoiseCompCondAlg::estimatedGain | ( | const CaloDetDescrElement * | caloDDE, |
| const float & | energy ) |
|
private |
|
inlineinherited |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 85 of file AthCommonDataStore.h.
|
inlinefinaloverridevirtual |
standard Athena-Algorithm method
Definition at line 72 of file CaloNoiseCompCondAlg.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 94 of file AthCommonReentrantAlgorithm.cxx.
|
inlinevirtualinherited |
Definition at line 96 of file AthCommonReentrantAlgorithm.h.
|
inlinefinaloverridevirtual |
standard Athena-Algorithm method
Definition at line 74 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 443 of file CaloNoiseCompCondAlg.cxx.
|
private |
Definition at line 494 of file CaloNoiseCompCondAlg.cxx.
|
private |
Definition at line 274 of file CaloNoiseCompCondAlg.cxx.
|
private |
Definition at line 452 of file CaloNoiseCompCondAlg.cxx.
|
private |
Definition at line 526 of file CaloNoiseCompCondAlg.cxx.
|
finaloverridevirtual |
standard Athena-Algorithm method
Definition at line 46 of file CaloNoiseCompCondAlg.cxx.
|
private |
Definition at line 297 of file CaloNoiseCompCondAlg.cxx.
|
private |
Definition at line 574 of file CaloNoiseCompCondAlg.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.
|
inlineprivate |
Definition at line 318 of file CaloNoiseCompCondAlg.h.
|
overridevirtualinherited |
Specify if the algorithm is clonable.
Reentrant algorithms are clonable.
Reimplemented in InDet::GNNSeedingTrackMaker, InDet::SCT_Clusterization, InDet::SiSPGNNTrackMaker, InDet::SiSPSeededTrackFinder, InDet::SiTrackerSpacePointFinder, ITkPixelCablingAlg, ITkStripCablingAlg, RoIBResultToxAOD, SCT_ByteStreamErrorsTestAlg, SCT_CablingCondAlgFromCoraCool, SCT_CablingCondAlgFromText, SCT_ConditionsParameterTestAlg, SCT_ConditionsSummaryTestAlg, SCT_ConfigurationConditionsTestAlg, SCT_FlaggedConditionTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_PrepDataToxAOD, SCT_RawDataToxAOD, SCT_ReadCalibChipDataTestAlg, SCT_ReadCalibDataTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_SiliconConditionsTestAlg, SCT_StripVetoTestAlg, SCT_TdaqEnabledTestAlg, SCT_TestCablingAlg, SCTEventFlagWriter, SCTRawDataProvider, SCTSiLorentzAngleTestAlg, SCTSiPropertiesTestAlg, and Simulation::BeamEffectsAlg.
Definition at line 68 of file AthCommonReentrantAlgorithm.cxx.
|
inlineoverridevirtualinherited |
Avoid scheduling algorithm multiple times.
With multiple concurrent events, conditions objects often expire simultaneously for all slots. To avoid that the scheduler runs the CondAlg in each slot, we declare it as "non-reentrant". This ensures that the conditions objects are only created once.
In case a particular CondAlg should behave differently, it can override this method again and return true.
Definition at line 39 of file AthCondAlgorithm.h.
|
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.
| float CaloNoiseCompCondAlg::pileupNoiseRMS | ( | const CaloCell * | caloCell, |
| const float | Nminbias = -1 ) |
Definition at line 1158 of file CaloNoiseCompCondAlg.cxx.
| float CaloNoiseCompCondAlg::pileupNoiseRMS | ( | const CaloDetDescrElement * | caloDDE, |
| const float | Nminbias = -1 ) |
Definition at line 1181 of file CaloNoiseCompCondAlg.cxx.
|
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.
|
private |
Definition at line 808 of file CaloNoiseCompCondAlg.cxx.
|
inlinevirtualinherited |
Definition at line 100 of file AthCommonReentrantAlgorithm.h.
|
finaloverridevirtual |
Definition at line 115 of file CaloNoiseCompCondAlg.cxx.
|
overridevirtualinherited |
Execute an algorithm.
We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.
Definition at line 85 of file AthCommonReentrantAlgorithm.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< Gaudi::Algorithm > >.
Reimplemented in HypoBase, and InputMakerBase.
Definition at line 61 of file AthCommonReentrantAlgorithm.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.
| float CaloNoiseCompCondAlg::totalNoiseRMS | ( | const CaloCell * | caloCell, |
| const float | Nminbias = -1 ) |
Definition at line 1166 of file CaloNoiseCompCondAlg.cxx.
| float CaloNoiseCompCondAlg::totalNoiseRMS | ( | const CaloDetDescrElement * | caloDDE, |
| const CaloGain::CaloGain | gain, | ||
| const float | Nminbias = -1 ) |
Definition at line 1211 of file CaloNoiseCompCondAlg.cxx.
| float CaloNoiseCompCondAlg::totalNoiseRMSHighestGain | ( | const CaloCell * | caloCell, |
| const float | Nminbias = -1 ) |
Definition at line 1230 of file CaloNoiseCompCondAlg.cxx.
| float CaloNoiseCompCondAlg::totalNoiseRMSHighestGain | ( | const CaloDetDescrElement * | caloDDE, |
| const float | Nminbias = -1 ) |
Definition at line 1239 of file CaloNoiseCompCondAlg.cxx.
|
private |
Definition at line 1031 of file CaloNoiseCompCondAlg.cxx.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
private |
Definition at line 244 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 243 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 274 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 216 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 235 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 225 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 182 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 219 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 220 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 233 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 232 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 230 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 184 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 190 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 195 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 196 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 228 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 229 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 191 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 201 of file CaloNoiseCompCondAlg.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
Definition at line 172 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 204 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 206 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 205 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 207 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 209 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 208 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 272 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 271 of file CaloNoiseCompCondAlg.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
privateinherited |
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 114 of file AthCommonReentrantAlgorithm.h.
|
private |
Definition at line 202 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 224 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 253 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 252 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 170 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 169 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 176 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 267 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 264 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 211 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 175 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 186 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 188 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 187 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 193 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 255 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 246 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 168 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 256 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 226 of file CaloNoiseCompCondAlg.h.
|
staticconstexprprivate |
Definition at line 166 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 173 of file CaloNoiseCompCondAlg.h.
|
staticconstexprprivate |
Definition at line 167 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 210 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 241 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 240 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 174 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 222 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 217 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 247 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 259 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 260 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 238 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 237 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 273 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 177 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 179 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 162 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 221 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 218 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 250 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 249 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 223 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 194 of file CaloNoiseCompCondAlg.h.
|
private |
Definition at line 203 of file CaloNoiseCompCondAlg.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.