![]() |
ATLAS Offline Software
|
#include <SUSYObjDef_xAOD.h>
Public Types | |
| enum | DataSource { Undefined = -1 , Data , FullSim , AtlfastII } |
Definition of the StoreGate-like object's definition | |
| typedef ServiceHandle< StoreGateSvc > | MetaStore_t |
| Type of the metadata store object in Athena. | |
| typedef const ServiceHandle< StoreGateSvc > & | MetaStorePtr_t |
| Type of the metadata store pointer in standalone mode. | |
Public Member Functions | |
| SUSYObjDef_xAOD (const std::string &name) | |
| ~SUSYObjDef_xAOD () | |
| StatusCode | initialize () override final |
| Dummy implementation of the initialisation function. | |
| bool | isData () const override final |
| bool | isAtlfast () const override final |
| StatusCode | setBoolProperty (const std::string &name, const bool &property) override final |
| void | setDataSource (int source) |
| StatusCode | FillJet (xAOD::Jet &input, const bool doCalib=true, bool isFat=false, bool doLargeRdecorations=false) override final |
| StatusCode | FillTrackJet (xAOD::Jet &input) override final |
| StatusCode | FillTau (xAOD::TauJet &input) override final |
| StatusCode | FillMuon (xAOD::Muon &input, const float ptcut, const float etacut) override final |
| StatusCode | FillElectron (xAOD::Electron &input, const float etcut, const float etacut) override final |
| StatusCode | FillPhoton (xAOD::Photon &input, const float ptcut, const float etacut) override final |
| const xAOD::Vertex * | GetPrimVtx () const override final |
| StatusCode | GetJets (xAOD::JetContainer *©, xAOD::ShallowAuxContainer *©aux, const bool recordSG=true, const std::string &jetkey="", const xAOD::JetContainer *containerToBeCopied=nullptr) override final |
| StatusCode | GetTrackJets (xAOD::JetContainer *©, xAOD::ShallowAuxContainer *©aux, const bool recordSG=true, const std::string &jetkey="", const xAOD::JetContainer *containerToBeCopied=nullptr) override final |
| StatusCode | GetJetsSyst (const xAOD::JetContainer &calibjets, xAOD::JetContainer *©, xAOD::ShallowAuxContainer *©aux, const bool recordSG=true, const std::string &jetkey="") override final |
| StatusCode | GetFatJets (xAOD::JetContainer *©, xAOD::ShallowAuxContainer *©aux, const bool recordSG=false, const std::string &jetkey="", const bool doLargeRdecorations=false, const xAOD::JetContainer *containerToBeCopied=nullptr) override final |
| StatusCode | GetTaus (xAOD::TauJetContainer *©, xAOD::ShallowAuxContainer *©aux, const bool recordSG=true, const std::string &taukey="TauJets", const xAOD::TauJetContainer *containerToBeCopied=nullptr) override final |
| StatusCode | GetMuons (xAOD::MuonContainer *©, xAOD::ShallowAuxContainer *©aux, const bool recordSG=true, const std::string &muonkey="Muons", const std::string &lrtmuonkey="MuonsLRT", const xAOD::MuonContainer *containerToBeCopied=nullptr) override final |
| StatusCode | GetElectrons (xAOD::ElectronContainer *©, xAOD::ShallowAuxContainer *©aux, const bool recordSG=true, const std::string &elekey="Electrons", const std::string &lrtelekey="LRTElectrons", const xAOD::ElectronContainer *containerToBeCopied=nullptr) override final |
| StatusCode | GetPhotons (xAOD::PhotonContainer *©, xAOD::ShallowAuxContainer *©aux, const bool recordSG=true, const std::string &photonkey="Photons", const xAOD::PhotonContainer *containerToBeCopied=nullptr) override final |
| StatusCode | GetMET (xAOD::MissingETContainer &met, const xAOD::JetContainer *jet, const xAOD::ElectronContainer *elec=nullptr, const xAOD::MuonContainer *muon=nullptr, const xAOD::PhotonContainer *gamma=nullptr, const xAOD::TauJetContainer *taujet=nullptr, bool doTST=true, bool doJVTCut=true, const xAOD::IParticleContainer *invis=nullptr) override final |
| StatusCode | GetTrackMET (xAOD::MissingETContainer &met, const xAOD::JetContainer *jet, const xAOD::ElectronContainer *elec=nullptr, const xAOD::MuonContainer *muon=nullptr) override final |
| StatusCode | GetMETSig (xAOD::MissingETContainer &met, double &metSignificance, bool doTST=true, bool doJVTCut=true) override final |
| StatusCode | MergeMuons (const xAOD::MuonContainer &muons, const std::vector< bool > &writeMuon, xAOD::MuonContainer *outputCol) const override final |
| StatusCode | prepareLRTMuons (const xAOD::MuonContainer *inMuons, xAOD::MuonContainer *copy) const override final |
| StatusCode | MergeElectrons (const xAOD::ElectronContainer &electrons, xAOD::ElectronContainer *outputCol, const std::set< const xAOD::Electron * > &ElectronsToRemove) const override final |
| StatusCode | prepareLRTElectrons (const xAOD::ElectronContainer *inMuons, xAOD::ElectronContainer *copy) const override final |
| StatusCode | SetBtagWeightDecorations (const xAOD::Jet &input, const asg::AnaToolHandle< IBTaggingSelectionTool > &btagSelTool, const std::string &btagTagger) const override final |
| bool | IsSignalJet (const xAOD::Jet &input, const float ptcut, const float etacut) const override final |
| bool | IsBadJet (const xAOD::Jet &input) const override final |
| bool | IsBJetLoose (const xAOD::Jet &input) const override final |
| bool | JetPassJVT (xAOD::Jet &input) override final |
| bool | IsSignalMuon (const xAOD::Muon &input, const float ptcut, const float d0sigcut, const float z0cut, const float etacut=DUMMYDEF) const override final |
| bool | IsSignalElectron (const xAOD::Electron &input, const float etcut, const float d0sigcut, const float z0cut, const float etacut=DUMMYDEF) const override final |
| bool | IsCosmicMuon (const xAOD::Muon &input, const float z0cut, const float d0cut) const override final |
| bool | IsHighPtMuon (const xAOD::Muon &input) const override final |
| bool | IsSignalTau (const xAOD::TauJet &input, const float ptcut, const float etacut) const override final |
| bool | IsBadMuon (const xAOD::Muon &input, const float qopcut) const override final |
| bool | IsSignalPhoton (const xAOD::Photon &input, const float ptcut, const float etacut=DUMMYDEF) const override final |
| bool | IsBJet (const xAOD::Jet &input) const override final |
| bool | IsTrackBJet (const xAOD::Jet &input) const override final |
| bool | IsTruthBJet (const xAOD::Jet &input) const override final |
| int | IsBJetContinuous (const xAOD::Jet &input) const override final |
| int | IsTrackBJetContinuous (const xAOD::Jet &input) const override final |
| float | BtagSF (const xAOD::JetContainer *jets) override final |
| float | BtagSFsys (const xAOD::JetContainer *jets, const CP::SystematicSet &systConfig) override final |
| float | BtagSF_trkJet (const xAOD::JetContainer *trkjets) override final |
| float | BtagSFsys_trkJet (const xAOD::JetContainer *trkjets, const CP::SystematicSet &systConfig) override final |
| double | JVT_SF (const xAOD::JetContainer *jets) override final |
| double | JVT_SFsys (const xAOD::JetContainer *jets, const CP::SystematicSet &systConfig) override final |
| double | FJVT_SF (const xAOD::JetContainer *jets) override final |
| double | FJVT_SFsys (const xAOD::JetContainer *jets, const CP::SystematicSet &systConfig) override final |
| float | GetSignalMuonSF (const xAOD::Muon &mu, const bool recoSF=true, const bool isoSF=true, const bool doBadMuonHP=true, const bool warnOVR=true) override final |
| double | GetMuonTriggerEfficiency (const xAOD::Muon &mu, const std::string &trigExpr, const bool isdata=false) override final |
| double | GetTotalMuonTriggerSF (const xAOD::MuonContainer &sfmuons, const std::string &trigExpr) override final |
| double | GetTotalMuonSF (const xAOD::MuonContainer &muons, const bool recoSF=true, const bool isoSF=true, const std::string &trigExpr="HLT_mu20_iloose_L1MU15_OR_HLT_mu50", const bool bmhptSF=true) override final |
| double | GetTotalMuonSFsys (const xAOD::MuonContainer &muons, const CP::SystematicSet &systConfig, const bool recoSF=true, const bool isoSF=true, const std::string &trigExpr="HLT_mu20_iloose_L1MU15_OR_HLT_mu50", const bool bmhptSF=true) override final |
| float | GetSignalElecSF (const xAOD::Electron &el, const bool recoSF=true, const bool idSF=true, const bool triggerSF=true, const bool isoSF=true, const std::string &trigExpr="singleLepton", const bool ecidsSF=false, const bool cidSF=false) override final |
| double | GetEleTriggerEfficiency (const xAOD::Electron &el, const std::string &trigExpr="SINGLE_E_2015_e24_lhmedium_L1EM20VH_OR_e60_lhmedium_OR_e120_lhloose_2016_2018_e26_lhtight_nod0_ivarloose_OR_e60_lhmedium_nod0_OR_e140_lhloose_nod0") const override final |
| double | GetTriggerGlobalEfficiency (const xAOD::ElectronContainer &electrons, const xAOD::MuonContainer &muons, const std::string &trigExpr="diLepton") override final |
| double | GetTriggerGlobalEfficiency (const xAOD::PhotonContainer &photons, const std::string &trigExpr="diPhoton") override final |
| double | GetEleTriggerEfficiencySF (const xAOD::Electron &el, const std::string &trigExpr="SINGLE_E_2015_e24_lhmedium_L1EM20VH_OR_e60_lhmedium_OR_e120_lhloose_2016_2018_e26_lhtight_nod0_ivarloose_OR_e60_lhmedium_nod0_OR_e140_lhloose_nod0") const override final |
| double | GetTriggerGlobalEfficiencySF (const xAOD::ElectronContainer &electrons, const xAOD::MuonContainer &muons, const std::string &trigExpr="diLepton") override final |
| double | GetTriggerGlobalEfficiencySF (const xAOD::PhotonContainer &photons, const std::string &trigExpr="diPhoton") override final |
| double | GetTriggerGlobalEfficiencySFsys (const xAOD::ElectronContainer &electrons, const xAOD::MuonContainer &muons, const CP::SystematicSet &systConfig, const std::string &trigExpr="diLepton") override final |
| double | GetTriggerGlobalEfficiencySFsys (const xAOD::PhotonContainer &photons, const CP::SystematicSet &systConfig, const std::string &trigExpr="diPhoton") override final |
| float | GetTotalElectronSF (const xAOD::ElectronContainer &electrons, const bool recoSF=true, const bool idSF=true, const bool triggerSF=true, const bool isoSF=true, const std::string &trigExpr="singleLepton", const bool ecidsSF=false, const bool cidSF=false) override final |
| float | GetTotalElectronSFsys (const xAOD::ElectronContainer &electrons, const CP::SystematicSet &systConfig, const bool recoSF=true, const bool idSF=true, const bool triggerSF=true, const bool isoSF=true, const std::string &trigExpr="singleLepton", const bool ecidsSF=false, const bool cidSF=false) override final |
| double | GetSignalTauSF (const xAOD::TauJet &tau, const bool idSF=true, const bool triggerSF=true, const std::string &trigExpr="tau25_medium1_tracktwo") override final |
| double | GetSignalTauSFsys (const xAOD::TauJet &tau, const CP::SystematicSet &systConfig, const bool idSF=true, const bool triggerSF=true, const std::string &trigExpr="tau25_medium1_tracktwo") override final |
| double | GetTauTriggerEfficiencySF (const xAOD::TauJet &tau, const std::string &trigExpr="tau25_medium1_tracktwo") override final |
| double | GetTotalTauSF (const xAOD::TauJetContainer &taus, const bool idSF=true, const bool triggerSF=true, const std::string &trigExpr="tau25_medium1_tracktwo") override final |
| double | GetTotalTauSFsys (const xAOD::TauJetContainer &taus, const CP::SystematicSet &systConfig, const bool idSF=true, const bool triggerSF=true, const std::string &trigExpr="tau25_medium1_tracktwo") override final |
| double | GetSignalPhotonSF (const xAOD::Photon &ph, const bool effSF=true, const bool isoSF=true, const bool triggerSF=false) const override final |
| double | GetSignalPhotonSFsys (const xAOD::Photon &ph, const CP::SystematicSet &systConfig, const bool effSF=true, const bool isoSF=true, const bool triggerSF=false) override final |
| double | GetTotalPhotonSF (const xAOD::PhotonContainer &photons, const bool effSF=true, const bool isoSF=true, const bool triggerSF=false) const override final |
| double | GetTotalPhotonSFsys (const xAOD::PhotonContainer &photons, const CP::SystematicSet &systConfig, const bool effSF=true, const bool isoSF=true, const bool triggerSF=false) override final |
| double | GetTotalJetSF (const xAOD::JetContainer *jets, const bool btagSF=true, const bool jvtSF=true, const bool fjvtSF=false) override final |
| double | GetTotalJetSFsys (const xAOD::JetContainer *jets, const CP::SystematicSet &systConfig, const bool btagSF=true, const bool jvtSF=true, const bool fjvtSF=false) override final |
| bool | IsMETTrigPassed (unsigned int runnumber=0, bool j400_OR=false) const override final |
| bool | IsMETTrigPassed (const std::string &triggerName, bool j400_OR=false, const std::string &L1_name="L1_XE50") const override final |
| bool | IsTrigPassed (const std::string &, unsigned int condition=TrigDefs::Physics) const override final |
| bool | IsTrigMatched (const xAOD::IParticle *part, const std::string &tr_item) override final |
| bool | IsTrigMatched (const xAOD::IParticle *part1, const xAOD::IParticle *part2, const std::string &tr_item) override final |
| bool | IsTrigMatched (const std::vector< const xAOD::IParticle * > &v, const std::string &tr_item) override final |
| bool | IsTrigMatched (const std::initializer_list< const xAOD::IParticle * > &v, const std::string &tr_item) override final |
| void | TrigMatch (const xAOD::IParticle *p, std::initializer_list< std::string >::iterator, std::initializer_list< std::string >::iterator) override final |
| void | TrigMatch (const xAOD::IParticle *p, const std::vector< std::string > &items) override final |
| void | TrigMatch (const xAOD::IParticle *p, const std::initializer_list< std::string > &items) override final |
| void | TrigMatch (const xAOD::IParticleContainer *v, const std::vector< std::string > &items) override final |
| void | TrigMatch (const xAOD::IParticleContainer *v, const std::initializer_list< std::string > &items) override final |
| void | TrigMatch (const std::initializer_list< const xAOD::IParticle * > &v, const std::vector< std::string > &items) override final |
| void | TrigMatch (const std::initializer_list< const xAOD::IParticle * > &v, const std::initializer_list< std::string > &items) override final |
| void | TrigMatch (const xAOD::IParticle *p, const std::string &item) override final |
| void | TrigMatch (const xAOD::IParticleContainer *v, const std::string &item) override final |
| void | TrigMatch (const std::initializer_list< const xAOD::IParticle * > &v, const std::string &item) override final |
| float | GetTrigPrescale (const std::string &) const override final |
| const Trig::ChainGroup * | GetTrigChainGroup (const std::string &) const override final |
| std::vector< std::string > | GetTriggerOR (const std::string &trigExpr) const |
| void | GetTriggerTokens (std::string, std::vector< std::string > &, std::vector< std::string > &, std::vector< std::string > &, std::vector< std::string > &, std::vector< std::string > &, std::vector< std::string > &, std::vector< std::string > &) const |
| Trig::FeatureContainer | GetTriggerFeatures (const std::string &chainName="EF_.*", unsigned int condition=TrigDefs::Physics) const |
| const xAOD::EventInfo * | GetEventInfo () const override final |
| float | GetPileupWeight () override final |
| float | GetPileupWeightPrescaledTrigger (const std::string &trigger_expr) override final |
| ULong64_t | GetPileupWeightHash () override final |
| float | GetDataWeight (const std::string &) override final |
| float | GetCorrectedAverageInteractionsPerCrossing (bool includeDataSF=false) override final |
| float | GetCorrectedActualInteractionsPerCrossing (bool includeDataSF=false) override final |
| double | GetSumOfWeights (int channel) override final |
| unsigned int | GetRandomRunNumber (bool muDependentRRN=true) override final |
| StatusCode | ApplyPRWTool (bool muDependentRRN=true) override final |
| unsigned int | GetRunNumber () const override final |
| const xAOD::TrackParticleContainer & | GetInDetLargeD0Tracks (const EventContext &ctx) const override final |
| const xAOD::TrackParticleContainer & | GetInDetLargeD0GSFTracks (const EventContext &ctx) const override final |
| StatusCode | ApplyLRTUncertainty () override final |
| int | treatAsYear (const int runNumber=-1) const override final |
| StatusCode | OverlapRemoval (const xAOD::ElectronContainer *electrons, const xAOD::MuonContainer *muons, const xAOD::JetContainer *jets, const xAOD::PhotonContainer *gamma=nullptr, const xAOD::TauJetContainer *taujet=nullptr, const xAOD::JetContainer *fatjets=nullptr) override final |
| StatusCode | NearbyLeptonCorrections (xAOD::ElectronContainer *electrons=nullptr, xAOD::MuonContainer *muons=nullptr) const override final |
| StatusCode | resetSystematics () override final |
| const CP::SystematicSet & | currentSystematic () const |
| StatusCode | applySystematicVariation (const CP::SystematicSet &systConfig) override final |
| bool | isPrompt (const xAOD::IParticle *part) const override final |
| StatusCode | FindSusyHP (int &pdgid1, int &pdgid2) const |
| StatusCode | FindSusyHP (const xAOD::TruthParticleContainer *truthP, int &pdgid1, int &pdgid2, bool isTruth3=false) const override final |
| StatusCode | FindSusyHP (const xAOD::TruthEvent *truthE, int &pdgid1, int &pdgid2) const override final |
| std::string | TrigSingleLep () const override final |
| bool | isNominal (const CP::SystematicSet &syst) const |
| bool | isWeight (const CP::SystematicSet &systSet) const |
| bool | isVariation (const CP::SystematicSet &syst) const |
| bool | currentSystematicIsNominal () const |
| bool | currentSystematicIsVariation () const |
| bool | currentSystematicIsWeight () const |
| ST::SystInfo | getSystInfo (const CP::SystematicVariation &sys) const override final |
| std::vector< ST::SystInfo > | getSystInfoList () const override final |
| float | getSherpaVjetsNjetsWeight () const override final |
| float | getSherpaVjetsNjetsWeight (const std::string &jetContainer) const override final |
| int | getMCShowerType (const std::string &sample_name="", const std::string &tagger="") const override final |
| template<typename T> | |
| const T * | getProperty (const std::string &name) |
| virtual StatusCode | sysInitialize () |
| Function initialising the tool in the correct way in Athena. | |
| virtual void | print () const |
| Print the state of the tool. | |
| 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 |
Functions providing access to the input/output metadata | |
| MetaStorePtr_t | inputMetaStore () const |
| Accessor for the input metadata store. | |
| MetaStorePtr_t | outputMetaStore () const |
| Accessor for the output metadata store. | |
Additional helper functions, not directly mimicking Athena | |
| template<class T> | |
| const T * | getProperty (const std::string &name) const |
| Get one of the tool's properties. | |
| const std::string & | msg_level_name () const __attribute__((deprecated)) |
| A deprecated function for getting the message level's name. | |
| const std::string & | getName (const void *ptr) const |
| Get the name of an object that is / should be in the event store. | |
| SG::sgkey_t | getKey (const void *ptr) const |
| Get the (hashed) key of an object that is in the event store. | |
Static Public Member Functions | |
| static bool | FindSusyHardProc (const xAOD::TruthParticleContainer *truthP, int &pdgid1, int &pdgid2, bool isTruth3=false) |
| static bool | FindSusyHardProc (const xAOD::TruthEvent *truthE, int &pdgid1, int &pdgid2) |
Public Attributes | |
| const xAOD::MuonContainer * | prompt_muons = nullptr |
| const xAOD::MuonContainer * | lrt_muons = nullptr |
| const xAOD::ElectronContainer * | prompt_electrons = nullptr |
| const xAOD::ElectronContainer * | lrt_electrons = nullptr |
Protected Member Functions | |
| StatusCode | autoconfigurePileupRWTool (const std::string &PRWfilesDir="dev/PileupReweighting/share/", const std::string &PRWfileName="", bool usePathResolver=true, bool RPVLLmode=false, bool Combinedmode=false, const std::string &HFFilter="") |
| StatusCode | readConfig () override final |
| StatusCode | validConfig (bool strict=false) const |
| const std::vector< std::string > | split (const std::string &s, const std::string &delim) const |
| std::string | getDefaultJetUncConfig () |
| void | getTauConfig (const std::string &tauConfigPath, std::vector< float > &pT_window, std::vector< float > &eta_window, bool &eleOLR, bool &muVeto, bool &muOLR) const |
| void | configFromFile (bool &property, const std::string &propname, TEnv &rEnv, bool defaultValue) |
| void | configFromFile (double &property, const std::string &propname, TEnv &rEnv, double defaultValue) |
| void | configFromFile (int &property, const std::string &propname, TEnv &rEnv, int defaultValue) |
| void | configFromFile (std::string &property, const std::string &propname, TEnv &rEnv, const std::string &defaultValue, bool allowEmpty=false) |
| bool | check_isOption (const std::string &wp, const std::vector< std::string > &list) const |
| bool | check_isTighter (const std::string &wp1, const std::string &wp, const std::vector< std::string > &list) const |
| std::string | EG_WP (const std::string &wp) const |
| std::vector< std::string > | getElSFkeys (const std::string &mapFile) const |
| 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. | |
Callback functions helping in metadata reading/writing | |
| void | setUseIncidents (const bool flag) |
| virtual void | handle (const Incident &inc) |
| Function receiving incidents from IncidentSvc/TEvent. | |
| virtual StatusCode | beginInputFile () |
| Function called when a new input file is opened. | |
| virtual StatusCode | endInputFile () |
| Function called when the currently open input file got completely processed. | |
| virtual StatusCode | beginEvent () |
| Function called when a new events is loaded. | |
| virtual StatusCode | metaDataStop () |
| Function called when the tool should write out its metadata. | |
Private Types | |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| StatusCode | SUSYToolsInit () |
| bool | emulateHLT (const std::string &triggerName) const |
| bool | isTrigInTDT (std::scoped_lock< std::mutex > &lock, const std::string &triggerName) const |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Private Attributes | |
| std::map< std::string, std::string > | m_conf_to_prop |
| std::set< std::string > | m_bool_prop_set |
| std::map< std::string, std::function< bool()> > m_metTriggerFuncs | ATLAS_THREAD_SAFE |
| std::map< std::string, bool > m_checkedTriggers | ATLAS_THREAD_SAFE |
| std::mutex | m_triggerCacheMutex |
| std::vector< std::string > | m_v_trigs15_cache_singleEle |
| std::vector< std::string > | m_v_trigs16_cache_singleEle |
| std::vector< std::string > | m_v_trigs17_cache_singleEle |
| std::vector< std::string > | m_v_trigs18_cache_singleEle |
| std::vector< std::string > | m_v_trigs22_cache_singleEle |
| std::vector< std::string > | m_v_trigs23_cache_singleEle |
| std::vector< std::string > | m_v_trigs24_cache_singleEle |
| std::vector< std::string > | m_v_trigs15_cache_singleLep |
| std::vector< std::string > | m_v_trigs16_cache_singleLep |
| std::vector< std::string > | m_v_trigs17_cache_singleLep |
| std::vector< std::string > | m_v_trigs18_cache_singleLep |
| std::vector< std::string > | m_v_trigs22_cache_singleLep |
| std::vector< std::string > | m_v_trigs23_cache_singleLep |
| std::vector< std::string > | m_v_trigs24_cache_singleLep |
| std::vector< std::string > | m_v_trigs15_cache_diLep |
| std::vector< std::string > | m_v_trigs16_cache_diLep |
| std::vector< std::string > | m_v_trigs17_cache_diLep |
| std::vector< std::string > | m_v_trigs18_cache_diLep |
| std::vector< std::string > | m_v_trigs22_cache_diLep |
| std::vector< std::string > | m_v_trigs15_cache_multiLep |
| std::vector< std::string > | m_v_trigs16_cache_multiLep |
| std::vector< std::string > | m_v_trigs17_cache_multiLep |
| std::vector< std::string > | m_v_trigs18_cache_multiLep |
| std::vector< std::string > | m_v_trigs22_cache_multiLep |
| SG::ReadHandleKey< xAOD::TrackParticleContainer > | m_LRTCollectionName {this, "LRTCollectionName", "InDetLargeD0TrackParticles", "LRT collection name"} |
| SG::ReadHandleKey< xAOD::TrackParticleContainer > | m_GSFLRTCollectionName {this, "GSFLRTCollectionName", "LRTGSFTrackParticles", "GSF LRT collection name"} |
| MetaStore_t | m_inputMetaStore |
| Object accessing the input metadata store. | |
| MetaStore_t | m_outputMetaStore |
| Object accessing the output metadata store. | |
| bool | m_beginInputFileCalled |
| Flag helping to discover when the tool misses the opening of the first input file. | |
| bool | m_useIncidents |
| 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 141 of file SUSYObjDef_xAOD.h.
|
inherited |
Type of the metadata store object in Athena.
Definition at line 66 of file AsgMetadataTool.h.
|
inherited |
Type of the metadata store pointer in standalone mode.
Definition at line 68 of file AsgMetadataTool.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
|
inherited |
| ST::SUSYObjDef_xAOD::SUSYObjDef_xAOD | ( | const std::string & | name | ) |
Override for the b-tagging jet collection
Definition at line 100 of file SUSYObjDef_xAOD.cxx.
| ST::SUSYObjDef_xAOD::~SUSYObjDef_xAOD | ( | ) |
Definition at line 3135 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 3102 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 3057 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 2148 of file SUSYObjDef_xAOD.cxx.
|
protected |
Definition at line 1013 of file SUSYObjDef_xAOD.cxx.
|
protectedvirtualinherited |
Function called when a new events is loaded.
Dummy implementation that can be overridden by the derived tool.
Reimplemented in AsgElectronEfficiencyCorrectionTool, TauAnalysisTools::CommonSmearingTool, TauAnalysisTools::DiTauEfficiencyCorrectionsTool, TauAnalysisTools::DiTauSelectionTool, TauAnalysisTools::TauEfficiencyCorrectionsTool, TauAnalysisTools::TauSelectionTool, Trig::TrigConfBunchCrossingTool, Trig::TrigDecisionTool, Trig::xAODBunchCrossingTool, TrigConf::xAODConfigTool, and xAODMaker::TriggerMenuMetaDataTool.
Definition at line 201 of file AsgMetadataTool.cxx.
|
protectedvirtualinherited |
Function called when a new input file is opened.
Dummy implementation that can be overridden by the derived tool.
Reimplemented in AsgElectronEfficiencyCorrectionTool, BookkeeperDumperTool, BookkeeperTool, PMGTools::PMGTruthWeightTool, TauAnalysisTools::TauEfficiencyCorrectionsTool, TauAnalysisTools::TauSmearingTool, Trig::TrigDecisionTool, Trig::xAODBunchCrossingTool, TrigConf::xAODConfigTool, xAODMaker::TriggerMenuMetaDataTool, and xAODMaker::TruthMetaDataTool.
Definition at line 185 of file AsgMetadataTool.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 826 of file Jets.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 907 of file Jets.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 887 of file Jets.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 968 of file Jets.cxx.
|
protected |
Definition at line 1214 of file SUSYObjDef_xAOD.cxx.
|
protected |
|
protected |
Definition at line 1257 of file SUSYObjDef_xAOD.cxx.
|
protected |
Definition at line 1272 of file SUSYObjDef_xAOD.cxx.
|
protected |
Definition at line 1288 of file SUSYObjDef_xAOD.cxx.
|
protected |
Definition at line 1304 of file SUSYObjDef_xAOD.cxx.
| const CP::SystematicSet & ST::SUSYObjDef_xAOD::currentSystematic | ( | ) | const |
Definition at line 2106 of file SUSYObjDef_xAOD.cxx.
| bool ST::SUSYObjDef_xAOD::currentSystematicIsNominal | ( | ) | const |
Definition at line 2134 of file SUSYObjDef_xAOD.cxx.
| bool ST::SUSYObjDef_xAOD::currentSystematicIsVariation | ( | ) | const |
Definition at line 2138 of file SUSYObjDef_xAOD.cxx.
| bool ST::SUSYObjDef_xAOD::currentSystematicIsWeight | ( | ) | const |
Definition at line 2142 of file SUSYObjDef_xAOD.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.
|
protected |
Definition at line 1226 of file SUSYObjDef_xAOD.cxx.
|
private |
Definition at line 97 of file Trigger.cxx.
|
protectedvirtualinherited |
Function called when the currently open input file got completely processed.
Dummy implementation that can be overridden by the derived tool.
Reimplemented in BookkeeperDumperTool, BookkeeperTool, xAODMaker::TriggerMenuMetaDataTool, and xAODMaker::TruthMetaDataTool.
Definition at line 193 of file AsgMetadataTool.cxx.
|
inlineinherited |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 85 of file AthCommonDataStore.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
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 223 of file Electrons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 383 of file Jets.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 208 of file Muons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 78 of file Photons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 77 of file Taus.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 643 of file Jets.cxx.
|
static |
Definition at line 227 of file Truth.cxx.
|
static |
Definition at line 126 of file Truth.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 210 of file Truth.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 106 of file Truth.cxx.
Definition at line 76 of file Truth.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 1060 of file Jets.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 1106 of file Jets.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 3034 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 3029 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 3024 of file SUSYObjDef_xAOD.cxx.
|
protected |
Definition at line 1834 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 118 of file Electrons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 592 of file Electrons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 558 of file Electrons.cxx.
|
protected |
Definition at line 1238 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 2986 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 242 of file Jets.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 3093 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 3081 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 73 of file Jets.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 321 of file Jets.cxx.
|
inherited |
Get the (hashed) key of an object that is in the event store.
This is a bit of a special one. StoreGateSvc and xAOD::TEvent both provide ways for getting the SG::sgkey_t key for an object that is in the store, based on a bare pointer. But they provide different interfaces for doing so.
In order to allow tools to efficiently perform this operation, they can use this helper function.
| ptr | The bare pointer to the object that the event store should know about |
Definition at line 119 of file AsgTool.cxx.
|
inlinefinaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 428 of file SUSYObjDef_xAOD.h.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 23 of file MET.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 240 of file MET.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 101 of file Muons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 533 of file Muons.cxx.
|
inherited |
Get the name of an object that is / should be in the event store.
This is a bit of a special one. StoreGateSvc and xAOD::TEvent both provide ways for getting the std::string name for an object that is in the store, based on a bare pointer. But they provide different interfaces for doing so.
In order to allow tools to efficiently perform this operation, they can use this helper function.
| ptr | The bare pointer to the object that the event store should know about |
Definition at line 106 of file AsgTool.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 33 of file Photons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 2994 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 3019 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 3004 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 2925 of file SUSYObjDef_xAOD.cxx.
|
inherited |
Get one of the tool's properties.
|
inlineinherited |
Definition at line 239 of file ISUSYObjDef_xAODTool.h.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 3043 of file SUSYObjDef_xAOD.cxx.
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 3065 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 2894 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 2909 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 420 of file Electrons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 480 of file Muons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 206 of file Photons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 247 of file Photons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 130 of file Taus.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 160 of file Taus.cxx.
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 3039 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 2576 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 2541 of file SUSYObjDef_xAOD.cxx.
|
protected |
Definition at line 1841 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 31 of file Taus.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 194 of file Taus.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 627 of file Electrons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 640 of file Electrons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 1130 of file Jets.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 1143 of file Jets.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 602 of file Muons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 622 of file Muons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 547 of file Muons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 320 of file Photons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 332 of file Photons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 228 of file Taus.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 250 of file Taus.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 169 of file Jets.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 161 of file MET.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 315 of file Trigger.cxx.
| Trig::FeatureContainer ST::SUSYObjDef_xAOD::GetTriggerFeatures | ( | const std::string & | chainName = "EF_.*", |
| unsigned int | condition = TrigDefs::Physics ) const |
Definition at line 426 of file Trigger.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 586 of file Trigger.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 647 of file Trigger.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 431 of file Trigger.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 529 of file Trigger.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 487 of file Trigger.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 564 of file Trigger.cxx.
| std::vector< std::string > ST::SUSYObjDef_xAOD::GetTriggerOR | ( | const std::string & | trigExpr | ) | const |
Definition at line 320 of file Trigger.cxx.
| void ST::SUSYObjDef_xAOD::GetTriggerTokens | ( | std::string | trigExpr, |
| std::vector< std::string > & | v_trigs15_cache, | ||
| std::vector< std::string > & | v_trigs16_cache, | ||
| std::vector< std::string > & | v_trigs17_cache, | ||
| std::vector< std::string > & | v_trigs18_cache, | ||
| std::vector< std::string > & | v_trigs22_cache, | ||
| std::vector< std::string > & | v_trigs23_cache, | ||
| std::vector< std::string > & | v_trigs24_cache ) const |
Definition at line 338 of file Trigger.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 310 of file Trigger.cxx.
|
protectedvirtualinherited |
Function receiving incidents from IncidentSvc/TEvent.
Reimplemented in Trig::TrigDecisionTool.
Definition at line 135 of file AsgMetadataTool.cxx.
|
finaloverridevirtual |
Dummy implementation of the initialisation function.
It's here to allow the dual-use tools to skip defining an initialisation function. Since many are doing so...
Reimplemented from asg::AsgTool.
Definition at line 884 of file SUSYObjDef_xAOD.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.
|
inherited |
Accessor for the input metadata store.
Definition at line 93 of file AsgMetadataTool.cxx.
|
inlinefinaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 745 of file Jets.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 405 of file Muons.cxx.
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 771 of file Jets.cxx.
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 793 of file Jets.cxx.
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 680 of file Jets.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 444 of file Muons.cxx.
|
inlinefinaloverridevirtual |
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 386 of file Muons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 63 of file Trigger.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 30 of file Trigger.cxx.
| bool ST::SUSYObjDef_xAOD::isNominal | ( | const CP::SystematicSet & | syst | ) | const |
Definition at line 2110 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 24 of file Truth.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 362 of file Electrons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 693 of file Jets.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 344 of file Muons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 167 of file Photons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 112 of file Taus.cxx.
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 782 of file Jets.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 815 of file Jets.cxx.
|
private |
Definition at line 83 of file Trigger.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 233 of file Trigger.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 228 of file Trigger.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 218 of file Trigger.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 223 of file Trigger.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 213 of file Trigger.cxx.
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 301 of file Truth.cxx.
| bool ST::SUSYObjDef_xAOD::isVariation | ( | const CP::SystematicSet & | syst | ) | const |
Definition at line 2125 of file SUSYObjDef_xAOD.cxx.
| bool ST::SUSYObjDef_xAOD::isWeight | ( | const CP::SystematicSet & | systSet | ) | const |
Definition at line 2114 of file SUSYObjDef_xAOD.cxx.
Implements ST::ISUSYObjDef_xAODTool.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 988 of file Jets.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 1035 of file Jets.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 61 of file Electrons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 56 of file Muons.cxx.
|
protectedvirtualinherited |
Function called when the tool should write out its metadata.
Dummy implementation that can be overridden by the derived tool.
Reimplemented in BookkeeperDumperTool, BookkeeperTool, xAODMaker::TriggerMenuMetaDataTool, and xAODMaker::TruthMetaDataTool.
Definition at line 209 of file AsgMetadataTool.cxx.
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
inherited |
A deprecated function for getting the message level's name.
Instead of using this, weirdly named function, user code should get the string name of the current minimum message level (in case they really need it...), with:
This function's name doesn't follow the ATLAS coding rules, and as such will be removed in the not too distant future.
Definition at line 101 of file AsgTool.cxx.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.h.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 2976 of file SUSYObjDef_xAOD.cxx.
|
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.
|
inherited |
Accessor for the output metadata store.
Definition at line 102 of file AsgMetadataTool.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 2941 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 90 of file Electrons.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 74 of file Muons.cxx.
|
virtualinherited |
Print the state of the tool.
Implements asg::IAsgTool.
Reimplemented in AsgHelloTool, HI::HIPileupTool, JetBottomUpSoftDrop, JetConstituentsRetriever, JetDumper, JetFinder, JetFromPseudojet, JetModifiedMassDrop, JetPileupLabelingTool, JetPruner, JetPseudojetRetriever, JetReclusterer, JetReclusteringTool, JetRecTool, JetRecursiveSoftDrop, JetSoftDrop, JetSplitter, JetSubStructureMomentToolsBase, JetToolRunner, JetTrimmer, JetTruthLabelingTool, KtDeltaRTool, and LundVariablesTool.
Definition at line 131 of file AsgTool.cxx.
|
finaloverrideprotectedvirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 1334 of file SUSYObjDef_xAOD.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.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 2102 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 878 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 1155 of file Jets.cxx.
| void ST::SUSYObjDef_xAOD::setDataSource | ( | int | source | ) |
Definition at line 1206 of file SUSYObjDef_xAOD.cxx.
|
inlineprotectedinherited |
Definition at line 132 of file AsgMetadataTool.h.
|
protected |
Definition at line 1810 of file SUSYObjDef_xAOD.cxx.
|
private |
Definition at line 113 of file SUSYToolsInit.cxx.
|
virtualinherited |
Function initialising the tool in the correct way in Athena.
This function is used to set up the callbacks from IncidentSvc in Athena at the right time during initialisation, without the user having to do anything special in his/her code.
Reimplemented from AthCommonDataStore< AthCommonMsg< AlgTool > >.
Definition at line 115 of file AsgMetadataTool.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.
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 3122 of file SUSYObjDef_xAOD.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 267 of file Trigger.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 305 of file Trigger.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 274 of file Trigger.cxx.
|
finaloverridevirtual |
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 295 of file Trigger.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 255 of file Trigger.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 238 of file Trigger.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 288 of file Trigger.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 300 of file Trigger.cxx.
|
finaloverridevirtual |
Implements ST::ISUSYObjDef_xAODTool.
Definition at line 281 of file Trigger.cxx.
|
finaloverridevirtual |
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
protected |
baseline vs signal pt check
WP check
check pt and eta range
Definition at line 1945 of file SUSYObjDef_xAOD.cxx.
|
mutableprivate |
Definition at line 443 of file SUSYObjDef_xAOD.h.
|
mutableprivate |
Definition at line 445 of file SUSYObjDef_xAOD.h.
| const xAOD::ElectronContainer* ST::SUSYObjDef_xAOD::lrt_electrons = nullptr |
Definition at line 212 of file SUSYObjDef_xAOD.h.
| const xAOD::MuonContainer* ST::SUSYObjDef_xAOD::lrt_muons = nullptr |
Definition at line 206 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 999 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 998 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 1002 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 1001 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 1000 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 825 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 738 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 596 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 599 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 598 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 597 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 600 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 601 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 544 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 717 of file SUSYObjDef_xAOD.h.
|
privateinherited |
Flag helping to discover when the tool misses the opening of the first input file.
Definition at line 126 of file AsgMetadataTool.h.
|
private |
Definition at line 439 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 927 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 930 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 827 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 680 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 679 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 687 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 928 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 929 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 931 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 681 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 678 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 686 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 677 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 685 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 589 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 606 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 607 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 608 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 609 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 610 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 611 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 612 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 613 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 436 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 522 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 820 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 519 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 906 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 540 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 814 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 819 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 815 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 817 of file SUSYObjDef_xAOD.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
protected |
Definition at line 797 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 752 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 796 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 527 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 799 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 594 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 798 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 526 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 824 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 823 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 916 of file SUSYObjDef_xAOD.h.
|
protected |
Combined electron collection.
Definition at line 901 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 682 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 683 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 684 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 629 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 637 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 633 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 702 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 692 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 698 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 691 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 649 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 690 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 699 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 918 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 917 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 891 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 886 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 889 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 890 of file SUSYObjDef_xAOD.h.
|
protected |
Combined muon collection.
Definition at line 885 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 893 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 887 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 894 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 888 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 664 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 660 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 663 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 897 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 647 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 648 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 695 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 902 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 903 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 896 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 895 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 641 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 696 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 700 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 701 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 694 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 793 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 703 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 645 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 646 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 992 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 993 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 650 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 657 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 658 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 659 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 661 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 662 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 693 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 569 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 697 of file SUSYObjDef_xAOD.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
protected |
Definition at line 821 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 838 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 816 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 546 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 535 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 547 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 837 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 836 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 548 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 756 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 757 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 755 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 754 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 753 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 524 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 525 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 570 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 482 of file SUSYObjDef_xAOD.h.
|
privateinherited |
Object accessing the input metadata store.
Definition at line 119 of file AsgMetadataTool.h.
|
protected |
Definition at line 576 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 575 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 577 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 574 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 978 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 802 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 980 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 975 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 979 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 976 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 808 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 807 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 869 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 866 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 868 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 867 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 860 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 863 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 864 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 865 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 861 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 862 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 832 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 996 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 839 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 742 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 833 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 794 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 847 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 846 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 520 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 743 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 842 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 845 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 843 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 844 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 841 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 741 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 572 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 852 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 564 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 532 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 533 of file SUSYObjDef_xAOD.h.
|
protected |
Prefix for trigger matchiing container name.
Definition at line 531 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 534 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 536 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 835 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 834 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 759 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 746 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 747 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 745 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 744 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 857 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 829 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 830 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 481 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 984 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 602 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 603 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 583 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 581 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 580 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 584 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 810 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 933 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 579 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 935 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 586 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 934 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 582 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 585 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 631 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 638 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 634 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 712 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 707 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 669 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 706 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 713 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 718 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 716 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 715 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 710 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 674 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 709 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 673 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 651 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 652 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 670 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 671 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 672 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 719 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 874 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 876 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 875 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 879 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 878 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 882 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 872 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 871 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 873 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 573 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 880 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 881 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 877 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 708 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 714 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 676 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 675 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 711 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 780 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 789 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 773 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 774 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 775 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 777 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 778 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 779 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 786 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 768 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 772 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 776 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 769 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 764 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 765 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 766 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 792 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 770 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 767 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 784 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 763 of file SUSYObjDef_xAOD.h.
|
protected |
Overlap removal options.
Definition at line 762 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 771 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 787 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 790 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 783 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 781 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 782 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 788 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 785 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 987 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 898 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 578 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 883 of file SUSYObjDef_xAOD.h.
|
privateinherited |
Object accessing the output metadata store.
Definition at line 121 of file AsgMetadataTool.h.
|
protected |
Definition at line 630 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 727 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 725 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 722 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 666 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 721 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 726 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 907 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 912 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 911 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 723 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 653 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 654 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 994 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 995 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 667 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 908 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 724 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 904 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 905 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 914 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 668 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 909 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 913 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 989 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 990 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 617 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 618 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 619 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 620 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 621 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 615 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 623 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 625 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 624 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 616 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 982 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 626 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 665 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 812 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 806 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 592 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 542 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 567 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 632 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 643 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 732 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 733 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 739 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 734 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 924 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 736 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 731 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 655 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 656 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 986 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 729 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 730 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 920 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 921 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 922 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 737 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 735 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 571 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 925 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 923 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 566 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 552 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 555 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 558 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 560 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 851 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 855 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 563 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 593 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 946 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 962 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 954 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 937 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 947 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 963 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 955 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 938 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 948 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 964 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 956 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 939 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 949 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 965 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 957 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 940 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 950 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 966 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 958 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 941 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 942 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 943 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 969 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 970 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 973 of file SUSYObjDef_xAOD.h.
|
mutableprivate |
Definition at line 446 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 951 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 967 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 959 of file SUSYObjDef_xAOD.h.
|
protected |
Use composite trigger matching tool if matching was done upstream.
Definition at line 529 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 971 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 972 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 945 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 961 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 953 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 750 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 749 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 590 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 588 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 528 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 538 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 539 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 605 of file SUSYObjDef_xAOD.h.
|
privateinherited |
Definition at line 128 of file AsgMetadataTool.h.
|
protected |
Definition at line 801 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 804 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 468 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 474 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 452 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 460 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 469 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 475 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 453 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 461 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 470 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 476 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 454 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 462 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 471 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 477 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 455 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 463 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 472 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 478 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 456 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 464 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 457 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 465 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 458 of file SUSYObjDef_xAOD.h.
|
private |
Definition at line 466 of file SUSYObjDef_xAOD.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.
|
protected |
Definition at line 550 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 553 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 556 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 849 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 853 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 561 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 559 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 551 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 554 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 557 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 850 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 854 of file SUSYObjDef_xAOD.h.
|
protected |
Definition at line 562 of file SUSYObjDef_xAOD.h.
| const xAOD::ElectronContainer* ST::SUSYObjDef_xAOD::prompt_electrons = nullptr |
Definition at line 211 of file SUSYObjDef_xAOD.h.
| const xAOD::MuonContainer* ST::SUSYObjDef_xAOD::prompt_muons = nullptr |
Definition at line 205 of file SUSYObjDef_xAOD.h.