|
EICd
EIC data model
|
#include <TrackerHit.h>
Public Member Functions | |
| TrackerHit () | |
| default constructor More... | |
| TrackerHit (std::uint64_t cellID, edm4hep::Vector3f position, eicd::CovDiag3f positionError, float time, float timeError, float edep, float edepError) | |
| TrackerHit (TrackerHitObj *obj) | |
| constructor from existing TrackerHitObj More... | |
| TrackerHit (const TrackerHit &other) | |
| copy constructor More... | |
| TrackerHit & | operator= (TrackerHit other) |
| copy-assignment operator More... | |
| MutableTrackerHit | clone () const |
| create a mutable deep-copy of the object with identical relations More... | |
| ~TrackerHit () | |
| destructor More... | |
| const std::uint64_t & | getCellID () const |
| Access the The detector specific (geometrical) cell id. More... | |
| const edm4hep::Vector3f & | getPosition () const |
| Access the Hit (cell) position and time [mm, ns]. More... | |
| const eicd::CovDiag3f & | getPositionError () const |
| Access the Covariance Matrix. More... | |
| const float & | getTime () const |
| Access the Hit time. More... | |
| const float & | getTimeError () const |
| Access the Error on the time. More... | |
| const float & | getEdep () const |
| Access the Energy deposit in this hit [GeV]. More... | |
| const float & | getEdepError () const |
| Access the Error on the energy deposit [GeV]. More... | |
| bool | isAvailable () const |
| check whether the object is actually available More... | |
| void | unlink () |
| disconnect from TrackerHitObj instance More... | |
| bool | operator== (const TrackerHit &other) const |
| bool | operator== (const MutableTrackerHit &other) const |
| bool | operator< (const TrackerHit &other) const |
| unsigned int | id () const |
| const podio::ObjectID | getObjectID () const |
Friends | |
| class | MutableTrackerHit |
| class | TrackerHitCollection |
| class | TrackerHitCollectionIterator |
| void | swap (TrackerHit &a, TrackerHit &b) |
Tracker hit (reconstructed from Raw)
| eicd::TrackerHit::TrackerHit | ( | ) |
default constructor
| eicd::TrackerHit::TrackerHit | ( | std::uint64_t | cellID, |
| edm4hep::Vector3f | position, | ||
| eicd::CovDiag3f | positionError, | ||
| float | time, | ||
| float | timeError, | ||
| float | edep, | ||
| float | edepError | ||
| ) |
| eicd::TrackerHit::TrackerHit | ( | TrackerHitObj * | obj | ) |
constructor from existing TrackerHitObj
| eicd::TrackerHit::TrackerHit | ( | const TrackerHit & | other | ) |
copy constructor
| eicd::TrackerHit::~TrackerHit | ( | ) |
destructor
| MutableTrackerHit eicd::TrackerHit::clone | ( | ) | const |
create a mutable deep-copy of the object with identical relations
| const std::uint64_t & eicd::TrackerHit::getCellID | ( | ) | const |
Access the The detector specific (geometrical) cell id.
| const float & eicd::TrackerHit::getEdep | ( | ) | const |
Access the Energy deposit in this hit [GeV].
| const float & eicd::TrackerHit::getEdepError | ( | ) | const |
Access the Error on the energy deposit [GeV].
| const podio::ObjectID eicd::TrackerHit::getObjectID | ( | ) | const |
| const edm4hep::Vector3f & eicd::TrackerHit::getPosition | ( | ) | const |
Access the Hit (cell) position and time [mm, ns].
| const eicd::CovDiag3f & eicd::TrackerHit::getPositionError | ( | ) | const |
Access the Covariance Matrix.
| const float & eicd::TrackerHit::getTime | ( | ) | const |
Access the Hit time.
| const float & eicd::TrackerHit::getTimeError | ( | ) | const |
Access the Error on the time.
|
inline |
| bool eicd::TrackerHit::isAvailable | ( | ) | const |
check whether the object is actually available
|
inline |
| TrackerHit & eicd::TrackerHit::operator= | ( | TrackerHit | other | ) |
copy-assignment operator
| bool eicd::TrackerHit::operator== | ( | const MutableTrackerHit & | other | ) | const |
|
inline |
|
inline |
disconnect from TrackerHitObj instance
|
friend |
|
friend |
|
friend |
|
friend |