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