EICd
EIC data model
eic::ConstTrackerHit Class Reference

#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...
 
ConstTrackerHitoperator= (const ConstTrackerHit &other)
 copy-assignment operator More...
 
ConstTrackerHit clone () const
 support cloning (deep-copy) More...
 
 ~ConstTrackerHit ()
 destructor More...
 
const eic::IndexID () 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::VectorXYZTposition () const
 Access the Hit (cell) position and time [mm, ns]. More...
 
const eic::CovDiagXYZTcovMatrix () 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
 

Detailed Description

Tracker hit (reconstructed from Raw)

Author
: W. Armstrong, S. Joosten

Constructor & Destructor Documentation

◆ ConstTrackerHit() [1/4]

eic::ConstTrackerHit::ConstTrackerHit ( )

default constructor

◆ ConstTrackerHit() [2/4]

eic::ConstTrackerHit::ConstTrackerHit ( eic::Index  ID,
std::int64_t  cellID,
eic::VectorXYZT  position,
eic::CovDiagXYZT  covMatrix,
float  edep,
float  edepError 
)

◆ ConstTrackerHit() [3/4]

eic::ConstTrackerHit::ConstTrackerHit ( TrackerHitObj obj)

constructor from existing TrackerHitObj

◆ ConstTrackerHit() [4/4]

eic::ConstTrackerHit::ConstTrackerHit ( const ConstTrackerHit other)

copy constructor

◆ ~ConstTrackerHit()

eic::ConstTrackerHit::~ConstTrackerHit ( )

destructor

Member Function Documentation

◆ cellID()

const std::int64_t & eic::ConstTrackerHit::cellID ( ) const

Access the The detector specific (geometrical) cell id.

◆ clone()

ConstTrackerHit eic::ConstTrackerHit::clone ( ) const

support cloning (deep-copy)

◆ covMatrix()

const eic::CovDiagXYZT & eic::ConstTrackerHit::covMatrix ( ) const

Access the Covariance Matrix.

◆ edep()

const float & eic::ConstTrackerHit::edep ( ) const

Access the Energy deposit in this hit [GeV].

◆ edepError()

const float & eic::ConstTrackerHit::edepError ( ) const

Access the Error on the energy deposit [GeV].

◆ getObjectID()

const podio::ObjectID eic::ConstTrackerHit::getObjectID ( ) const

◆ ID()

const eic::Index & eic::ConstTrackerHit::ID ( ) const

Access the unique ID for this hit.

◆ id()

unsigned int eic::ConstTrackerHit::id ( ) const
inline

◆ isAvailable()

bool eic::ConstTrackerHit::isAvailable ( ) const

check whether the object is actually available

◆ operator<()

bool eic::ConstTrackerHit::operator< ( const ConstTrackerHit other) const
inline

◆ operator=()

ConstTrackerHit & eic::ConstTrackerHit::operator= ( const ConstTrackerHit other)

copy-assignment operator

◆ operator==() [1/2]

bool eic::ConstTrackerHit::operator== ( const ConstTrackerHit other) const
inline

◆ operator==() [2/2]

bool eic::ConstTrackerHit::operator== ( const TrackerHit other) const

◆ position()

const eic::VectorXYZT & eic::ConstTrackerHit::position ( ) const

Access the Hit (cell) position and time [mm, ns].

◆ time()

double eic::ConstTrackerHit::time ( ) const
inline

◆ unlink()

void eic::ConstTrackerHit::unlink ( )
inline

disconnect from TrackerHitObj instance

Friends And Related Function Documentation

◆ TrackerHit

friend class TrackerHit
friend

◆ TrackerHitCollection

friend class TrackerHitCollection
friend

◆ TrackerHitConstCollectionIterator

friend class TrackerHitConstCollectionIterator
friend

The documentation for this class was generated from the following files: