ATLAS Offline Software
Loading...
Searching...
No Matches
ActsTrk::FullScanRoICreatorTool Class Reference

#include <FullScanRoICreatorTool.h>

Inheritance diagram for ActsTrk::FullScanRoICreatorTool:
Collaboration diagram for ActsTrk::FullScanRoICreatorTool:

Public Member Functions

 FullScanRoICreatorTool (const std::string &type, const std::string &name, const IInterface *parent)
virtual ~FullScanRoICreatorTool ()=default
virtual StatusCode defineRegionsOfInterest (const EventContext &ctx, TrigRoiDescriptorCollection &collectionRoI) const override

Detailed Description

Definition at line 13 of file FullScanRoICreatorTool.h.

Constructor & Destructor Documentation

◆ FullScanRoICreatorTool()

ActsTrk::FullScanRoICreatorTool::FullScanRoICreatorTool ( const std::string & type,
const std::string & name,
const IInterface * parent )

Definition at line 9 of file FullScanRoICreatorTool.cxx.

12 : base_class(type, name, parent)
13{}

◆ ~FullScanRoICreatorTool()

virtual ActsTrk::FullScanRoICreatorTool::~FullScanRoICreatorTool ( )
virtualdefault

Member Function Documentation

◆ defineRegionsOfInterest()

StatusCode ActsTrk::FullScanRoICreatorTool::defineRegionsOfInterest ( const EventContext & ctx,
TrigRoiDescriptorCollection & collectionRoI ) const
overridevirtual

Definition at line 15 of file FullScanRoICreatorTool.cxx.

17{
18 // Add a Full Scan RoI
19 collectionRoI.push_back( new TrigRoiDescriptor(true) );
20 return StatusCode::SUCCESS;
21}
Athena::TPCnvVers::Current TrigRoiDescriptor
value_type push_back(value_type pElem)
Add an element to the end of the collection.

The documentation for this class was generated from the following files: