|
EDM4eic
EIC data model
|
#include <MutableRawCALOROCHit.h>
Public Types | |
| using | object_type = RawCALOROCHit |
| using | collection_type = RawCALOROCHitCollection |
Public Member Functions | |
| MutableRawCALOROCHit ()=default | |
| default constructor | |
| MutableRawCALOROCHit (const std::uint64_t cellID, const std::int32_t samplePhase, const std::int32_t timeStamp) | |
| Constructor initializing all members. | |
| MutableRawCALOROCHit (const MutableRawCALOROCHit &other)=default | |
| copy constructor | |
| MutableRawCALOROCHit & | operator= (MutableRawCALOROCHit other) & |
| copy-assignment operator | |
| MutableRawCALOROCHit & | operator= (MutableRawCALOROCHit other) &&=delete |
| MutableRawCALOROCHit | clone (bool cloneRelations=true) const |
| ~MutableRawCALOROCHit ()=default | |
| destructor | |
| 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]. | |
| void | setCellID (const std::uint64_t cellID) |
| Set the Detector specific (geometrical) cell id. | |
| std::uint64_t & | getCellID () |
| Get mutable reference to Detector specific (geometrical) cell id. | |
| std::uint64_t & | cellID () |
| Get reference to Detector specific (geometrical) cell id. | |
| void | setSamplePhase (const std::int32_t samplePhase) |
| Set the Phase of samples in [# samples], for synchronizing across chips. | |
| std::int32_t & | getSamplePhase () |
| Get mutable reference to Phase of samples in [# samples], for synchronizing across chips. | |
| std::int32_t & | samplePhase () |
| Get reference to Phase of samples in [# samples], for synchronizing across chips. | |
| void | setTimeStamp (const std::int32_t timeStamp) |
| Set the [TDC counts]. | |
| std::int32_t & | getTimeStamp () |
| Get mutable reference to [TDC counts]. | |
| std::int32_t & | timeStamp () |
| Get reference to [TDC counts]. | |
| void | addToASamples (const edm4eic::CALOROC1ASample &) |
| 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 |
| void | addToBSamples (const edm4eic::CALOROC1BSample &) |
| 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 MutableRawCALOROCHit &other) const |
| bool | operator== (const RawCALOROCHit &other) const |
| bool | operator!= (const MutableRawCALOROCHit &other) const |
| bool | operator!= (const RawCALOROCHit &other) const |
| bool | operator< (const MutableRawCALOROCHit &other) const |
| podio::ObjectID | id () const |
| const podio::ObjectID | getObjectID () const |
Friends | |
| class | RawCALOROCHitCollection |
| class | RawCALOROCHitMutableCollectionIterator |
| class | RawCALOROCHit |
| void | swap (MutableRawCALOROCHit &a, MutableRawCALOROCHit &b) |
Raw hit from a CALOROC1A/B chip
|
default |
default constructor
| edm4eic::MutableRawCALOROCHit::MutableRawCALOROCHit | ( | const std::uint64_t | cellID, |
| const std::int32_t | samplePhase, | ||
| const std::int32_t | timeStamp ) |
Constructor initializing all members.
|
default |
copy constructor
|
default |
destructor
| void edm4eic::MutableRawCALOROCHit::addToASamples | ( | const edm4eic::CALOROC1ASample & | component | ) |
| void edm4eic::MutableRawCALOROCHit::addToBSamples | ( | const edm4eic::CALOROC1BSample & | component | ) |
| std::vector< edm4eic::CALOROC1ASample >::const_iterator edm4eic::MutableRawCALOROCHit::aSamples_begin | ( | ) | const |
| std::vector< edm4eic::CALOROC1ASample >::const_iterator edm4eic::MutableRawCALOROCHit::aSamples_end | ( | ) | const |
| std::size_t edm4eic::MutableRawCALOROCHit::aSamples_size | ( | ) | const |
| std::vector< edm4eic::CALOROC1BSample >::const_iterator edm4eic::MutableRawCALOROCHit::bSamples_begin | ( | ) | const |
| std::vector< edm4eic::CALOROC1BSample >::const_iterator edm4eic::MutableRawCALOROCHit::bSamples_end | ( | ) | const |
| std::size_t edm4eic::MutableRawCALOROCHit::bSamples_size | ( | ) | const |
| std::uint64_t & edm4eic::MutableRawCALOROCHit::cellID | ( | ) |
Get reference to Detector specific (geometrical) cell id.
| MutableRawCALOROCHit edm4eic::MutableRawCALOROCHit::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::MutableRawCALOROCHit::getASamples | ( | ) | const |
| edm4eic::CALOROC1ASample edm4eic::MutableRawCALOROCHit::getASamples | ( | std::size_t | index | ) | const |
| podio::RelationRange< edm4eic::CALOROC1BSample > edm4eic::MutableRawCALOROCHit::getBSamples | ( | ) | const |
| edm4eic::CALOROC1BSample edm4eic::MutableRawCALOROCHit::getBSamples | ( | std::size_t | index | ) | const |
| std::uint64_t & edm4eic::MutableRawCALOROCHit::getCellID | ( | ) |
Get mutable reference to Detector specific (geometrical) cell id.
| std::uint64_t edm4eic::MutableRawCALOROCHit::getCellID | ( | ) | const |
Access the Detector specific (geometrical) cell id.
| const podio::ObjectID edm4eic::MutableRawCALOROCHit::getObjectID | ( | ) | const |
| std::int32_t & edm4eic::MutableRawCALOROCHit::getSamplePhase | ( | ) |
Get mutable reference to Phase of samples in [# samples], for synchronizing across chips.
| std::int32_t edm4eic::MutableRawCALOROCHit::getSamplePhase | ( | ) | const |
Access the Phase of samples in [# samples], for synchronizing across chips.
| std::int32_t & edm4eic::MutableRawCALOROCHit::getTimeStamp | ( | ) |
Get mutable reference to [TDC counts].
| std::int32_t edm4eic::MutableRawCALOROCHit::getTimeStamp | ( | ) | const |
Access the [TDC counts].
|
inline |
| bool edm4eic::MutableRawCALOROCHit::isAvailable | ( | ) | const |
check whether the object is actually available
|
inline |
|
inline |
|
inline |
| MutableRawCALOROCHit & edm4eic::MutableRawCALOROCHit::operator= | ( | MutableRawCALOROCHit | other | ) | & |
copy-assignment operator
|
delete |
|
inline |
| bool edm4eic::MutableRawCALOROCHit::operator== | ( | const RawCALOROCHit & | other | ) | const |
| std::int32_t & edm4eic::MutableRawCALOROCHit::samplePhase | ( | ) |
Get reference to Phase of samples in [# samples], for synchronizing across chips.
| void edm4eic::MutableRawCALOROCHit::setCellID | ( | const std::uint64_t | cellID | ) |
Set the Detector specific (geometrical) cell id.
| void edm4eic::MutableRawCALOROCHit::setSamplePhase | ( | const std::int32_t | samplePhase | ) |
Set the Phase of samples in [# samples], for synchronizing across chips.
| void edm4eic::MutableRawCALOROCHit::setTimeStamp | ( | const std::int32_t | timeStamp | ) |
Set the [TDC counts].
| std::int32_t & edm4eic::MutableRawCALOROCHit::timeStamp | ( | ) |
Get reference to [TDC counts].
|
inline |
disconnect from RawCALOROCHitObj instance
|
friend |
|
friend |
|
friend |
|
friend |