ATLAS Offline Software
Loading...
Searching...
No Matches
IDCalibHypoAlg.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_IDCALIBHYPOALG_H
5#define TRIGLONGLIVEDPARTICLESHYPO_IDCALIBHYPOALG_H
6
7#include <string>
8
9#include "Gaudi/Property.h"
11#include "IDCalibHypoTool.h"
16
22
24{
25public:
26
27 IDCalibHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
28
29 virtual StatusCode initialize() override;
30 virtual StatusCode execute(const EventContext& context) const override;
31
32private:
33
34 SG::ReadHandleKey< xAOD::TrackParticleContainer > m_tracksKey {this,"tracksKey","","Key for precision tracks"};
35
36 ToolHandleArray< IDCalibHypoTool > m_hypoTools {this, "HypoTools", {}, "Tools to perfrom selection"};
37 ToolHandle<GenericMonitoringTool> m_monTool {this, "MonTool", "", "Monitoring tool" };
38};
39
40#endif //> !TRIGLONGLIVEDPARTICLESHYPO_IDCALIBHYPOALG_H
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition HypoBase.cxx:12
ToolHandle< GenericMonitoringTool > m_monTool
virtual StatusCode execute(const EventContext &context) const override
IDCalibHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode initialize() override
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_tracksKey
ToolHandleArray< IDCalibHypoTool > m_hypoTools