EICd
EIC data model
|
#include <TrackerHitConst.h>
Public Member Functions | |
ConstTrackerHit () | |
default constructor More... | |
ConstTrackerHit (eic::Index ID, std::int64_t cellID, eic::VectorXYZT position, eic::CovDiagXYZT covMatrix, float edep, float edepError) | |
ConstTrackerHit (TrackerHitObj *obj) | |
constructor from existing TrackerHitObj More... | |
ConstTrackerHit (const ConstTrackerHit &other) | |
copy constructor More... | |
ConstTrackerHit & | operator= (const ConstTrackerHit &other) |
copy-assignment operator More... | |
ConstTrackerHit | clone () const |
support cloning (deep-copy) More... | |
~ConstTrackerHit () | |
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 eic::VectorXYZT & | position () const |
Access the Hit (cell) position and time [mm, ns]. More... | |
const eic::CovDiagXYZT & | covMatrix () const |
Access the Covariance Matrix. More... | |
const float & | edep () const |
Access the Energy deposit in this hit [GeV]. More... | |
const float & | edepError () const |
Access the Error on the energy deposit [GeV]. More... | |
double | time () const |
bool | isAvailable () const |
check whether the object is actually available More... | |
void | unlink () |
disconnect from TrackerHitObj instance More... | |
bool | operator== (const ConstTrackerHit &other) const |
bool | operator== (const TrackerHit &other) const |
bool | operator< (const ConstTrackerHit &other) const |
unsigned int | id () const |
const podio::ObjectID | getObjectID () const |
Friends | |
class | TrackerHit |
class | TrackerHitCollection |
class | TrackerHitConstCollectionIterator |
Tracker hit (reconstructed from Raw)
eic::ConstTrackerHit::ConstTrackerHit | ( | ) |
default constructor
eic::ConstTrackerHit::ConstTrackerHit | ( | eic::Index | ID, |
std::int64_t | cellID, | ||
eic::VectorXYZT | position, | ||
eic::CovDiagXYZT | covMatrix, | ||
float | edep, | ||
float | edepError | ||
) |
eic::ConstTrackerHit::ConstTrackerHit | ( | TrackerHitObj * | obj | ) |
constructor from existing TrackerHitObj
eic::ConstTrackerHit::ConstTrackerHit | ( | const ConstTrackerHit & | other | ) |
copy constructor
eic::ConstTrackerHit::~ConstTrackerHit | ( | ) |
destructor
const std::int64_t & eic::ConstTrackerHit::cellID | ( | ) | const |
Access the The detector specific (geometrical) cell id.
ConstTrackerHit eic::ConstTrackerHit::clone | ( | ) | const |
support cloning (deep-copy)
const eic::CovDiagXYZT & eic::ConstTrackerHit::covMatrix | ( | ) | const |
Access the Covariance Matrix.
const float & eic::ConstTrackerHit::edep | ( | ) | const |
Access the Energy deposit in this hit [GeV].
const float & eic::ConstTrackerHit::edepError | ( | ) | const |
Access the Error on the energy deposit [GeV].
const podio::ObjectID eic::ConstTrackerHit::getObjectID | ( | ) | const |
const eic::Index & eic::ConstTrackerHit::ID | ( | ) | const |
Access the unique ID for this hit.
|
inline |
bool eic::ConstTrackerHit::isAvailable | ( | ) | const |
check whether the object is actually available
|
inline |
ConstTrackerHit & eic::ConstTrackerHit::operator= | ( | const ConstTrackerHit & | other | ) |
copy-assignment operator
|
inline |
bool eic::ConstTrackerHit::operator== | ( | const TrackerHit & | other | ) | const |
const eic::VectorXYZT & eic::ConstTrackerHit::position | ( | ) | const |
Access the Hit (cell) position and time [mm, ns].
|
inline |
|
inline |
disconnect from TrackerHitObj instance
|
friend |
|
friend |
|
friend |