|
EDM4eic
EIC data model
|
#include <MutableRawTrackerHit.h>
Public Types | |
| using | object_type = RawTrackerHit |
| using | collection_type = RawTrackerHitCollection |
Public Member Functions | |
| MutableRawTrackerHit () | |
| default constructor | |
| MutableRawTrackerHit (const std::uint64_t cellID, const std::int32_t charge, const std::int32_t timeStamp) | |
| Constructor initializing all members. | |
| MutableRawTrackerHit (const MutableRawTrackerHit &other)=default | |
| copy constructor | |
| MutableRawTrackerHit & | operator= (MutableRawTrackerHit other) & |
| copy-assignment operator | |
| MutableRawTrackerHit & | operator= (MutableRawTrackerHit other) &&=delete |
| MutableRawTrackerHit | clone (bool cloneRelations=true) const |
| ~MutableRawTrackerHit ()=default | |
| destructor | |
| 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 (const std::uint64_t cellID) |
| Set the The detector specific (geometrical) cell id. | |
| std::uint64_t & | getCellID () |
| Get mutable reference to The detector specific (geometrical) cell id. | |
| std::uint64_t & | cellID () |
| Get reference to The detector specific (geometrical) cell id. | |
| void | setCharge (const std::int32_t charge) |
| Set the ADC value. | |
| std::int32_t & | getCharge () |
| Get mutable reference to ADC value. | |
| std::int32_t & | charge () |
| Get reference to ADC value. | |
| void | setTimeStamp (const std::int32_t timeStamp) |
| Set the TDC value. | |
| std::int32_t & | getTimeStamp () |
| Get mutable reference to TDC value. | |
| std::int32_t & | timeStamp () |
| Get reference to 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 |
| 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 | ( | const std::uint64_t | cellID, |
| const std::int32_t | charge, | ||
| const std::int32_t | timeStamp ) |
Constructor initializing all members.
|
default |
copy constructor
|
default |
destructor
| std::uint64_t & edm4eic::MutableRawTrackerHit::cellID | ( | ) |
Get reference to The detector specific (geometrical) cell id.
| std::int32_t & edm4eic::MutableRawTrackerHit::charge | ( | ) |
Get reference to ADC value.
| MutableRawTrackerHit edm4eic::MutableRawTrackerHit::clone | ( | bool | cloneRelations = true | ) | const |
create a mutable deep-copy of the object with identical relations if cloneRelations=false, the relations are not cloned and will be empty
| std::uint64_t & edm4eic::MutableRawTrackerHit::getCellID | ( | ) |
Get mutable reference to The detector specific (geometrical) cell id.
| std::uint64_t edm4eic::MutableRawTrackerHit::getCellID | ( | ) | const |
Access the The detector specific (geometrical) cell id.
| std::int32_t & edm4eic::MutableRawTrackerHit::getCharge | ( | ) |
Get mutable reference to ADC value.
| std::int32_t edm4eic::MutableRawTrackerHit::getCharge | ( | ) | const |
Access the ADC value.
| const podio::ObjectID edm4eic::MutableRawTrackerHit::getObjectID | ( | ) | const |
| std::int32_t & edm4eic::MutableRawTrackerHit::getTimeStamp | ( | ) |
Get mutable reference to TDC value.
| std::int32_t edm4eic::MutableRawTrackerHit::getTimeStamp | ( | ) | const |
Access the TDC value.
|
inline |
| bool edm4eic::MutableRawTrackerHit::isAvailable | ( | ) | const |
check whether the object is actually available
|
inline |
|
inline |
|
inline |
| MutableRawTrackerHit & edm4eic::MutableRawTrackerHit::operator= | ( | MutableRawTrackerHit | other | ) | & |
copy-assignment operator
|
delete |
|
inline |
| bool edm4eic::MutableRawTrackerHit::operator== | ( | const RawTrackerHit & | other | ) | const |
| void edm4eic::MutableRawTrackerHit::setCellID | ( | const std::uint64_t | cellID | ) |
Set the The detector specific (geometrical) cell id.
| void edm4eic::MutableRawTrackerHit::setCharge | ( | const std::int32_t | charge | ) |
Set the ADC value.
| void edm4eic::MutableRawTrackerHit::setTimeStamp | ( | const std::int32_t | timeStamp | ) |
Set the TDC value.
| std::int32_t & edm4eic::MutableRawTrackerHit::timeStamp | ( | ) |
Get reference to TDC value.
|
inline |
disconnect from RawTrackerHitObj instance
|
friend |
|
friend |
|
friend |
|
friend |