10 const std::string& name,
11 const IInterface* parent)
12 : base_class(
type, name, parent)
22 return StatusCode::SUCCESS;
43 ATH_MSG_DEBUG(
" \\__ Retrieved " << 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;
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
#define ATH_CHECK
Evaluate an expression and check for errors.
Athena::TPCnvVers::Current TrigRoiDescriptor
const T * back() const
Access the last element in the collection as an rvalue.
value_type push_back(value_type pElem)
Add an element to the end of the collection.
const Trk::RecVertex & beamVtx() const noexcept
container for phi sorted ROIs defined by phi, r and z.
void push_back(const IRoiDescriptor *roi)
add a RoiDescriptor
void reserve(size_t s)
reserve elements in vector
void setComposite(bool b=true)
virtual unsigned size() const override final
number of constituents
const_pointer_type cptr()
virtual bool isValid() override final
Can the handle be successfully dereferenced?
const_pointer_type cptr()
Dereference the pointer.
const Amg::Vector3D & position() const
return position of vertex
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())