ATLAS Offline Software
Loading...
Searching...
No Matches
FPGATrackSimEventSelectionTool.cxx
Go to the documentation of this file.
1// Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2
4
5FPGATrackSim::FPGATrackSimEventSelectionTool::FPGATrackSimEventSelectionTool(const std::string& algname, const std::string& name, const IInterface* ifc)
6 : AthAlgTool(algname, name, ifc) {
7}
8
10 // Initialize the event selection service
11 ATH_CHECK(m_evtSel.retrieve());
12
13 ATH_MSG_DEBUG("intialized");
14 return StatusCode::SUCCESS;
15}
16
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_DEBUG(x)
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
FPGATrackSimEventSelectionTool(const std::string &, const std::string &, const IInterface *)
ServiceHandle< IFPGATrackSimEventSelectionSvc > m_evtSel
bool selectEvent(const FPGATrackSimEventInputHeader &header) const