ATLAS Offline Software
Public Member Functions | List of all members
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 }

The documentation for this class was generated from the following files:
test_pyathena.parent
parent
Definition: test_pyathena.py:15
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
DataVector::push_back
value_type push_back(value_type pElem)
Add an element to the end of the collection.
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
TrigRoiDescriptor
Athena::TPCnvVers::Current TrigRoiDescriptor
Definition: TrigSteeringEventTPCnv.cxx:68