![]() |
ATLAS Offline Software
|
#include <MSVtxValidationAlg.h>
Classes | |
| struct | TriggerInfo |
Public Member Functions | |
| virtual StatusCode | initialize () override final |
| virtual StatusCode | execute () override final |
| virtual StatusCode | finalize () override final |
| AthHistogramAlgorithm (const std::string &name, ISvcLocator *pSvcLocator) | |
| Constructor with parameters: | |
| virtual StatusCode | sysInitialize () |
| Initialization method invoked by the framework. | |
| const ServiceHandle< ITHistSvc > & | histSvc () const |
The standard THistSvc (for writing histograms and TTrees and more to a root file) Returns (kind of) a pointer to the THistSvc. | |
| 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 | |
| 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. | |
| StatusCode | configAthHistogramming (const ServiceHandle< ITHistSvc > &histSvc, const std::string &prefix, const std::string &rootDir, const std::string &histNamePrefix, const std::string &histNamePostfix, const std::string &histTitlePrefix, const std::string &histTitlePostfix) |
| To be called by the derived classes to fill the internal configuration. | |
| TH1 * | bookGetPointer (const TH1 &hist, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of histograms. | |
| TH1 * | bookGetPointer (TH1 *hist, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of histograms. | |
| TH1 * | bookGetPointer (TH1 &histRef, std::string tDir="", std::string stream="") |
| Simplify the booking and registering (into THistSvc) of histograms. | |
| TTree * | bookGetPointer (const TTree &treeRef, std::string tDir="", std::string stream="") |
| Simplify the booking and registering (into THistSvc) of TTrees. | |
| TGraph * | bookGetPointer (const TGraph &graphRef, std::string tDir="", std::string stream="") |
| Simplify the booking and registering (into THistSvc) of TGraphs. | |
| TEfficiency * | bookGetPointer (const TEfficiency &eff, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of TEfficiency. | |
| TEfficiency * | bookGetPointer (TEfficiency *eff, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of TEfficiency. | |
| TEfficiency * | bookGetPointer (TEfficiency &effRef, std::string tDir="", std::string stream="") |
| Simplify the booking and registering (into THistSvc) of TEfficiency. | |
| StatusCode | book (const TH1 &hist, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of histograms. | |
| StatusCode | book (TH1 *hist, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of histograms. | |
| StatusCode | book (TH1 &histRef, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of histograms. | |
| StatusCode | book (const TTree &treeRef, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of TTrees. | |
| StatusCode | book (const TGraph &graphRef, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of TGraphs. | |
| StatusCode | book (const TEfficiency &eff, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of TEfficiency. | |
| StatusCode | book (TEfficiency *eff, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of TEfficiency. | |
| StatusCode | book (TEfficiency &effRef, const std::string &tDir="", const std::string &stream="") |
| Simplify the booking and registering (into THistSvc) of TEfficiency. | |
| TH1 * | hist (const std::string &histName, const std::string &tDir="", const std::string &stream="") |
| Simplify the retrieval of registered histograms of any type. | |
| TH2 * | hist2d (const std::string &histName, const std::string &tDir="", const std::string &stream="") |
| Simplify the retrieval of registered 2-d histograms. | |
| TH3 * | hist3d (const std::string &histName, const std::string &tDir="", const std::string &stream="") |
| Simplify the retrieval of registered 3-d histograms. | |
| TTree * | tree (const std::string &treeName, const std::string &tDir="", const std::string &stream="") |
| Simplify the retrieval of registered TTrees. | |
| TGraph * | graph (const std::string &graphName, const std::string &tDir="", const std::string &stream="") |
| Simplify the retrieval of registered TGraphs. | |
| TEfficiency * | efficiency (const std::string &effName, const std::string &tDir="", const std::string &stream="") |
| Simplify the retrieval of registered TEfficiency. | |
Private Types | |
| using | ParticleBranchPtr_t = std::shared_ptr<MuonVal::IParticleFourMomBranch> |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
| typedef uint32_t | hash_t |
| typedef for the internal hash | |
| typedef std::map< const hash_t, TH1 * > | HistMap_t |
| Typedef for convenience. | |
| typedef std::map< const hash_t, TEfficiency * > | EffMap_t |
| Typedef for convenience. | |
| typedef std::map< const hash_t, TTree * > | TreeMap_t |
| Typedef for convenience. | |
| typedef std::map< const hash_t, TGraph * > | GraphMap_t |
| Typedef for convenience. | |
Private Member Functions | |
| StatusCode | fillTruth (const EventContext &ctx) |
| StatusCode | fillTruthVertex (const EventContext &ctx) |
| StatusCode | fillTruthParticle (const EventContext &ctx) |
| StatusCode | fillJet (const EventContext &ctx) |
| StatusCode | fillMet (const EventContext &ctx) |
| StatusCode | fillMuons (const EventContext &ctx) |
| StatusCode | fillTracklets (const EventContext &ctx) |
| StatusCode | fillMSVtx (const EventContext &ctx) |
| StatusCode | fillLLP (std::vector< const xAOD::TruthParticle * > &llps) |
| void | fillHits (const xAOD::Vertex *vtx, const std::string &decorator_str, MuonVal::VectorBranch< int > &branch) |
| TriggerInfo | getTriggerDecisions (std::string triggerString) |
| template<typename T> | |
| bool | getTriggerMatchingDecision (const T *object, TriggerInfo &triggerInfo, float dRmatching) |
| StatusCode | fillActiveVertices (const EventContext &ctx, const xAOD::Jet *jet) |
| StatusCode | fillMSVtxIsolation (const xAOD::Vertex *msVtx, const xAOD::TrackParticleContainer *tracks, const xAOD::JetContainer *jets) |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
| void | buildBookingString (std::string &bookingString, std::string &histName, std::string &tDir, std::string &stream, bool usePrefixPostfix=false) |
| Method to build individual booking string. | |
| void | myReplace (std::string &str, const std::string &oldStr, const std::string &newStr) |
| Helper method to replace sub-string. | |
| hash_t | hash (const std::string &histName) const |
| Method to calculate a 32-bit hash from a string. | |
Private Attributes | |
| SG::ReadHandleKey< xAOD::EventInfo > | m_evtKey {this, "EvtKey", "EventInfo"} |
| SG::ReadHandleKey< xAOD::TruthParticleContainer > | m_TruthParticleKey {this, "TruthParticleKey", "TruthParticles"} |
| SG::ReadHandleKey< xAOD::TruthVertexContainer > | m_TruthVertexKey {this, "TruthVertexKey", "TruthVertices"} |
| SG::ReadHandleKey< xAOD::TrackParticleContainer > | m_TrackParticleKey {this, "TrackParticleKey", "InDetTrackParticles"} |
| SG::ReadHandleKey< xAOD::JetContainer > | m_JetKey {this, "JetKey", "HLT_AntiKt4EMTopoJets_nojcalib"} |
| SG::ReadHandleKey< xAOD::MissingETContainer > | m_MetKey {this, "MetKey", "STCalibMET"} |
| SG::ReadHandleKey< xAOD::MuonContainer > | m_MuonKey {this, "MuonKey", "Muons"} |
| SG::ReadHandleKey< xAOD::MuonSegmentContainer > | m_MuonSegKey {this, "MuonSegmentsKey", "MuonSegments"} |
| SG::ReadHandleKey< xAOD::TrackParticleContainer > | m_TrackletKey {this, "TrackletKey", "MSonlyTracklets"} |
| SG::ReadHandleKey< xAOD::VertexContainer > | m_MSVtxKey {this, "MSVertexKey", "MSDisplacedVertex"} |
| PublicToolHandle< Trig::TrigDecisionTool > | m_trigDec {this, "TrigDecisionTool", "", "TrigDecisionTool (optional)"} |
| PublicToolHandle< Trig::R3MatchingTool > | m_matchingTool {this, "R3MatchingTool", "", "R3MatchingTool (optional)"} |
| Gaudi::Property< std::string > | m_triggerStringJets {this, "TriggerString", "HLT_j400.*"} |
| Gaudi::Property< float > | m_jetTriggerMatchingDR {this, "jetTriggerMatching", 0.1, "max dR distance for jet trigger matching"} |
| Gaudi::Property< bool > | m_isMC {this, "isMC", true, "is the input data simulated (MC) or real data?"} |
| Gaudi::Property< bool > | m_readTriggers {this, "readTriggers", false, "should trigger information be read?"} |
| Gaudi::Property< bool > | m_dumpTruthParticles {this, "dumpTruthParticles", false, "dump truth particles to the tree"} |
| Gaudi::Property< bool > | m_dumpTruthVertices {this, "dumpTruthVertices", false, "dump truth vertices to the tree"} |
| Gaudi::Property< bool > | m_fillMET {this, "fillMET", false, "add met information to the tree"} |
| Gaudi::Property< bool > | m_fillJets {this, "fillJets", false, "add jet information to the tree"} |
| Gaudi::Property< bool > | m_computeActiveVertices {this, "computeActiveVertices", false, "extracts active vertices in the vicinity of a jet by looping through truth particles. Requires isMC."} |
| Gaudi::Property< bool > | m_computeVertexIso {this, "computeVertexIso", false, "add vertex isolation variables to the tree"} |
| Gaudi::Property< int > | m_pdgId_portal {this, "pdgId_portal", 25, "Truth portal PDGId"} |
| Gaudi::Property< int > | m_pdgId_llp {this, "pdgId_llp", 35, "Truth LLP PDGId"} |
| Gaudi::Property< bool > | m_llp_genStableChildren {this, "llp_genStableChildren", false, "Restricts the TruthParticle-LLP linking to generator stable children rather than detector stable children"} |
| Gaudi::Property< float > | m_trackIso_pT {this, "trackIso_pT", 5.0*Gaudi::Units::GeV, "minimum track pT [GeV] to be considered for isolation"} |
| Gaudi::Property< float > | m_softTrackIso_R {this, "softTrackIso_R", 0.2, "cone radius around vertex to sum up track pT"} |
| Gaudi::Property< float > | m_jetIso_pT {this, "jetIso_pT", 20.0*Gaudi::Units::GeV, "minimum jet pT [GeV] to be considered for isolation"} |
| Gaudi::Property< float > | m_jetIso_LogRatio {this, "jetIso_LogRatio", 0.5, "max log ECal/HCal ratio for jet to be considered for isolation"} |
| MuonVal::MuonTesterTree | m_tree {"MSVtxValidTree", "MSVtxValidation"} |
| std::unordered_set< int > | m_hadronicProcessEnum = {111, 116, 121, 131, 132, 141, 151, 152, 161, 165, 166, 167, 210, 310} |
| std::unordered_set< int > | m_emProcessEnum = {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,22,23,24,25,26,30,31,40,49} |
| MuonVal::ThreeVectorBranch | m_truthVtx_pos {m_tree, "truthVtx_"} |
| MuonVal::VectorBranch< int > & | m_truthVtx_status {m_tree.newVector<int>("truthVtx_status")} |
| MuonVal::VectorBranch< int > & | m_truthVtx_interactionType {m_tree.newVector<int>("truthVtx_ interactionType")} |
| MuonVal::VectorBranch< int > & | m_truthVtx_NchildrenDirect {m_tree.newVector<int>("truthVtx_NchildrenDirect")} |
| MuonVal::VectorBranch< int > & | m_truthVtx_Nchildren {m_tree.newVector<int>("truthVtx_Nchildren")} |
| MuonVal::VectorBranch< int > & | m_truthVtx_NchildrenCharged {m_tree.newVector<int>("truthVtx_NchildrenCharged")} |
| MuonVal::MatrixBranch< int > & | m_truthVtx_truthParticle_link {m_tree.newMatrix<int>("truthVtx_truthParticle_link")} |
| ParticleBranchPtr_t | m_truthParticle {nullptr} |
| MuonVal::VectorBranch< int > & | m_truthParticle_llpVtx_link {m_tree.newVector<int>("truthParticle_llpVtx_link")} |
| std::unique_ptr< std::vector< int > > | m_truthParticle_llpVtx_link_tmp = std::make_unique<std::vector<int>>() |
| MuonVal::VectorBranch< int > & | m_truthParticle_actVtx_link {m_tree.newVector<int>("truthParticle_actVtx_link")} |
| std::unique_ptr< std::vector< int > > | m_truthParticle_actVtx_link_tmp = std::make_unique<std::vector<int>>() |
| MuonVal::VectorBranch< int > & | m_truthParticle_truthVtx_link {m_tree.newVector<int>("truthParticle_truthVtx_link")} |
| std::unique_ptr< std::vector< int > > | m_truthParticle_truthVtx_link_tmp = std::make_unique<std::vector<int>>() |
| ParticleBranchPtr_t | m_portal {nullptr} |
| MuonVal::ScalarBranch< int > & | m_portal_N {m_tree.newScalar<int>("portal_N",defaults::Int)} |
| ParticleBranchPtr_t | m_llp {nullptr} |
| MuonVal::ScalarBranch< int > & | m_llp_N {m_tree.newScalar<int>("llp_N",defaults::Int)} |
| MuonVal::VectorBranch< int > & | m_llp_Nchildren {m_tree.newVector<int>("llp_Nchildren")} |
| MuonVal::VectorBranch< int > & | m_llp_NchildrenCharged {m_tree.newVector<int>("llp_NchildrenCharged")} |
| MuonVal::ThreeVectorBranch | m_llpVtx_pos {m_tree, "llpVtx_"} |
| MuonVal::ScalarBranch< int > & | m_llpVtx_N {m_tree.newScalar<int>("llpVtx_N",defaults::Int)} |
| MuonVal::VectorBranch< float > & | m_llpVtx_Lxy {m_tree.newVector<float>("llpVtx_Lxy")} |
| MuonVal::VectorBranch< float > & | m_llpVtx_ctau {m_tree.newVector<float>("llpVtx_ctau")} |
| MuonVal::MatrixBranch< int > & | m_llpVtx_truthParticle_link {m_tree.newMatrix<int>("llpVtx_truthParticle_link")} |
| MuonVal::ThreeVectorBranch | m_msVtx_pos {m_tree, "msVtx_"} |
| MuonVal::ScalarBranch< int > & | m_msVtx_N {m_tree.newScalar<int>("msVtx_N",defaults::Int)} |
| MuonVal::VectorBranch< float > & | m_msVtx_chi2 {m_tree.newVector<float>("msVtx_chi2")} |
| MuonVal::VectorBranch< int > & | m_msVtx_nDoF {m_tree.newVector<int>("msVtx_nDoF")} |
| MuonVal::VectorBranch< int > & | m_msVtx_Ntrklet {m_tree.newVector<int>("msVtx_Ntrklet")} |
| MuonVal::VectorBranch< int > & | m_msVtx_nMDT {m_tree.newVector<int>("msVtx_nMDT")} |
| MuonVal::VectorBranch< int > & | m_msVtx_nMDT_inwards {m_tree.newVector<int>("msVtx_nMDT_inwards")} |
| MuonVal::VectorBranch< int > & | m_msVtx_nMDT_I {m_tree.newVector<int>("msVtx_nMDT_I")} |
| MuonVal::VectorBranch< int > & | m_msVtx_nMDT_E {m_tree.newVector<int>("msVtx_nMDT_E")} |
| MuonVal::VectorBranch< int > & | m_msVtx_nMDT_M {m_tree.newVector<int>("msVtx_nMDT_M")} |
| MuonVal::VectorBranch< int > & | m_msVtx_nMDT_O {m_tree.newVector<int>("msVtx_nMDT_O")} |
| MuonVal::VectorBranch< int > & | m_msVtx_nRPC {m_tree.newVector<int>("msVtx_nRPC")} |
| MuonVal::VectorBranch< int > & | m_msVtx_nRPC_inwards {m_tree.newVector<int>("msVtx_nRPC_inwards")} |
| MuonVal::VectorBranch< int > & | m_msVtx_nRPC_I {m_tree.newVector<int>("msVtx_nRPC_I")} |
| MuonVal::VectorBranch< int > & | m_msVtx_nRPC_E {m_tree.newVector<int>("msVtx_nRPC_E")} |
| MuonVal::VectorBranch< int > & | m_msVtx_nRPC_M {m_tree.newVector<int>("msVtx_nRPC_M")} |
| MuonVal::VectorBranch< int > & | m_msVtx_nRPC_O {m_tree.newVector<int>("msVtx_nRPC_O")} |
| MuonVal::VectorBranch< int > & | m_msVtx_nTGC {m_tree.newVector<int>("msVtx_nTGC")} |
| MuonVal::VectorBranch< int > & | m_msVtx_nTGC_inwards {m_tree.newVector<int>("msVtx_nTGC_inwards")} |
| MuonVal::VectorBranch< int > & | m_msVtx_nTGC_I {m_tree.newVector<int>("msVtx_nTGC_I")} |
| MuonVal::VectorBranch< int > & | m_msVtx_nTGC_E {m_tree.newVector<int>("msVtx_nTGC_E")} |
| MuonVal::VectorBranch< int > & | m_msVtx_nTGC_M {m_tree.newVector<int>("msVtx_nTGC_M")} |
| MuonVal::VectorBranch< int > & | m_msVtx_nTGC_O {m_tree.newVector<int>("msVtx_nTGC_O")} |
| MuonVal::VectorBranch< float > & | m_msVtx_isoTracks_mindR {m_tree.newVector<float>("msVtx_isoTracks_mindR")} |
| MuonVal::VectorBranch< float > & | m_msVtx_isoTracks_pTsum {m_tree.newVector<float>("msVtx_isoTracks_pTsum")} |
| MuonVal::VectorBranch< float > & | m_msVtx_isoJets_mindR {m_tree.newVector<float>("msVtx_isoJets_mindR")} |
| MuonVal::ThreeVectorBranch | m_trklet_pos {m_tree, "trklet_"} |
| MuonVal::ThreeVectorBranch | m_trklet_mom {m_tree, "trklet_p"} |
| MuonVal::ScalarBranch< int > & | m_trklet_N {m_tree.newScalar<int>("trklet_N",defaults::Int)} |
| MuonVal::VectorBranch< float > & | m_trklet_d0 {m_tree.newVector<float>("trklet_d0")} |
| MuonVal::VectorBranch< float > & | m_trklet_z0 {m_tree.newVector<float>("trklet_z0")} |
| MuonVal::VectorBranch< float > & | m_trklet_theta {m_tree.newVector<float>("trklet_theta")} |
| MuonVal::VectorBranch< float > & | m_trklet_eta {m_tree.newVector<float>("trklet_eta")} |
| MuonVal::VectorBranch< float > & | m_trklet_phi {m_tree.newVector<float>("trklet_phi")} |
| MuonVal::VectorBranch< float > & | m_trklet_qOverP {m_tree.newVector<float>("trklet_qOverP")} |
| MuonVal::VectorBranch< float > & | m_trklet_q {m_tree.newVector<float>("trklet_q")} |
| MuonVal::VectorBranch< int > & | m_trklet_vtxLink {m_tree.newVector<int>("trklet_vtxLink")} |
| std::shared_ptr< MuonPRDTest::SegmentVariables > | m_muonSeg {nullptr} |
| ParticleBranchPtr_t | m_muon {nullptr} |
| ParticleBranchPtr_t | m_jet {nullptr} |
| MuonVal::ScalarBranch< int > & | m_jet_N {m_tree.newScalar<int>("jet_N",defaults::Int)} |
| MuonVal::VectorBranch< int > & | m_jet_triggers {m_tree.newVector<int>("jet_triggers")} |
| MuonVal::VectorBranch< int > & | m_jet_NactVtx {m_tree.newVector<int>("jet_NactVtx")} |
| MuonVal::MatrixBranch< int > & | m_jet_actVtx_link {m_tree.newMatrix<int>("jet_actVtx_link")} |
| MuonVal::ThreeVectorBranch | m_actVtx_pos {m_tree, "actVtx_"} |
| MuonVal::VectorBranch< int > & | m_actVtx_NChildren {m_tree.newVector<int>("actVtx_NChildren")} |
| MuonVal::VectorBranch< int > & | m_actVtx_chainDepth {m_tree.newVector<int>("actVtx_chainDepth")} |
| MuonVal::VectorBranch< float > & | m_actVtx_energy {m_tree.newVector<float>("actVtx_energy")} |
| MuonVal::VectorBranch< float > & | m_actVtx_mass {m_tree.newVector<float>("actVtx_mass")} |
| MuonVal::VectorBranch< float > & | m_actVtx_pT {m_tree.newVector<float>("actVtx_pT")} |
| MuonVal::VectorBranch< float > & | m_actVtx_scalarPtSum {m_tree.newVector<float>("actVtx_scalarPtSum")} |
| MuonVal::VectorBranch< int > & | m_actVtx_jet_link {m_tree.newVector<int>("actVtx_jet_link")} |
| MuonVal::VectorBranch< float > & | m_actVtx_jet_dEta {m_tree.newVector<float>("actVtx_jet_dEta")} |
| MuonVal::VectorBranch< float > & | m_actVtx_jet_dPhi {m_tree.newVector<float>("actVtx_jet_dPhi")} |
| MuonVal::MatrixBranch< int > & | m_actVtx_truthParticle_link {m_tree.newMatrix<int>("actVtx_truthParticle_link")} |
| MuonVal::ScalarBranch< float > & | m_met {m_tree.newScalar<float>("met",defaults::Float)} |
| MuonVal::ScalarBranch< float > & | m_met_x {m_tree.newScalar<float>("met_X",defaults::Float)} |
| MuonVal::ScalarBranch< float > & | m_met_y {m_tree.newScalar<float>("met_Y",defaults::Float)} |
| MuonVal::ScalarBranch< float > & | m_met_phi {m_tree.newScalar<float>("met_phi",defaults::Float)} |
| MuonVal::ScalarBranch< float > & | m_sumEt {m_tree.newScalar<float>("sumEt",defaults::Float)} |
| TH1F * | m_h_LLP1LLP2dR {nullptr} |
| TH1F * | m_h_diLLPMass {nullptr} |
| TH1F * | m_h_leadLLPLxy {nullptr} |
| TH1F * | m_h_leadLLPLz {nullptr} |
| TH1F * | m_h_leadLLPctau {nullptr} |
| TH1F * | m_h_leadLLPpt {nullptr} |
| TH1F * | m_h_subleadLLPLxy {nullptr} |
| TH1F * | m_h_subleadLLPLz {nullptr} |
| TH1F * | m_h_subleadLLPctau {nullptr} |
| TH1F * | m_h_subleadLLPpt {nullptr} |
| ServiceHandle< ITHistSvc > | m_histSvc |
| Default constructor: AthHistogramAlgorithm();. | |
| std::string | m_prefix |
| Name of the ROOT output stream (file) | |
| std::string | m_rootDir |
| Name of the ROOT directory. | |
| std::string | m_histNamePrefix |
| The prefix for the histogram THx name. | |
| std::string | m_histNamePostfix |
| The postfix for the histogram THx name. | |
| std::string | m_histTitlePrefix |
| The prefix for the histogram THx title. | |
| std::string | m_histTitlePostfix |
| The postfix for the histogram THx title. | |
| 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 |
| HistMap_t | m_histMap |
| The map of histogram names to their pointers. | |
| EffMap_t | m_effMap |
| The map of histogram names to their pointers. | |
| TreeMap_t | m_treeMap |
| The map of TTree names to their pointers. | |
| GraphMap_t | m_graphMap |
| The map of TGraph names to their pointers. | |
| std::string | m_streamName |
| Name of the ROOT output stream (file) | |
| std::string | m_name |
| Instance name. | |
| MsgStream | m_msg |
| Cached Message Stream. | |
Definition at line 50 of file MSVtxValidationAlg.h.
|
privateinherited |
Typedef for convenience.
Definition at line 205 of file AthHistogramming.h.
|
privateinherited |
Typedef for convenience.
Definition at line 219 of file AthHistogramming.h.
|
privateinherited |
typedef for the internal hash
Definition at line 169 of file AthHistogramming.h.
|
privateinherited |
Typedef for convenience.
Definition at line 198 of file AthHistogramming.h.
|
private |
Definition at line 138 of file MSVtxValidationAlg.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
|
privateinherited |
Typedef for convenience.
Definition at line 212 of file AthHistogramming.h.
| AthHistogramAlgorithm::AthHistogramAlgorithm | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
Constructor with parameters:
Definition at line 40 of file AthHistogramAlgorithm.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 335 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TGraphs.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 303 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TTrees.
Definition at line 403 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 356 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 346 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 324 of file AthHistogramming.h.
|
inlineprotectedinherited |
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 281 of file AthHistogramming.h.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of TGraphs.
Definition at line 427 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 260 of file AthHistogramming.h.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of TTrees.
Definition at line 312 of file AthHistogramming.cxx.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 146 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of TEfficiency.
Definition at line 293 of file AthHistogramming.h.
|
protectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 98 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the booking and registering (into THistSvc) of histograms.
Definition at line 272 of file AthHistogramming.h.
|
privateinherited |
Method to build individual booking string.
Definition at line 560 of file AthHistogramming.cxx.
|
protectedinherited |
To be called by the derived classes to fill the internal configuration.
Definition at line 66 of file AthHistogramming.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.
|
protectedinherited |
Simplify the retrieval of registered TEfficiency.
Definition at line 250 of file AthHistogramming.cxx.
|
inlineinherited |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 85 of file AthCommonDataStore.h.
|
finaloverridevirtual |
Definition at line 520 of file MSVtxValidationAlg.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.
|
private |
Definition at line 346 of file MSVtxValidationAlg.cxx.
|
private |
Definition at line 500 of file MSVtxValidationAlg.cxx.
|
private |
Definition at line 291 of file MSVtxValidationAlg.cxx.
|
private |
Definition at line 170 of file MSVtxValidationAlg.cxx.
|
private |
Definition at line 390 of file MSVtxValidationAlg.cxx.
|
private |
Definition at line 443 of file MSVtxValidationAlg.cxx.
|
private |
Definition at line 509 of file MSVtxValidationAlg.cxx.
|
private |
Definition at line 404 of file MSVtxValidationAlg.cxx.
|
private |
Definition at line 414 of file MSVtxValidationAlg.cxx.
|
private |
Definition at line 123 of file MSVtxValidationAlg.cxx.
|
private |
Definition at line 131 of file MSVtxValidationAlg.cxx.
|
private |
Definition at line 246 of file MSVtxValidationAlg.cxx.
|
finaloverridevirtual |
Definition at line 544 of file MSVtxValidationAlg.cxx.
|
private |
Definition at line 315 of file MSVtxValidationAlg.cxx.
|
private |
Definition at line 331 of file MSVtxValidationAlg.cxx.
|
protectedinherited |
Simplify the retrieval of registered TGraphs.
Definition at line 492 of file AthHistogramming.cxx.
|
inlineprivateinherited |
Method to calculate a 32-bit hash from a string.
Definition at line 428 of file AthHistogramming.h.
|
protectedinherited |
Simplify the retrieval of registered histograms of any type.
Definition at line 198 of file AthHistogramming.cxx.
|
inlineprotectedinherited |
Simplify the retrieval of registered 2-d histograms.
Definition at line 369 of file AthHistogramming.h.
|
inlineprotectedinherited |
Simplify the retrieval of registered 3-d histograms.
Definition at line 386 of file AthHistogramming.h.
|
inlineinherited |
The standard THistSvc (for writing histograms and TTrees and more to a root file) Returns (kind of) a pointer to the THistSvc.
Definition at line 113 of file AthHistogramAlgorithm.h.
|
finaloverridevirtual |
Definition at line 14 of file MSVtxValidationAlg.cxx.
|
overridevirtualinherited |
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.h.
|
privateinherited |
Helper method to replace sub-string.
Definition at line 590 of file AthHistogramming.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.
|
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.
|
virtualinherited |
Initialization method invoked by the framework.
This method is responsible for any bookkeeping of initialization required by the framework itself. It will in turn invoke the initialize() method of the derived algorithm, and of any sub-algorithms which it creates.
Reimplemented from AthAlgorithm.
Reimplemented in AthAnalysisAlgorithm.
Definition at line 75 of file AthHistogramAlgorithm.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 |
Simplify the retrieval of registered TTrees.
Definition at line 378 of file AthHistogramming.cxx.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
private |
Definition at line 238 of file MSVtxValidationAlg.h.
|
private |
Definition at line 239 of file MSVtxValidationAlg.h.
|
private |
Definition at line 244 of file MSVtxValidationAlg.h.
|
private |
Definition at line 245 of file MSVtxValidationAlg.h.
|
private |
Definition at line 243 of file MSVtxValidationAlg.h.
|
private |
Definition at line 240 of file MSVtxValidationAlg.h.
|
private |
Definition at line 237 of file MSVtxValidationAlg.h.
|
private |
Definition at line 236 of file MSVtxValidationAlg.h.
|
private |
Definition at line 241 of file MSVtxValidationAlg.h.
|
private |
Definition at line 242 of file MSVtxValidationAlg.h.
|
private |
Definition at line 246 of file MSVtxValidationAlg.h.
|
private |
Definition at line 99 of file MSVtxValidationAlg.h.
|
private |
Definition at line 100 of file MSVtxValidationAlg.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
Definition at line 95 of file MSVtxValidationAlg.h.
|
private |
Definition at line 96 of file MSVtxValidationAlg.h.
|
privateinherited |
The map of histogram names to their pointers.
Definition at line 208 of file AthHistogramming.h.
|
private |
Definition at line 144 of file MSVtxValidationAlg.h.
|
private |
Definition at line 63 of file MSVtxValidationAlg.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 98 of file MSVtxValidationAlg.h.
|
private |
Definition at line 97 of file MSVtxValidationAlg.h.
|
privateinherited |
The map of TGraph names to their pointers.
Definition at line 222 of file AthHistogramming.h.
|
private |
Definition at line 260 of file MSVtxValidationAlg.h.
|
private |
Definition at line 263 of file MSVtxValidationAlg.h.
|
private |
Definition at line 261 of file MSVtxValidationAlg.h.
|
private |
Definition at line 262 of file MSVtxValidationAlg.h.
|
private |
Definition at line 264 of file MSVtxValidationAlg.h.
|
private |
Definition at line 259 of file MSVtxValidationAlg.h.
|
private |
Definition at line 267 of file MSVtxValidationAlg.h.
|
private |
Definition at line 265 of file MSVtxValidationAlg.h.
|
private |
Definition at line 266 of file MSVtxValidationAlg.h.
|
private |
Definition at line 268 of file MSVtxValidationAlg.h.
|
private |
Definition at line 142 of file MSVtxValidationAlg.h.
|
privateinherited |
The map of histogram names to their pointers.
Definition at line 201 of file AthHistogramming.h.
|
privateinherited |
The postfix for the histogram THx name.
Definition at line 97 of file AthHistogramAlgorithm.h.
|
privateinherited |
The prefix for the histogram THx name.
Definition at line 94 of file AthHistogramAlgorithm.h.
|
privateinherited |
Default constructor: AthHistogramAlgorithm();.
a handle on the Hist/TTree registration service
Definition at line 83 of file AthHistogramAlgorithm.h.
|
privateinherited |
The postfix for the histogram THx title.
Definition at line 103 of file AthHistogramAlgorithm.h.
|
privateinherited |
The prefix for the histogram THx title.
Definition at line 100 of file AthHistogramAlgorithm.h.
|
private |
Definition at line 92 of file MSVtxValidationAlg.h.
|
private |
Definition at line 229 of file MSVtxValidationAlg.h.
|
private |
Definition at line 233 of file MSVtxValidationAlg.h.
|
private |
Definition at line 230 of file MSVtxValidationAlg.h.
|
private |
Definition at line 232 of file MSVtxValidationAlg.h.
|
private |
Definition at line 231 of file MSVtxValidationAlg.h.
|
private |
Definition at line 109 of file MSVtxValidationAlg.h.
|
private |
Definition at line 108 of file MSVtxValidationAlg.h.
|
private |
Definition at line 67 of file MSVtxValidationAlg.h.
|
private |
Definition at line 88 of file MSVtxValidationAlg.h.
|
private |
Definition at line 167 of file MSVtxValidationAlg.h.
|
private |
Definition at line 104 of file MSVtxValidationAlg.h.
|
private |
Definition at line 168 of file MSVtxValidationAlg.h.
|
private |
Definition at line 169 of file MSVtxValidationAlg.h.
|
private |
Definition at line 170 of file MSVtxValidationAlg.h.
|
private |
Definition at line 176 of file MSVtxValidationAlg.h.
|
private |
Definition at line 175 of file MSVtxValidationAlg.h.
|
private |
Definition at line 174 of file MSVtxValidationAlg.h.
|
private |
Definition at line 173 of file MSVtxValidationAlg.h.
|
private |
Definition at line 177 of file MSVtxValidationAlg.h.
|
private |
Definition at line 79 of file MSVtxValidationAlg.h.
|
private |
Definition at line 249 of file MSVtxValidationAlg.h.
|
private |
Definition at line 252 of file MSVtxValidationAlg.h.
|
private |
Definition at line 250 of file MSVtxValidationAlg.h.
|
private |
Definition at line 251 of file MSVtxValidationAlg.h.
|
private |
Definition at line 68 of file MSVtxValidationAlg.h.
|
privateinherited |
Cached Message Stream.
Definition at line 248 of file AthHistogramming.h.
|
private |
Definition at line 182 of file MSVtxValidationAlg.h.
|
private |
Definition at line 207 of file MSVtxValidationAlg.h.
|
private |
Definition at line 205 of file MSVtxValidationAlg.h.
|
private |
Definition at line 206 of file MSVtxValidationAlg.h.
|
private |
Definition at line 181 of file MSVtxValidationAlg.h.
|
private |
Definition at line 183 of file MSVtxValidationAlg.h.
|
private |
Definition at line 186 of file MSVtxValidationAlg.h.
|
private |
Definition at line 189 of file MSVtxValidationAlg.h.
|
private |
Definition at line 188 of file MSVtxValidationAlg.h.
|
private |
Definition at line 187 of file MSVtxValidationAlg.h.
|
private |
Definition at line 190 of file MSVtxValidationAlg.h.
|
private |
Definition at line 191 of file MSVtxValidationAlg.h.
|
private |
Definition at line 192 of file MSVtxValidationAlg.h.
|
private |
Definition at line 195 of file MSVtxValidationAlg.h.
|
private |
Definition at line 194 of file MSVtxValidationAlg.h.
|
private |
Definition at line 193 of file MSVtxValidationAlg.h.
|
private |
Definition at line 196 of file MSVtxValidationAlg.h.
|
private |
Definition at line 197 of file MSVtxValidationAlg.h.
|
private |
Definition at line 198 of file MSVtxValidationAlg.h.
|
private |
Definition at line 201 of file MSVtxValidationAlg.h.
|
private |
Definition at line 200 of file MSVtxValidationAlg.h.
|
private |
Definition at line 199 of file MSVtxValidationAlg.h.
|
private |
Definition at line 202 of file MSVtxValidationAlg.h.
|
private |
Definition at line 203 of file MSVtxValidationAlg.h.
|
private |
Definition at line 184 of file MSVtxValidationAlg.h.
|
private |
Definition at line 180 of file MSVtxValidationAlg.h.
|
private |
Definition at line 72 of file MSVtxValidationAlg.h.
|
private |
Definition at line 226 of file MSVtxValidationAlg.h.
|
private |
Definition at line 69 of file MSVtxValidationAlg.h.
|
private |
Definition at line 223 of file MSVtxValidationAlg.h.
|
private |
Definition at line 70 of file MSVtxValidationAlg.h.
|
privateinherited |
Instance name.
Definition at line 245 of file AthHistogramming.h.
|
private |
Definition at line 103 of file MSVtxValidationAlg.h.
|
private |
Definition at line 102 of file MSVtxValidationAlg.h.
|
private |
Definition at line 163 of file MSVtxValidationAlg.h.
|
private |
Definition at line 164 of file MSVtxValidationAlg.h.
|
privateinherited |
Name of the ROOT output stream (file)
Definition at line 88 of file AthHistogramAlgorithm.h.
|
private |
Definition at line 93 of file MSVtxValidationAlg.h.
|
privateinherited |
Definition at line 91 of file AthHistogramAlgorithm.h.
|
private |
Definition at line 107 of file MSVtxValidationAlg.h.
|
privateinherited |
Name of the ROOT output stream (file)
Definition at line 226 of file AthHistogramming.h.
|
private |
Definition at line 253 of file MSVtxValidationAlg.h.
|
private |
Definition at line 106 of file MSVtxValidationAlg.h.
|
private |
Definition at line 71 of file MSVtxValidationAlg.h.
|
private |
Definition at line 66 of file MSVtxValidationAlg.h.
|
private |
Definition at line 137 of file MSVtxValidationAlg.h.
|
privateinherited |
The map of TTree names to their pointers.
Definition at line 215 of file AthHistogramming.h.
|
private |
Definition at line 78 of file MSVtxValidationAlg.h.
|
private |
Definition at line 87 of file MSVtxValidationAlg.h.
|
private |
Definition at line 213 of file MSVtxValidationAlg.h.
|
private |
Definition at line 216 of file MSVtxValidationAlg.h.
|
private |
Definition at line 211 of file MSVtxValidationAlg.h.
|
private |
Definition at line 212 of file MSVtxValidationAlg.h.
|
private |
Definition at line 217 of file MSVtxValidationAlg.h.
|
private |
Definition at line 210 of file MSVtxValidationAlg.h.
|
private |
Definition at line 219 of file MSVtxValidationAlg.h.
|
private |
Definition at line 218 of file MSVtxValidationAlg.h.
|
private |
Definition at line 215 of file MSVtxValidationAlg.h.
|
private |
Definition at line 220 of file MSVtxValidationAlg.h.
|
private |
Definition at line 214 of file MSVtxValidationAlg.h.
|
private |
Definition at line 154 of file MSVtxValidationAlg.h.
|
private |
Definition at line 157 of file MSVtxValidationAlg.h.
|
private |
Definition at line 158 of file MSVtxValidationAlg.h.
|
private |
Definition at line 155 of file MSVtxValidationAlg.h.
|
private |
Definition at line 156 of file MSVtxValidationAlg.h.
|
private |
Definition at line 159 of file MSVtxValidationAlg.h.
|
private |
Definition at line 160 of file MSVtxValidationAlg.h.
|
private |
Definition at line 64 of file MSVtxValidationAlg.h.
|
private |
Definition at line 65 of file MSVtxValidationAlg.h.
|
private |
Definition at line 147 of file MSVtxValidationAlg.h.
|
private |
Definition at line 149 of file MSVtxValidationAlg.h.
|
private |
Definition at line 150 of file MSVtxValidationAlg.h.
|
private |
Definition at line 148 of file MSVtxValidationAlg.h.
|
private |
Definition at line 145 of file MSVtxValidationAlg.h.
|
private |
Definition at line 146 of file MSVtxValidationAlg.h.
|
private |
Definition at line 151 of file MSVtxValidationAlg.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.