|
EICd
EIC data model
|
#include <MutableRawCalorimeterHit.h>
Public Member Functions | |
| MutableRawCalorimeterHit () | |
| default constructor More... | |
| MutableRawCalorimeterHit (std::uint64_t cellID, std::uint64_t amplitude, std::uint64_t timeStamp) | |
| MutableRawCalorimeterHit (RawCalorimeterHitObj *obj) | |
| constructor from existing RawCalorimeterHitObj More... | |
| MutableRawCalorimeterHit (const MutableRawCalorimeterHit &other) | |
| copy constructor More... | |
| MutableRawCalorimeterHit & | operator= (MutableRawCalorimeterHit other) |
| copy-assignment operator More... | |
| MutableRawCalorimeterHit | clone () const |
| create a mutable deep-copy of the object with identical relations More... | |
| ~MutableRawCalorimeterHit () | |
| destructor More... | |
| operator RawCalorimeterHit () const | |
| conversion to const object More... | |
| const std::uint64_t & | getCellID () const |
| Access the The detector specific (geometrical) cell id. More... | |
| const std::uint64_t & | getAmplitude () const |
| Access the The magnitude of the hit in ADC counts. More... | |
| const std::uint64_t & | getTimeStamp () const |
| Access the Timing in TDC. More... | |
| void | setCellID (std::uint64_t value) |
| Set the The detector specific (geometrical) cell id. More... | |
| void | setAmplitude (std::uint64_t value) |
| Set the The magnitude of the hit in ADC counts. More... | |
| void | setTimeStamp (std::uint64_t value) |
| Set the Timing in TDC. More... | |
| bool | isAvailable () const |
| check whether the object is actually available More... | |
| void | unlink () |
| disconnect from RawCalorimeterHitObj instance More... | |
| bool | operator== (const MutableRawCalorimeterHit &other) const |
| bool | operator== (const RawCalorimeterHit &other) const |
| bool | operator< (const MutableRawCalorimeterHit &other) const |
| unsigned int | id () const |
| const podio::ObjectID | getObjectID () const |
Friends | |
| class | RawCalorimeterHitCollection |
| class | RawCalorimeterHitMutableCollectionIterator |
| class | RawCalorimeterHit |
| void | swap (MutableRawCalorimeterHit &a, MutableRawCalorimeterHit &b) |
Raw (digitized) calorimeter hit
| eicd::MutableRawCalorimeterHit::MutableRawCalorimeterHit | ( | ) |
default constructor
| eicd::MutableRawCalorimeterHit::MutableRawCalorimeterHit | ( | std::uint64_t | cellID, |
| std::uint64_t | amplitude, | ||
| std::uint64_t | timeStamp | ||
| ) |
| eicd::MutableRawCalorimeterHit::MutableRawCalorimeterHit | ( | RawCalorimeterHitObj * | obj | ) |
constructor from existing RawCalorimeterHitObj
| eicd::MutableRawCalorimeterHit::MutableRawCalorimeterHit | ( | const MutableRawCalorimeterHit & | other | ) |
copy constructor
| eicd::MutableRawCalorimeterHit::~MutableRawCalorimeterHit | ( | ) |
destructor
| MutableRawCalorimeterHit eicd::MutableRawCalorimeterHit::clone | ( | ) | const |
create a mutable deep-copy of the object with identical relations
| const std::uint64_t & eicd::MutableRawCalorimeterHit::getAmplitude | ( | ) | const |
Access the The magnitude of the hit in ADC counts.
| const std::uint64_t & eicd::MutableRawCalorimeterHit::getCellID | ( | ) | const |
Access the The detector specific (geometrical) cell id.
| const podio::ObjectID eicd::MutableRawCalorimeterHit::getObjectID | ( | ) | const |
| const std::uint64_t & eicd::MutableRawCalorimeterHit::getTimeStamp | ( | ) | const |
Access the Timing in TDC.
|
inline |
| bool eicd::MutableRawCalorimeterHit::isAvailable | ( | ) | const |
check whether the object is actually available
| eicd::MutableRawCalorimeterHit::operator RawCalorimeterHit | ( | ) | const |
conversion to const object
|
inline |
| MutableRawCalorimeterHit & eicd::MutableRawCalorimeterHit::operator= | ( | MutableRawCalorimeterHit | other | ) |
copy-assignment operator
|
inline |
| bool eicd::MutableRawCalorimeterHit::operator== | ( | const RawCalorimeterHit & | other | ) | const |
| void eicd::MutableRawCalorimeterHit::setAmplitude | ( | std::uint64_t | value | ) |
Set the The magnitude of the hit in ADC counts.
| void eicd::MutableRawCalorimeterHit::setCellID | ( | std::uint64_t | value | ) |
Set the The detector specific (geometrical) cell id.
| void eicd::MutableRawCalorimeterHit::setTimeStamp | ( | std::uint64_t | value | ) |
Set the Timing in TDC.
|
inline |
disconnect from RawCalorimeterHitObj instance
|
friend |
|
friend |
|
friend |
|
friend |