ATLAS Offline Software
Loading...
Searching...
No Matches
SelectEventNumber.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRKALIGNGENALGS_SELECTEVENTNUMBER_H
6#define TRKALIGNGENALGS_SELECTEVENTNUMBER_H
7
9
18
19namespace Trk {
20
22
23 public:
24
27
29 virtual StatusCode initialize();
30
32 virtual StatusCode execute();
33
34 private:
35
36 StringProperty m_eventListName{this, "EventList", "goodEvents.txt",
37 "name of event list ASCII file"};
38 std::vector< std::pair<int,int> > m_goodEventList;
39
41
42 };
43
44} // end namespace
45#endif // TRKALIGNGENALGS_SELECTEVENTNUMBER_H
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
StringProperty m_eventListName
virtual StatusCode execute()
execute method
std::vector< std::pair< int, int > > m_goodEventList
virtual StatusCode initialize()
initialize method
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor
Ensure that the ATLAS eigen extensions are properly loaded.