3#ifndef FTAGVALIDATION_PHYSICSTRIGGERVARIABLEPLOTS_H
4#define FTAGVALIDATION_PHYSICSTRIGGERVARIABLEPLOTS_H 1
25 virtual StatusCode
execute()
override;
26 virtual StatusCode
finalize()
override;
39 "Input Vertex collection name" };
41 "Input Track collection name" };
43 "Input offline Jet collection name" };
44 ToolHandle<Trig::TrigDecisionTool>
m_trigDec {
this,
"TrigDecisionTool",
"",
45 "Input TrigDecision Tool" };
virtual StatusCode initialize() override
ToolHandle< Trig::TrigDecisionTool > m_trigDec
std::vector< std::string > m_bJetChains
PhysicsTriggerVariablePlots()
int m_nTotal_qualityOnlineJets
SG::ReadHandleKey< xAOD::VertexContainer > m_trigVertexKey
virtual StatusCode execute() override
PhysicsTriggerVariablePlots(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_trigTrackKey
int m_nTotal_otherFlavour
SG::ReadHandleKey< xAOD::JetContainer > m_offJetKey
virtual ~PhysicsTriggerVariablePlots()
virtual StatusCode finalize() override
int m_nTotal_noMatchedOffJet
PhysicsVariablePlots(const std::string &name, ISvcLocator *pSvcLocator)
Property holding a SG store/key/clid from which a ReadHandle is made.