ATLAS Offline Software
Loading...
Searching...
No Matches
RunPartonHistoryAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7#ifndef PARTONS_RUNPARTONHISTORYALG_H
8#define PARTONS_RUNPARTONHISTORYALG_H
9
11
13
14namespace CP {
15
17
18 public:
19 RunPartonHistoryAlg(const std::string& name, ISvcLocator* pSvcLocator);
20 virtual StatusCode initialize() override;
21 virtual StatusCode execute() override;
22
23 private:
24 std::string m_PartonScheme;
25 std::unique_ptr<CalcPartonHistory> m_PartonHistory;
26};
27
28} // namespace CP
29
30#endif
virtual StatusCode initialize() override
virtual StatusCode execute() override
std::unique_ptr< CalcPartonHistory > m_PartonHistory
RunPartonHistoryAlg(const std::string &name, ISvcLocator *pSvcLocator)
the (new) base class for EventLoop algorithms
Select isolated Photons, Electrons and Muons.