EICd
EIC data model
|
#include <RawCalorimeterHitConst.h>
Public Member Functions | |
ConstRawCalorimeterHit () | |
default constructor More... | |
ConstRawCalorimeterHit (eic::Index ID, std::int64_t cellID, std::int64_t amplitude, std::int64_t time) | |
ConstRawCalorimeterHit (RawCalorimeterHitObj *obj) | |
constructor from existing RawCalorimeterHitObj More... | |
ConstRawCalorimeterHit (const ConstRawCalorimeterHit &other) | |
copy constructor More... | |
ConstRawCalorimeterHit & | operator= (const ConstRawCalorimeterHit &other) |
copy-assignment operator More... | |
ConstRawCalorimeterHit | clone () const |
support cloning (deep-copy) More... | |
~ConstRawCalorimeterHit () | |
destructor More... | |
const eic::Index & | ID () const |
Access the unique ID for this hit. More... | |
const std::int64_t & | cellID () const |
Access the The detector specific (geometrical) cell id. More... | |
const std::int64_t & | amplitude () const |
Access the The amplitude of the hit in ADC counts. More... | |
const std::int64_t & | time () 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 ConstRawCalorimeterHit &other) const |
bool | operator== (const RawCalorimeterHit &other) const |
bool | operator< (const ConstRawCalorimeterHit &other) const |
unsigned int | id () const |
const podio::ObjectID | getObjectID () const |
Friends | |
class | RawCalorimeterHit |
class | RawCalorimeterHitCollection |
class | RawCalorimeterHitConstCollectionIterator |
Raw (digitized) calorimeter hit
eic::ConstRawCalorimeterHit::ConstRawCalorimeterHit | ( | ) |
default constructor
eic::ConstRawCalorimeterHit::ConstRawCalorimeterHit | ( | eic::Index | ID, |
std::int64_t | cellID, | ||
std::int64_t | amplitude, | ||
std::int64_t | time | ||
) |
eic::ConstRawCalorimeterHit::ConstRawCalorimeterHit | ( | RawCalorimeterHitObj * | obj | ) |
constructor from existing RawCalorimeterHitObj
eic::ConstRawCalorimeterHit::ConstRawCalorimeterHit | ( | const ConstRawCalorimeterHit & | other | ) |
copy constructor
eic::ConstRawCalorimeterHit::~ConstRawCalorimeterHit | ( | ) |
destructor
const std::int64_t & eic::ConstRawCalorimeterHit::amplitude | ( | ) | const |
Access the The amplitude of the hit in ADC counts.
const std::int64_t & eic::ConstRawCalorimeterHit::cellID | ( | ) | const |
Access the The detector specific (geometrical) cell id.
ConstRawCalorimeterHit eic::ConstRawCalorimeterHit::clone | ( | ) | const |
support cloning (deep-copy)
const podio::ObjectID eic::ConstRawCalorimeterHit::getObjectID | ( | ) | const |
const eic::Index & eic::ConstRawCalorimeterHit::ID | ( | ) | const |
Access the unique ID for this hit.
|
inline |
bool eic::ConstRawCalorimeterHit::isAvailable | ( | ) | const |
check whether the object is actually available
|
inline |
ConstRawCalorimeterHit & eic::ConstRawCalorimeterHit::operator= | ( | const ConstRawCalorimeterHit & | other | ) |
copy-assignment operator
|
inline |
bool eic::ConstRawCalorimeterHit::operator== | ( | const RawCalorimeterHit & | other | ) | const |
const std::int64_t & eic::ConstRawCalorimeterHit::time | ( | ) | const |
Access the Timing in TDC.
|
inline |
disconnect from RawCalorimeterHitObj instance
|
friend |
|
friend |
|
friend |