|
ATLAS Offline Software
|
Go to the documentation of this file.
10 const std::string&
name,
22 return StatusCode::SUCCESS;
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();
51 if (std::abs(phi) >=
M_PI && phi != -
M_PI)
54 double eta = calo_roi.eta();
64 phi, roiPhiMin ,roiPhiMax,
65 z, roiZMin, roiZMax ) );
69 return StatusCode::SUCCESS;
const_pointer_type cptr()
Dereference the pointer.
container for phi sorted ROIs defined by phi, r and z.
virtual unsigned size() const override final
number of constituents
const Trk::RecVertex & beamVtx() const noexcept
const std::string & key() const
Return the StoreGate ID for the referenced object.
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
void push_back(const IRoiDescriptor *roi)
add a RoiDescriptor
void reserve(size_t s)
reserve elements in vector
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
const Amg::Vector3D & position() const
return position of vertex
const T * back() const
Access the last element in the collection as an rvalue.
virtual bool isValid() override final
Can the handle be successfully dereferenced?
value_type push_back(value_type pElem)
Add an element to the end of the collection.
StatusCode initialize(bool used=true)
void setComposite(bool b=true)
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Athena::TPCnvVers::Current TrigRoiDescriptor