#include <CaloBasedRoICreatorTool.h>
Definition at line 16 of file CaloBasedRoICreatorTool.h.
◆ CaloBasedRoICreatorTool()
ActsTrk::CaloBasedRoICreatorTool::CaloBasedRoICreatorTool |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ ~CaloBasedRoICreatorTool()
virtual ActsTrk::CaloBasedRoICreatorTool::~CaloBasedRoICreatorTool |
( |
| ) |
|
|
virtualdefault |
◆ defineRegionsOfInterest()
Definition at line 25 of file CaloBasedRoICreatorTool.cxx.
43 ATH_MSG_DEBUG(
" \\__ Retrived " << caloClusters->size() <<
" elements");
46 collectionRoI.
back()->
reserve(caloClusters->size());
48 for (
const ROIPhiRZ& calo_roi : *caloClusters) {
49 double phi = calo_roi.phi();
54 double eta = calo_roi.eta();
64 phi, roiPhiMin ,roiPhiMax,
65 z, roiZMin, roiZMax ) );
69 return StatusCode::SUCCESS;
◆ initialize()
StatusCode ActsTrk::CaloBasedRoICreatorTool::initialize |
( |
| ) |
|
|
overridevirtual |
◆ m_beamSpotKey
◆ m_caloClusterROIKey
Initial value:{this, "CaloClusterRoIContainer", "",
"Name of the calo cluster ROIs in Phi,R,Z parameterization"}
Definition at line 33 of file CaloBasedRoICreatorTool.h.
◆ m_deltaEta
Gaudi::Property< double > ActsTrk::CaloBasedRoICreatorTool::m_deltaEta {this, "DeltaEtaCaloRoI", .1} |
|
private |
◆ m_deltaPhi
Gaudi::Property< double > ActsTrk::CaloBasedRoICreatorTool::m_deltaPhi {this, "DeltaPhiCaloRoI", .25} |
|
private |
◆ m_deltaZ
Gaudi::Property< double > ActsTrk::CaloBasedRoICreatorTool::m_deltaZ {this, "DeltaZCaloRoI", 300.} |
|
private |
The documentation for this class was generated from the following files: