![]() |
ATLAS Offline Software
|
#include <EventReaderAlg.h>
Public Member Functions | |
| EventReaderAlg (const std::string &name, ISvcLocator *pSvcLocator) | |
| virtual | ~EventReaderAlg ()=default |
| virtual StatusCode | initialize () override |
| virtual StatusCode | execute () override |
| virtual StatusCode | finalize () override |
| 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 Member Functions | |
| bool | isEtaOutsideLArCrack (float absEta) |
| bool | isTagElectron (const xAOD::Electron *electron) |
| bool | isGoodProbeElectron (const xAOD::Electron *el) |
| bool | trackSelectionElectrons (const xAOD::Electron *electron, SG::ReadHandle< xAOD::VertexContainer > &primVertexCnt, SG::ReadHandle< xAOD::EventInfo > &ei) |
| bool | eOverPElectron (const xAOD::Electron *electron) |
| int | getCaloRegionIndex (const CaloCell *cell) |
| double | fixPhi (double phi) |
| double | deltaPhi (double phi1, double phi2) |
| double | deltaR (double eta, double phi) |
| void | clear () |
| void | clearLBData () |
| void | bookBranches (TTree *tree) |
| void | bookDatabaseBranches (TTree *tree) |
| 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< float > | m_elecEtaCut {this, "electronEtaCut", 1.4, "Electron |eta| cut value."} |
| Gaudi::Property< std::string > | m_offTagTightness {this, "offTagTightness", "LHMedium"} |
| Gaudi::Property< std::string > | m_offProbeTightness {this, "offProbeTightness", "Loose"} |
| Define the PID for tag electron. | |
| Gaudi::Property< float > | m_etMinProbe {this, "etMinProbe", 15 ,"Min electron Pt value for Zee probe selection loose (GeV)."} |
| define the Pid of Probe from the user | |
| Gaudi::Property< float > | m_etMinTag {this, "etMinTag", 15 ,"Min Et value for the electrons in Zee tag selection (GeV)."} |
| Gaudi::Property< float > | m_d0TagSig {this, "d0TagSig", 5, "d_0 transverse impact parameter significance."} |
| Gaudi::Property< float > | m_z0Tag {this, "z0Tag", 0.5, "z0 longitudinal impact parameter (mm)"} |
| Gaudi::Property< bool > | m_doElecSelectByTrackOnly {this, "doElecSelectByTrackOnly", false, "Perform electron selection by track only, witout tag and probe."} |
| Gaudi::Property< bool > | m_doTagAndProbe {this, "doTagAndProbe", true, "First, the electrons are selected by track criteria, then, perform Tag and Probe selection for Zee."} |
| Gaudi::Property< bool > | m_doPhotonDump {this, "doPhotonDump", false, "Perform a photon particle dump based on offline Photons Container."} |
| Gaudi::Property< bool > | m_doTruthEventDump {this, "doTruthEventDump", false, "Dump the Truth Event variables."} |
| Gaudi::Property< bool > | m_doTruthPartDump {this, "doTruthPartDump", false, "Perform a truth particle dump."} |
| Gaudi::Property< bool > | m_doLArEMBHitsDump {this, "doLArEMBHitsDump", false, "Dump the EMB HITs container energy and time."} |
| Gaudi::Property< bool > | m_isMC {this, "isMC", false, "Switch the dumper to MC sample mode."} |
| Gaudi::Property< bool > | m_getLArCalibConstants {this, "getLArCalibConstants", false, "Get the LAr calorimeter calibration constants, related to cells energy and time (online and offline)."} |
| Gaudi::Property< bool > | m_noBadCells {this, "noBadCells", true, "If True, skip the cells tagged as badCells/channels."} |
| Gaudi::Property< bool > | m_doAssocTopoCluster711Dump {this, "doAssocTopoCluster711Dump", false, "Dump the 7x11 EMB2 window cells."} |
| TTree * | m_Tree {} |
| TTree * | m_secondTree {} |
| std::vector< std::vector< float > > * | m_lb_bcidLuminosity = nullptr |
| std::vector< int > * | m_lb_lumiblock = nullptr |
| unsigned int | m_e_runNumber = 9999 |
| unsigned int | m_e_bcid = 9999 |
| unsigned long long | m_e_eventNumber = 9999 |
| int | m_e_lumiBlock = 999 |
| float | m_e_inTimePileup = -999 |
| float | m_e_outOfTimePileUp = -999 |
| int | m_c_clusterIndexCounter = 0 |
| std::vector< int > * | m_c_clusterIndex = nullptr |
| std::vector< int > * | m_c_electronIndex_clusterLvl = nullptr |
| std::vector< double > * | m_c_clusterEnergy = nullptr |
| std::vector< double > * | m_c_clusterTime = nullptr |
| std::vector< double > * | m_c_clusterEta = nullptr |
| std::vector< double > * | m_c_clusterPhi = nullptr |
| std::vector< double > * | m_c_clusterPt = nullptr |
| int | m_c_cellIndexCounter = 0 |
| std::vector< int > * | m_c_clusterIndex_cellLvl = nullptr |
| std::vector< int > * | m_c_clusterCellIndex = nullptr |
| std::vector< int > * | m_c_cellGain = nullptr |
| std::vector< int > * | m_c_cellLayer = nullptr |
| std::vector< int > * | m_c_cellRegion = nullptr |
| std::vector< double > * | m_c_cellEnergy = nullptr |
| std::vector< double > * | m_c_cellTime = nullptr |
| std::vector< double > * | m_c_cellEta = nullptr |
| std::vector< double > * | m_c_cellPhi = nullptr |
| std::vector< double > * | m_c_cellDEta = nullptr |
| std::vector< double > * | m_c_cellDPhi = nullptr |
| std::vector< double > * | m_c_cellToClusterDPhi = nullptr |
| std::vector< double > * | m_c_cellToClusterDEta = nullptr |
| std::vector< int > * | m_c_clusterIndex_chLvl = nullptr |
| std::vector< int > * | m_c_clusterChannelIndex = nullptr |
| std::vector< std::vector< int > > * | m_c_channelChInfo = nullptr |
| std::vector< std::vector< float > > * | m_c_channelDigits = nullptr |
| std::vector< double > * | m_c_channelEnergy = nullptr |
| std::vector< double > * | m_c_channelTime = nullptr |
| std::vector< int > * | m_c_channelLayer = nullptr |
| std::vector< bool > * | m_c_channelBad = nullptr |
| std::vector< unsigned int > * | m_c_channelHashMap = nullptr |
| std::vector< unsigned int > * | m_c_channelChannelIdMap = nullptr |
| std::vector< float > * | m_c_channelEffectiveSigma = nullptr |
| std::vector< float > * | m_c_channelNoise = nullptr |
| std::vector< float > * | m_c_channelDSPThreshold = nullptr |
| std::vector< std::vector< double > > * | m_c_channelOFCa = nullptr |
| std::vector< std::vector< double > > * | m_c_channelOFCb = nullptr |
| std::vector< std::vector< double > > * | m_c_channelShape = nullptr |
| std::vector< std::vector< double > > * | m_c_channelShapeDer = nullptr |
| std::vector< double > * | m_c_channelOFCTimeOffset = nullptr |
| std::vector< float > * | m_c_channelADC2MEV0 = nullptr |
| std::vector< float > * | m_c_channelADC2MEV1 = nullptr |
| std::vector< float > * | m_c_channelPed = nullptr |
| std::vector< float > * | m_c_channelMinBiasAvg = nullptr |
| std::vector< float > * | m_c_channelOfflHVScale = nullptr |
| std::vector< float > * | m_c_channelOfflEneRescaler = nullptr |
| std::vector< std::vector< int > > * | m_c_rawChannelChInfo = nullptr |
| std::vector< unsigned int > * | m_c_rawChannelIdMap = nullptr |
| std::vector< float > * | m_c_rawChannelAmplitude = nullptr |
| std::vector< float > * | m_c_rawChannelTime = nullptr |
| std::vector< int > * | m_c_rawChannelLayer = nullptr |
| std::vector< float > * | m_c_rawChannelPed = nullptr |
| std::vector< float > * | m_c_rawChannelProv = nullptr |
| std::vector< float > * | m_c_rawChannelQuality = nullptr |
| std::vector< float > * | m_c_clusterRawChannelIndex = nullptr |
| std::vector< int > * | m_c_clusterIndex_rawChLvl = nullptr |
| std::vector< float > * | m_c_rawChannelDSPThreshold = nullptr |
| size_t | m_ncell = 0 |
| const double | m_minEnergy = 1e-9 |
| std::vector< int > * | m_hits_sampling = nullptr |
| std::vector< int > * | m_hits_clusterIndex_chLvl = nullptr |
| std::vector< int > * | m_hits_clusterChannelIndex = nullptr |
| std::vector< unsigned int > * | m_hits_hash = nullptr |
| std::vector< double > * | m_hits_energy = nullptr |
| std::vector< double > * | m_hits_time = nullptr |
| std::vector< float > * | m_hits_sampFrac = nullptr |
| std::vector< double > * | m_hits_energyConv = nullptr |
| std::vector< double > * | m_hits_cellEta = nullptr |
| std::vector< double > * | m_hits_cellPhi = nullptr |
| int * | m_c711_clusterIndexCounter = 0 |
| std::vector< int > * | m_c711_clusterIndex = nullptr |
| std::vector< int > * | m_c711_electronIndex_clusterLvl = nullptr |
| std::vector< double > * | m_c711_clusterEnergy = nullptr |
| std::vector< double > * | m_c711_clusterTime = nullptr |
| std::vector< double > * | m_c711_clusterEta = nullptr |
| std::vector< double > * | m_c711_clusterPhi = nullptr |
| std::vector< double > * | m_c711_clusterPt = nullptr |
| int * | m_c711_cellIndexCounter = nullptr |
| std::vector< int > * | m_c711_clusterIndex_cellLvl = nullptr |
| std::vector< int > * | m_c711_clusterCellIndex = nullptr |
| std::vector< int > * | m_c711_cellGain = nullptr |
| std::vector< int > * | m_c711_cellLayer = nullptr |
| std::vector< int > * | m_c711_cellRegion = nullptr |
| std::vector< double > * | m_c711_cellEnergy = nullptr |
| std::vector< double > * | m_c711_cellTime = nullptr |
| std::vector< double > * | m_c711_cellEta = nullptr |
| std::vector< double > * | m_c711_cellPhi = nullptr |
| std::vector< double > * | m_c711_cellDEta = nullptr |
| std::vector< double > * | m_c711_cellDPhi = nullptr |
| std::vector< double > * | m_c711_cellToClusterDPhi = nullptr |
| std::vector< double > * | m_c711_cellToClusterDEta = nullptr |
| std::vector< int > * | m_c711_clusterIndex_chLvl = nullptr |
| std::vector< int > * | m_c711_clusterChannelIndex = nullptr |
| std::vector< std::vector< int > > * | m_c711_channelChInfo = nullptr |
| std::vector< std::vector< float > > * | m_c711_channelDigits = nullptr |
| std::vector< double > * | m_c711_channelEnergy = nullptr |
| std::vector< double > * | m_c711_channelTime = nullptr |
| std::vector< int > * | m_c711_channelLayer = nullptr |
| std::vector< bool > * | m_c711_channelBad = nullptr |
| std::vector< unsigned int > * | m_c711_channelHashMap = nullptr |
| std::vector< unsigned int > * | m_c711_channelChannelIdMap = nullptr |
| std::vector< float > * | m_c711_channelEffectiveSigma = nullptr |
| std::vector< float > * | m_c711_channelNoise = nullptr |
| std::vector< float > * | m_c711_channelDSPThreshold = nullptr |
| std::vector< std::vector< double > > * | m_c711_channelOFCa = nullptr |
| std::vector< std::vector< double > > * | m_c711_channelOFCb = nullptr |
| std::vector< std::vector< double > > * | m_c711_channelShape = nullptr |
| std::vector< std::vector< double > > * | m_c711_channelShapeDer = nullptr |
| std::vector< double > * | m_c711_channelOFCTimeOffset = nullptr |
| std::vector< float > * | m_c711_channelADC2MEV0 = nullptr |
| std::vector< float > * | m_c711_channelADC2MEV1 = nullptr |
| std::vector< float > * | m_c711_channelPed = nullptr |
| std::vector< float > * | m_c711_channelMinBiasAvg = nullptr |
| std::vector< float > * | m_c711_channelOfflHVScale = nullptr |
| std::vector< float > * | m_c711_channelOfflEneRescaler = nullptr |
| std::vector< std::vector< int > > * | m_c711_rawChannelChInfo = nullptr |
| std::vector< unsigned int > * | m_c711_rawChannelIdMap = nullptr |
| std::vector< float > * | m_c711_rawChannelAmplitude = nullptr |
| std::vector< float > * | m_c711_rawChannelTime = nullptr |
| std::vector< int > * | m_c711_rawChannelLayer = nullptr |
| std::vector< float > * | m_c711_rawChannelPed = nullptr |
| std::vector< float > * | m_c711_rawChannelProv = nullptr |
| std::vector< float > * | m_c711_rawChannelQuality = nullptr |
| std::vector< float > * | m_c711_clusterRawChannelIndex = nullptr |
| std::vector< int > * | m_c711_clusterIndex_rawChLvl = nullptr |
| std::vector< float > * | m_c711_rawChannelDSPThreshold = nullptr |
| std::vector< float > * | m_mc_part_energy = nullptr |
| std::vector< float > * | m_mc_part_pt = nullptr |
| std::vector< float > * | m_mc_part_m = nullptr |
| std::vector< float > * | m_mc_part_eta = nullptr |
| std::vector< float > * | m_mc_part_phi = nullptr |
| std::vector< int > * | m_mc_part_pdgId = nullptr |
| std::vector< int > * | m_mc_part_status = nullptr |
| std::vector< int > * | m_mc_part_uniqueID = nullptr |
| std::vector< float > * | m_mc_vert_x = nullptr |
| std::vector< float > * | m_mc_vert_y = nullptr |
| std::vector< float > * | m_mc_vert_z = nullptr |
| std::vector< float > * | m_mc_vert_time = nullptr |
| std::vector< float > * | m_mc_vert_perp = nullptr |
| std::vector< float > * | m_mc_vert_eta = nullptr |
| std::vector< float > * | m_mc_vert_phi = nullptr |
| std::vector< int > * | m_mc_vert_uniqueID = nullptr |
| std::vector< int > * | m_mc_vert_status = nullptr |
| std::vector< float > * | m_vtx_x = nullptr |
| std::vector< float > * | m_vtx_y = nullptr |
| std::vector< float > * | m_vtx_z = nullptr |
| std::vector< float > * | m_vtx_deltaZ0 = nullptr |
| std::vector< float > * | m_vtx_delta_z0_sin = nullptr |
| std::vector< double > * | m_vtx_d0sig = nullptr |
| std::vector< float > * | m_ph_eta = nullptr |
| std::vector< float > * | m_ph_phi = nullptr |
| std::vector< float > * | m_ph_pt = nullptr |
| std::vector< float > * | m_ph_energy = nullptr |
| std::vector< float > * | m_ph_m = nullptr |
| std::vector< int > * | m_el_index = nullptr |
| std::vector< float > * | m_el_Pt = nullptr |
| std::vector< float > * | m_el_et = nullptr |
| std::vector< float > * | m_el_Eta = nullptr |
| std::vector< float > * | m_el_Phi = nullptr |
| std::vector< float > * | m_el_m = nullptr |
| std::vector< float > * | m_el_eoverp = nullptr |
| std::vector< float > * | m_el_f1 = nullptr |
| std::vector< float > * | m_el_f3 = nullptr |
| std::vector< float > * | m_el_eratio = nullptr |
| std::vector< float > * | m_el_weta1 = nullptr |
| std::vector< float > * | m_el_weta2 = nullptr |
| std::vector< float > * | m_el_fracs1 = nullptr |
| std::vector< float > * | m_el_wtots1 = nullptr |
| std::vector< float > * | m_el_e277 = nullptr |
| std::vector< float > * | m_el_reta = nullptr |
| std::vector< float > * | m_el_rphi = nullptr |
| std::vector< float > * | m_el_deltae = nullptr |
| std::vector< float > * | m_el_rhad = nullptr |
| std::vector< float > * | m_el_rhad1 = nullptr |
| std::vector< float > * | m_tp_electronPt = nullptr |
| std::vector< float > * | m_tp_electronEt = nullptr |
| std::vector< float > * | m_tp_electronEta = nullptr |
| std::vector< float > * | m_tp_electronPhi = nullptr |
| std::vector< int > * | m_tp_probeIndex = nullptr |
| std::vector< int > * | m_tp_tagIndex = nullptr |
| std::vector< bool > * | m_tp_isTag = nullptr |
| std::vector< bool > * | m_tp_isProbe = nullptr |
| std::vector< double > * | m_zee_M = nullptr |
| std::vector< double > * | m_zee_E = nullptr |
| std::vector< double > * | m_zee_pt = nullptr |
| std::vector< double > * | m_zee_px = nullptr |
| std::vector< double > * | m_zee_py = nullptr |
| std::vector< double > * | m_zee_pz = nullptr |
| std::vector< double > * | m_zee_T = nullptr |
| std::vector< double > * | m_zee_deltaR = nullptr |
Private Types | |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| virtual StatusCode | dumpEventInfo (SG::ReadHandle< xAOD::EventInfo > &ei) |
| virtual StatusCode | dumpLumiblockInfo (SG::ReadHandle< xAOD::EventInfo > &ei) |
| virtual StatusCode | dumpClusterCells (const xAOD::CaloCluster *cl, int clusIndex, const EventContext &ctx) |
| virtual StatusCode | dumpOfflineSS (const xAOD::Electron *electron) |
| virtual StatusCode | dumpTruthParticle (SG::ReadHandle< xAOD::ElectronContainer > &electronSelectionCnt, SG::ReadHandle< xAOD::TruthParticleContainer > &truthParticleCnt) |
| virtual StatusCode | dumpElectrons (const xAOD::Electron *electron) |
| virtual StatusCode | dumpZeeCut (SG::ReadHandle< xAOD::EventInfo > &ei, SG::ReadHandle< xAOD::VertexContainer > &primVertexCnt, const EventContext &ctx) |
| virtual StatusCode | dumpPrimVertexAssocToElectron (const xAOD::Electron *el, SG::ReadHandle< xAOD::VertexContainer > &primVertexCnt, SG::ReadHandle< xAOD::EventInfo > &evtInfo) |
| virtual StatusCode | FillNTupleWithSelectedElectrons (SG::ReadHandle< xAOD::EventInfo > &ei, SG::ReadHandle< xAOD::VertexContainer > &primVertexCnt, SG::ReadHandle< xAOD::ElectronContainer > &electronSelectionCnt, std::string &eSelectionText, const EventContext &ctx) |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Private Attributes | |
| Gaudi::Property< bool > | m_printCellsClus {this, "printCellsClus", false, "Print out the cluster cells basic info during the dump."} |
| Gaudi::Property< bool > | m_doClusterDump {this, "doClusterDump", false, "Perform a cluster cell dump based on Cluster Container name m_clusterName"} |
| Gaudi::Property< bool > | m_getAssociatedTopoCluster {this, "getAssociatedTopoCluster", true, "Get the topo cluster associated to a super cluster, which was linked to an Electron."} |
| Gaudi::Property< bool > | m_skipEmptyEvents {this, "skipEmptyEvents", true, "If true, do not fill the event that has no reco electrons."} |
| Gaudi::Property< float > | m_minZeeMassTP {this, "minZeeMassTP", 66, "Minimum value of Zee mass for checking the TP pairs (GeV)."} |
| Gaudi::Property< float > | m_maxZeeMassTP {this, "maxZeeMassTP", 116, "Maximum value of Zee mass for checking the TP pairs (GeV)."} |
| ServiceHandle< ITHistSvc > | m_ntsvc |
| SG::ReadCondHandleKey< CaloNoise > | m_noiseCDOKey {this,"CaloNoiseKey","totalNoise","SG Key of CaloNoise data object"} |
| SG::ReadCondHandleKey< AthenaAttributeList > | m_run2DSPThresholdsKey {this, "Run2DSPThresholdsKey","", "SG Key for thresholds to compute time and quality, run 2"} |
| SG::ReadCondHandleKey< AthenaAttributeList > | m_EneRescalerFldr {this,"OflEneRescalerKey","/LAR/CellCorrOfl/EnergyCorr", "Key (=foldername) of AttrListCollection"} |
| SG::ReadCondHandleKey< LuminosityCondData > | m_lumiDataKey {this,"LumiKey", "LuminosityCondData","SG Key of LuminosityCondData object"} |
| SG::ReadCondHandleKey< ILArPedestal > | m_pedestalKey {this,"PedestalKey","LArPedestal","SG Key of Pedestal conditions object"} |
| SG::ReadCondHandleKey< LArADC2MeV > | m_adc2MeVKey {this,"ADC2MeVKey","LArADC2MeV","SG Key of ADC2MeV conditions object"} |
| SG::ReadCondHandleKey< ILArOFC > | m_ofcKey {this,"OFCKey","LArOFC","SG Key of OFC conditions object"} |
| SG::ReadCondHandleKey< ILArShape > | m_shapeKey {this,"ShapeKey","LArShape","SG Key of Shape conditions object"} |
| SG::ReadCondHandleKey< ILArMinBiasAverage > | m_minBiasAvgKey {this, "MinBiasAvgKey", "LArPileupAverageSym", "SGKey of LArMinBiasAverage object"} |
| SG::ReadCondHandleKey< LArHVCorr > | m_offlineHVScaleCorrKey {this, "keyOfflineHVCorr", "LArHVScaleCorrRecomputed","Key for LArHVScaleCorr"} |
| SG::ReadCondHandleKey< ILArfSampl > | m_fSamplKey {this, "fSamplKey", "LArfSamplSym","SG key of LArfSampl object."} |
| SG::ReadCondHandleKey< LArOnOffIdMapping > | m_larCablingKey {this,"LArOnOffMapKey","LArOnOffIdMap"," SG Key of LArOnOffIdMapping object."} |
| SG::ReadHandleKey< xAOD::EventInfo > | m_eventInfoSgKey {this, "EventInfoContainerKey", "EventInfo", "Name of the EventInfo Container"} |
| SG::ReadHandleKey< xAOD::VertexContainer > | m_primVertSgKey {this, "PrimaryVertexContainerKey", "PrimaryVertices", "Name of the PrimaryVertices Container"} |
| SG::ReadHandleKey< xAOD::CaloClusterContainer > | m_caloClusSgKey {this, "CaloClusterContainerKey", "CaloCalTopoClusters", "Name of the CaloCluster Container"} |
| SG::ReadHandleKey< xAOD::ElectronContainer > | m_myElecSelectionSgKey {this, "MyElectronSelectionKey", "MySelectedElectrons", "Name of the MySelectedElectrons Container"} |
| SG::ReadHandleKey< xAOD::TruthParticleContainer > | m_truthParticleCntSgKey {this, "TruthParticleContainerKey", "TruthParticles", "Name of the TruthParticles Container"} |
| SG::ReadHandleKey< xAOD::ElectronContainer > | m_electronCntSgKey {this, "ElectronContainerKey", "Electrons", "Name of the Electrons Container"} |
| SG::ReadHandleKey< xAOD::TruthEventContainer > | m_truthEventCntSgKey {this, "TruthEventContainerKey", "TruthEvents", "Name of the TruthEvents Container"} |
| SG::ReadHandleKey< LArHitContainer > | m_larEMBHitCntSgKey {this, "LArEMBHitContainerKey", "LArHitEMB", "Name of the LArHitEMB container"} |
| SG::ReadHandleKey< LArDigitContainer > | m_larDigitCntSgKey {this, "LArDigitContainerKey", "LArDigitContainer_MC", "Name of the LArDigits container"} |
| SG::ReadHandleKey< LArRawChannelContainer > | m_larRawChCntSgKey {this, "LArRawChannelContainerKey", "LArRawChannels", "Name of the LArRawChannel container"} |
| SG::ReadHandleKey< CaloCellContainer > | m_allCaloCellCntSgKey {this, "CaloCellContainerKey", "AllCalo", "Name of the CaloCell container"} |
| std::unique_ptr< LArDSPThresholdsFlat > | m_run2DSPThresh = nullptr |
| const CaloNoise * | m_noiseCDO = nullptr |
| const LuminosityCondData * | m_lumis = nullptr |
| const ILArPedestal * | m_peds = nullptr |
| const LArADC2MeV * | m_adc2MeVs = nullptr |
| const ILArOFC * | m_ofcs = nullptr |
| const ILArShape * | m_shapes = nullptr |
| const ILArMinBiasAverage * | m_minBiasAvgs = nullptr |
| const LArHVCorr * | m_oflHVCorr = nullptr |
| const CaloCondBlobFlt * | m_EneRescaler = nullptr |
| const ILArfSampl * | m_fSampl = nullptr |
| const LArOnlineID * | m_onlineLArID = nullptr |
| const LArOnOffIdMapping * | m_larCabling = nullptr |
| const CaloIdManager * | m_caloIdMgr = nullptr |
| const LArEM_ID * | m_larem_id = nullptr |
| const LArHEC_ID * | m_larhec_id = nullptr |
| const LArFCAL_ID * | m_larfcal_id = nullptr |
| const CaloCell_ID * | m_calocell_id = nullptr |
| DataObjIDColl | m_extendedExtraObjects |
| 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 |
Definition at line 45 of file EventReaderAlg.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
| EventReaderAlg::EventReaderAlg | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
Definition at line 29 of file EventReaderAlg.cxx.
|
virtualdefault |
|
protectedinherited |
Definition at line 253 of file EventReaderBaseAlg.cxx.
|
protectedinherited |
Definition at line 237 of file EventReaderBaseAlg.cxx.
|
protectedinherited |
Definition at line 492 of file EventReaderBaseAlg.cxx.
|
protectedinherited |
Definition at line 245 of file EventReaderBaseAlg.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.
|
protectedinherited |
Definition at line 224 of file EventReaderBaseAlg.cxx.
|
protectedinherited |
Definition at line 230 of file EventReaderBaseAlg.cxx.
|
inlineinherited |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 95 of file AthCommonDataStore.h.
|
privatevirtual |
Definition at line 546 of file EventReaderAlg.cxx.
|
privatevirtual |
Definition at line 307 of file EventReaderAlg.cxx.
|
privatevirtual |
Definition at line 391 of file EventReaderAlg.cxx.
|
privatevirtual |
Definition at line 379 of file EventReaderAlg.cxx.
|
privatevirtual |
Definition at line 289 of file EventReaderAlg.cxx.
|
privatevirtual |
Definition at line 321 of file EventReaderAlg.cxx.
|
privatevirtual |
Definition at line 500 of file EventReaderAlg.cxx.
|
privatevirtual |
Definition at line 404 of file EventReaderAlg.cxx.
|
protectedinherited |
Definition at line 31 of file EventReaderBaseAlg.cxx.
|
inlineinherited |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 85 of file AthCommonDataStore.h.
|
overridevirtual |
Reimplemented from EventReaderBaseAlg.
Definition at line 110 of file EventReaderAlg.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.
|
privatevirtual |
Definition at line 246 of file EventReaderAlg.cxx.
|
overridevirtual |
Reimplemented from EventReaderBaseAlg.
Definition at line 990 of file EventReaderAlg.cxx.
|
protectedinherited |
Definition at line 217 of file EventReaderBaseAlg.cxx.
|
protectedinherited |
Definition at line 205 of file EventReaderBaseAlg.cxx.
|
overridevirtual |
Reimplemented from EventReaderBaseAlg.
Definition at line 34 of file EventReaderAlg.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.
|
protectedinherited |
Definition at line 196 of file EventReaderBaseAlg.cxx.
|
protectedinherited |
Definition at line 157 of file EventReaderBaseAlg.cxx.
|
protectedinherited |
Definition at line 116 of file EventReaderBaseAlg.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.
|
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.
|
protectedinherited |
Definition at line 52 of file EventReaderBaseAlg.cxx.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
private |
Definition at line 86 of file EventReaderAlg.h.
|
private |
Definition at line 111 of file EventReaderAlg.h.
|
private |
Definition at line 104 of file EventReaderAlg.h.
|
protectedinherited |
Definition at line 191 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 192 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 187 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 189 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 184 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 181 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 185 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 190 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 186 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 188 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 194 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 193 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 214 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 215 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 203 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 205 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 198 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 199 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 208 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 206 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 200 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 204 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 202 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 217 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 207 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 209 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 210 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 213 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 219 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 218 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 216 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 211 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 212 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 201 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 183 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 197 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 174 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 176 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 172 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 182 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 196 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 230 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 171 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 177 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 178 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 229 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 175 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 173 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 223 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 221 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 231 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 222 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 225 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 226 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 227 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 228 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 224 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 112 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 113 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 108 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 110 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 105 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 102 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 106 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 111 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 107 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 109 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 115 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 114 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 135 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 136 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 124 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 126 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 119 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 120 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 129 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 127 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 121 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 125 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 123 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 138 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 128 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 130 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 131 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 134 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 140 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 139 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 137 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 132 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 133 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 122 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 104 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 118 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 96 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 98 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 94 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 103 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 117 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 152 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 93 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 99 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 100 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 151 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 97 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 95 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 145 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 143 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 153 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 144 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 147 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 148 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 149 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 150 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 146 of file EventReaderBaseAlg.h.
|
private |
Definition at line 126 of file EventReaderAlg.h.
|
private |
Definition at line 96 of file EventReaderAlg.h.
|
private |
Definition at line 122 of file EventReaderAlg.h.
|
protectedinherited |
Definition at line 56 of file EventReaderBaseAlg.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
protectedinherited |
Definition at line 67 of file EventReaderBaseAlg.h.
|
private |
Definition at line 68 of file EventReaderAlg.h.
|
protectedinherited |
Definition at line 58 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 63 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 60 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 59 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 61 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 62 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 86 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 87 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 89 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 88 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 90 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 85 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 288 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 285 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 276 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 280 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 272 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 273 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 278 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 279 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 283 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 270 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 275 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 274 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 271 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 286 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 289 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 290 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 287 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 281 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 282 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 284 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 51 of file EventReaderBaseAlg.h.
|
private |
Definition at line 99 of file EventReaderAlg.h.
|
private |
Definition at line 116 of file EventReaderAlg.h.
|
private |
Definition at line 83 of file EventReaderAlg.h.
|
protectedinherited |
define the Pid of Probe from the user
Definition at line 54 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 55 of file EventReaderBaseAlg.h.
|
private |
Definition at line 94 of file EventReaderAlg.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 79 of file AthAlgorithm.h.
|
private |
Definition at line 117 of file EventReaderAlg.h.
|
private |
Definition at line 91 of file EventReaderAlg.h.
|
private |
Definition at line 69 of file EventReaderAlg.h.
|
protectedinherited |
Definition at line 65 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 166 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 167 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 160 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 159 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 162 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 165 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 161 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 164 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 158 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 163 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 64 of file EventReaderBaseAlg.h.
|
private |
Definition at line 121 of file EventReaderAlg.h.
|
private |
Definition at line 92 of file EventReaderAlg.h.
|
private |
Definition at line 102 of file EventReaderAlg.h.
|
private |
Definition at line 123 of file EventReaderAlg.h.
|
private |
Definition at line 101 of file EventReaderAlg.h.
|
private |
Definition at line 125 of file EventReaderAlg.h.
|
private |
Definition at line 124 of file EventReaderAlg.h.
|
private |
Definition at line 103 of file EventReaderAlg.h.
|
protectedinherited |
Definition at line 81 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 82 of file EventReaderBaseAlg.h.
|
private |
Definition at line 84 of file EventReaderAlg.h.
|
private |
Definition at line 109 of file EventReaderAlg.h.
|
private |
Definition at line 72 of file EventReaderAlg.h.
|
protectedinherited |
Definition at line 234 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 237 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 236 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 239 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 238 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 235 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 240 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 241 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 249 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 248 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 250 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 252 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 247 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 251 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 244 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 245 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 246 of file EventReaderBaseAlg.h.
|
private |
Definition at line 89 of file EventReaderAlg.h.
|
private |
Definition at line 114 of file EventReaderAlg.h.
|
protectedinherited |
Definition at line 157 of file EventReaderBaseAlg.h.
|
private |
Definition at line 71 of file EventReaderAlg.h.
|
private |
Definition at line 97 of file EventReaderAlg.h.
|
protectedinherited |
Definition at line 156 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 66 of file EventReaderBaseAlg.h.
|
private |
Definition at line 108 of file EventReaderAlg.h.
|
private |
Definition at line 81 of file EventReaderAlg.h.
|
private |
Definition at line 78 of file EventReaderAlg.h.
|
private |
Definition at line 87 of file EventReaderAlg.h.
|
private |
Definition at line 112 of file EventReaderAlg.h.
|
private |
Definition at line 90 of file EventReaderAlg.h.
|
protectedinherited |
Define the PID for tag electron.
Definition at line 53 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 52 of file EventReaderBaseAlg.h.
|
private |
Definition at line 115 of file EventReaderAlg.h.
|
private |
Definition at line 120 of file EventReaderAlg.h.
|
private |
Definition at line 85 of file EventReaderAlg.h.
|
private |
Definition at line 110 of file EventReaderAlg.h.
|
protectedinherited |
Definition at line 266 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 263 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 267 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 264 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 265 of file EventReaderBaseAlg.h.
|
private |
Definition at line 95 of file EventReaderAlg.h.
|
private |
Definition at line 67 of file EventReaderAlg.h.
|
private |
Definition at line 106 of file EventReaderAlg.h.
|
private |
Definition at line 82 of file EventReaderAlg.h.
|
protectedinherited |
Definition at line 74 of file EventReaderBaseAlg.h.
|
private |
Definition at line 88 of file EventReaderAlg.h.
|
private |
Definition at line 113 of file EventReaderAlg.h.
|
private |
Definition at line 70 of file EventReaderAlg.h.
|
protectedinherited |
Definition at line 294 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 295 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 296 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 293 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 301 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 300 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 298 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 299 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 73 of file EventReaderBaseAlg.h.
|
private |
Definition at line 100 of file EventReaderAlg.h.
|
private |
Definition at line 98 of file EventReaderAlg.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.
|
protectedinherited |
Definition at line 260 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 259 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 258 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 255 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 256 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 257 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 57 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 310 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 304 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 303 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 305 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 306 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 307 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 308 of file EventReaderBaseAlg.h.
|
protectedinherited |
Definition at line 309 of file EventReaderBaseAlg.h.