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