ATLAS Offline Software
Loading...
Searching...
No Matches
TrigdEdxTrackHypoAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef TRIGLONGLIVEDPARTICLESHYPO_TRIGDEDXTRACKHYPOALG_H
5#define TRIGLONGLIVEDPARTICLESHYPO_TRIGDEDXTRACKHYPOALG_H
6
7#include <string>
8
9#include "Gaudi/Property.h"
13
19
21{
22public:
23
24 TrigdEdxTrackHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
25
26 virtual StatusCode initialize() override;
27 virtual StatusCode execute(const EventContext& context) const override;
28
29private:
30
31 ToolHandleArray< TrigdEdxTrackHypoTool > m_hypoTools {this, "HypoTools", {}, "Tools to perfrom selection"};
32
35 SG::WriteHandleKey<xAOD::TrigCompositeContainer> m_HPtdEdxTrkKey {this, "HPtdEdxTrk", "HLT_HPtdEdxTrk", ""};
36
38
39 ToolHandle<GenericMonitoringTool> m_monTool{ this, "MonTool", "", "Monitoring tool" };
40 StatusCode doMonitor(const xAOD::TrigCompositeContainer*) const;
41
42 std::vector<float> m_highdEdxHitDefThres;
43 std::vector<std::string> m_highdEdxHitDefNames;
44};
45
46#endif //> !TRIGLONGLIVEDPARTICLESHYPO_TRIGDEDXTRACKHYPOALG_H
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition HypoBase.cxx:12
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
virtual StatusCode execute(const EventContext &context) const override
StatusCode createCandidates(const xAOD::TrigCompositeContainer *, const xAOD::TrigCompositeContainer *, xAOD::TrigCompositeContainer *, int &) const
SG::ReadHandleKey< xAOD::TrigCompositeContainer > m_dEdxTrkKey
virtual StatusCode initialize() override
std::vector< float > m_highdEdxHitDefThres
TrigdEdxTrackHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
std::vector< std::string > m_highdEdxHitDefNames
ToolHandleArray< TrigdEdxTrackHypoTool > m_hypoTools
ToolHandle< GenericMonitoringTool > m_monTool
SG::WriteHandleKey< xAOD::TrigCompositeContainer > m_HPtdEdxTrkKey
StatusCode doMonitor(const xAOD::TrigCompositeContainer *) const
SG::ReadHandleKey< xAOD::TrigCompositeContainer > m_dEdxHitKey
TrigCompositeContainer_v1 TrigCompositeContainer
Declare the latest version of the container.