|
EDM4eic
EIC data model
|
#include <RawCALOROCHit.h>
Public Types | |
| using | mutable_type = MutableRawCALOROCHit |
| using | collection_type = RawCALOROCHitCollection |
Public Member Functions | |
| RawCALOROCHit ()=default | |
| default constructor | |
| RawCALOROCHit (const std::uint64_t cellID, const std::int32_t samplePhase, const std::int32_t timeStamp) | |
| Constructor initializing all members. | |
| RawCALOROCHit (const RawCALOROCHit &other)=default | |
| copy constructor | |
| RawCALOROCHit & | operator= (RawCALOROCHit other) & |
| copy-assignment operator | |
| RawCALOROCHit & | operator= (RawCALOROCHit other) &&=delete |
| MutableRawCALOROCHit | clone (bool cloneRelations=true) const |
| ~RawCALOROCHit ()=default | |
| destructor | |
| RawCALOROCHit (const MutableRawCALOROCHit &other) | |
| converting constructor from mutable object | |
| std::uint64_t | getCellID () const |
| Access the Detector specific (geometrical) cell id. | |
| std::int32_t | getSamplePhase () const |
| Access the Phase of samples in [# samples], for synchronizing across chips. | |
| std::int32_t | getTimeStamp () const |
| Access the [TDC counts]. | |
| std::size_t | aSamples_size () const |
| edm4eic::CALOROC1ASample | getASamples (std::size_t) const |
| std::vector< edm4eic::CALOROC1ASample >::const_iterator | aSamples_begin () const |
| std::vector< edm4eic::CALOROC1ASample >::const_iterator | aSamples_end () const |
| podio::RelationRange< edm4eic::CALOROC1ASample > | getASamples () const |
| std::size_t | bSamples_size () const |
| edm4eic::CALOROC1BSample | getBSamples (std::size_t) const |
| std::vector< edm4eic::CALOROC1BSample >::const_iterator | bSamples_begin () const |
| std::vector< edm4eic::CALOROC1BSample >::const_iterator | bSamples_end () const |
| podio::RelationRange< edm4eic::CALOROC1BSample > | getBSamples () const |
| bool | isAvailable () const |
| check whether the object is actually available | |
| void | unlink () |
| disconnect from RawCALOROCHitObj instance | |
| bool | operator== (const RawCALOROCHit &other) const |
| bool | operator== (const MutableRawCALOROCHit &other) const |
| bool | operator!= (const RawCALOROCHit &other) const |
| bool | operator!= (const MutableRawCALOROCHit &other) const |
| bool | operator< (const RawCALOROCHit &other) const |
| podio::ObjectID | id () const |
| const podio::ObjectID | getObjectID () const |
Static Public Member Functions | |
| static RawCALOROCHit | makeEmpty () |
Static Public Attributes | |
| static constexpr std::string_view | typeName = "edm4eic::RawCALOROCHit" |
Friends | |
| class | MutableRawCALOROCHit |
| class | RawCALOROCHitCollection |
| class | edm4eic::RawCALOROCHitCollectionData |
| class | RawCALOROCHitCollectionIterator |
| podio::detail::OrderKey | podio::detail::getOrderKey (const RawCALOROCHit &obj) |
| void | swap (RawCALOROCHit &a, RawCALOROCHit &b) |
Raw hit from a CALOROC1A/B chip
|
default |
default constructor
| edm4eic::RawCALOROCHit::RawCALOROCHit | ( | const std::uint64_t | cellID, |
| const std::int32_t | samplePhase, | ||
| const std::int32_t | timeStamp ) |
Constructor initializing all members.
|
default |
copy constructor
|
default |
destructor
| edm4eic::RawCALOROCHit::RawCALOROCHit | ( | const MutableRawCALOROCHit & | other | ) |
converting constructor from mutable object
| std::vector< edm4eic::CALOROC1ASample >::const_iterator edm4eic::RawCALOROCHit::aSamples_begin | ( | ) | const |
| std::vector< edm4eic::CALOROC1ASample >::const_iterator edm4eic::RawCALOROCHit::aSamples_end | ( | ) | const |
| std::size_t edm4eic::RawCALOROCHit::aSamples_size | ( | ) | const |
| std::vector< edm4eic::CALOROC1BSample >::const_iterator edm4eic::RawCALOROCHit::bSamples_begin | ( | ) | const |
| std::vector< edm4eic::CALOROC1BSample >::const_iterator edm4eic::RawCALOROCHit::bSamples_end | ( | ) | const |
| std::size_t edm4eic::RawCALOROCHit::bSamples_size | ( | ) | const |
| MutableRawCALOROCHit edm4eic::RawCALOROCHit::clone | ( | bool | cloneRelations = true | ) | const |
create a mutable deep-copy of the object with identical relations if cloneRelations=false, the relations are not cloned and will be empty
| podio::RelationRange< edm4eic::CALOROC1ASample > edm4eic::RawCALOROCHit::getASamples | ( | ) | const |
| edm4eic::CALOROC1ASample edm4eic::RawCALOROCHit::getASamples | ( | std::size_t | index | ) | const |
| podio::RelationRange< edm4eic::CALOROC1BSample > edm4eic::RawCALOROCHit::getBSamples | ( | ) | const |
| edm4eic::CALOROC1BSample edm4eic::RawCALOROCHit::getBSamples | ( | std::size_t | index | ) | const |
| std::uint64_t edm4eic::RawCALOROCHit::getCellID | ( | ) | const |
Access the Detector specific (geometrical) cell id.
| const podio::ObjectID edm4eic::RawCALOROCHit::getObjectID | ( | ) | const |
| std::int32_t edm4eic::RawCALOROCHit::getSamplePhase | ( | ) | const |
Access the Phase of samples in [# samples], for synchronizing across chips.
| std::int32_t edm4eic::RawCALOROCHit::getTimeStamp | ( | ) | const |
Access the [TDC counts].
|
inline |
| bool edm4eic::RawCALOROCHit::isAvailable | ( | ) | const |
check whether the object is actually available
|
static |
|
inline |
|
inline |
|
inline |
| RawCALOROCHit & edm4eic::RawCALOROCHit::operator= | ( | RawCALOROCHit | other | ) | & |
copy-assignment operator
|
delete |
| bool edm4eic::RawCALOROCHit::operator== | ( | const MutableRawCALOROCHit & | other | ) | const |
|
inline |
|
inline |
disconnect from RawCALOROCHitObj instance
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
staticconstexpr |