EDM4eic
EIC data model
|
#include <RawTrackerHit.h>
Public Types | |
using | mutable_type = MutableRawTrackerHit |
using | collection_type = RawTrackerHitCollection |
Public Member Functions | |
RawTrackerHit () | |
default constructor | |
RawTrackerHit (std::uint64_t cellID, std::int32_t charge, std::int32_t timeStamp) | |
Constructor initializing all members. | |
RawTrackerHit (const RawTrackerHit &other)=default | |
copy constructor | |
RawTrackerHit & | operator= (RawTrackerHit other) |
copy-assignment operator | |
MutableRawTrackerHit | clone () const |
create a mutable deep-copy of the object with identical relations | |
~RawTrackerHit ()=default | |
destructor | |
std::uint64_t | getCellID () const |
Access the The detector specific (geometrical) cell id. | |
std::int32_t | getCharge () const |
Access the ADC value. | |
std::int32_t | getTimeStamp () const |
Access the TDC value. | |
bool | isAvailable () const |
check whether the object is actually available | |
void | unlink () |
disconnect from RawTrackerHitObj instance | |
bool | operator== (const RawTrackerHit &other) const |
bool | operator== (const MutableRawTrackerHit &other) const |
bool | operator< (const RawTrackerHit &other) const |
podio::ObjectID | id () const |
const podio::ObjectID | getObjectID () const |
Static Public Member Functions | |
static RawTrackerHit | makeEmpty () |
Friends | |
class | MutableRawTrackerHit |
class | RawTrackerHitCollection |
class | edm4eic::RawTrackerHitCollectionData |
class | RawTrackerHitCollectionIterator |
void | swap (RawTrackerHit &a, RawTrackerHit &b) |
Raw (digitized) tracker hit
edm4eic::RawTrackerHit::RawTrackerHit | ( | ) |
default constructor
edm4eic::RawTrackerHit::RawTrackerHit | ( | std::uint64_t | cellID, |
std::int32_t | charge, | ||
std::int32_t | timeStamp ) |
Constructor initializing all members.
|
default |
copy constructor
|
default |
destructor
MutableRawTrackerHit edm4eic::RawTrackerHit::clone | ( | ) | const |
create a mutable deep-copy of the object with identical relations
std::uint64_t edm4eic::RawTrackerHit::getCellID | ( | ) | const |
Access the The detector specific (geometrical) cell id.
std::int32_t edm4eic::RawTrackerHit::getCharge | ( | ) | const |
Access the ADC value.
const podio::ObjectID edm4eic::RawTrackerHit::getObjectID | ( | ) | const |
std::int32_t edm4eic::RawTrackerHit::getTimeStamp | ( | ) | const |
Access the TDC value.
|
inline |
bool edm4eic::RawTrackerHit::isAvailable | ( | ) | const |
check whether the object is actually available
|
static |
|
inline |
RawTrackerHit & edm4eic::RawTrackerHit::operator= | ( | RawTrackerHit | other | ) |
copy-assignment operator
bool edm4eic::RawTrackerHit::operator== | ( | const MutableRawTrackerHit & | other | ) | const |
|
inline |
|
inline |
disconnect from RawTrackerHitObj instance
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |