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