#include <CaloRings.h>
◆ const_iterator
◆ iterator
◆ CaloRings()
Calo Rings ///.
Definition at line 113 of file CaloRings.cxx.
115{
116}
std::vector< RingSet > m_ringsets
◆ ~CaloRings()
| virtual CaloRings::~CaloRings |
( |
| ) |
|
|
inlinevirtual |
◆ addRingSet()
| void CaloRings::addRingSet |
( |
unsigned int | numberOfRings, |
|
|
std::vector< CaloCell_ID::CaloSample > & | layers, |
|
|
float | deltaEta, |
|
|
float | deltaPhi ) |
Definition at line 118 of file CaloRings.cxx.
120 {
121
127
128 for (unsigned int j = 0; j < numberOfRings; ++j) {
129 r.m_rings.push_back(0);
130 }
132}
Scalar deltaPhi(const MatrixBase< Derived > &vec) const
layers(flags, cells_name, *args, **kw)
Here we define wrapper functions to set up all of the standard corrections.
double deltaEta(const I4Momentum &p1, const I4Momentum &p2)
Computes efficiently .
RingSet_v1 RingSet
Definition of the current "RingSet version".
◆ at() [1/2]
| RingSet & CaloRings::at |
( |
unsigned int | i | ) |
|
◆ at() [2/2]
| const RingSet & CaloRings::at |
( |
unsigned int | i | ) |
const |
◆ begin() [1/2]
◆ begin() [2/2]
◆ clear()
| void CaloRings::clear |
( |
| ) |
|
◆ end() [1/2]
◆ end() [2/2]
◆ operator[]() [1/2]
| RingSet & CaloRings::operator[] |
( |
unsigned int | i | ) |
|
◆ operator[]() [2/2]
| const RingSet & CaloRings::operator[] |
( |
unsigned int | i | ) |
const |
◆ ringAt()
| float CaloRings::ringAt |
( |
unsigned int | nRingSet, |
|
|
unsigned int | nRing ) |
◆ size()
| size_t CaloRings::size |
( |
| ) |
const |
◆ m_ringsets
| std::vector<RingSet> CaloRings::m_ringsets |
|
private |
The documentation for this class was generated from the following files: