EICd
EIC data model
|
#include <RawTrackerHitConst.h>
Public Member Functions | |
ConstRawTrackerHit () | |
default constructor More... | |
ConstRawTrackerHit (eic::Index ID, std::int64_t cellID, std::int32_t time, std::int32_t charge) | |
ConstRawTrackerHit (RawTrackerHitObj *obj) | |
constructor from existing RawTrackerHitObj More... | |
ConstRawTrackerHit (const ConstRawTrackerHit &other) | |
copy constructor More... | |
ConstRawTrackerHit & | operator= (const ConstRawTrackerHit &other) |
copy-assignment operator More... | |
ConstRawTrackerHit | clone () const |
support cloning (deep-copy) More... | |
~ConstRawTrackerHit () | |
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::int32_t & | time () const |
Access the tdc value. More... | |
const std::int32_t & | charge () const |
Access the adc value. More... | |
bool | isAvailable () const |
check whether the object is actually available More... | |
void | unlink () |
disconnect from RawTrackerHitObj instance More... | |
bool | operator== (const ConstRawTrackerHit &other) const |
bool | operator== (const RawTrackerHit &other) const |
bool | operator< (const ConstRawTrackerHit &other) const |
unsigned int | id () const |
const podio::ObjectID | getObjectID () const |
Friends | |
class | RawTrackerHit |
class | RawTrackerHitCollection |
class | RawTrackerHitConstCollectionIterator |
Raw (digitized) tracker hit
eic::ConstRawTrackerHit::ConstRawTrackerHit | ( | ) |
default constructor
eic::ConstRawTrackerHit::ConstRawTrackerHit | ( | eic::Index | ID, |
std::int64_t | cellID, | ||
std::int32_t | time, | ||
std::int32_t | charge | ||
) |
eic::ConstRawTrackerHit::ConstRawTrackerHit | ( | RawTrackerHitObj * | obj | ) |
constructor from existing RawTrackerHitObj
eic::ConstRawTrackerHit::ConstRawTrackerHit | ( | const ConstRawTrackerHit & | other | ) |
copy constructor
eic::ConstRawTrackerHit::~ConstRawTrackerHit | ( | ) |
destructor
const std::int64_t & eic::ConstRawTrackerHit::cellID | ( | ) | const |
Access the The detector specific (geometrical) cell id.
const std::int32_t & eic::ConstRawTrackerHit::charge | ( | ) | const |
Access the adc value.
ConstRawTrackerHit eic::ConstRawTrackerHit::clone | ( | ) | const |
support cloning (deep-copy)
const podio::ObjectID eic::ConstRawTrackerHit::getObjectID | ( | ) | const |
const eic::Index & eic::ConstRawTrackerHit::ID | ( | ) | const |
Access the unique ID for this hit.
|
inline |
bool eic::ConstRawTrackerHit::isAvailable | ( | ) | const |
check whether the object is actually available
|
inline |
ConstRawTrackerHit & eic::ConstRawTrackerHit::operator= | ( | const ConstRawTrackerHit & | other | ) |
copy-assignment operator
|
inline |
bool eic::ConstRawTrackerHit::operator== | ( | const RawTrackerHit & | other | ) | const |
const std::int32_t & eic::ConstRawTrackerHit::time | ( | ) | const |
Access the tdc value.
|
inline |
disconnect from RawTrackerHitObj instance
|
friend |
|
friend |
|
friend |