|
EDM4eic
EIC data model
|
#include <IrtRadiatorInfo.h>
Public Types | |
| using | mutable_type = MutableIrtRadiatorInfo |
| using | collection_type = IrtRadiatorInfoCollection |
Public Member Functions | |
| IrtRadiatorInfo ()=default | |
| default constructor | |
| IrtRadiatorInfo (const std::uint16_t npe, const std::uint16_t nhits, const float angle) | |
| Constructor initializing all members. | |
| IrtRadiatorInfo (const IrtRadiatorInfo &other)=default | |
| copy constructor | |
| IrtRadiatorInfo & | operator= (IrtRadiatorInfo other) & |
| copy-assignment operator | |
| IrtRadiatorInfo & | operator= (IrtRadiatorInfo other) &&=delete |
| MutableIrtRadiatorInfo | clone (bool cloneRelations=true) const |
| ~IrtRadiatorInfo ()=default | |
| destructor | |
| IrtRadiatorInfo (const MutableIrtRadiatorInfo &other) | |
| converting constructor from mutable object | |
| std::uint16_t | getNpe () const |
| Access the Detected photoelectron count. | |
| std::uint16_t | getNhits () const |
| Access the Hit count associated with this radiator by IRT engine. | |
| float | getAngle () const |
| Access the Reconstructed Cherenkov angle. | |
| bool | isAvailable () const |
| check whether the object is actually available | |
| void | unlink () |
| disconnect from IrtRadiatorInfoObj instance | |
| bool | operator== (const IrtRadiatorInfo &other) const |
| bool | operator== (const MutableIrtRadiatorInfo &other) const |
| bool | operator!= (const IrtRadiatorInfo &other) const |
| bool | operator!= (const MutableIrtRadiatorInfo &other) const |
| bool | operator< (const IrtRadiatorInfo &other) const |
| podio::ObjectID | id () const |
| const podio::ObjectID | getObjectID () const |
Static Public Member Functions | |
| static IrtRadiatorInfo | makeEmpty () |
Static Public Attributes | |
| static constexpr std::string_view | typeName = "edm4eic::IrtRadiatorInfo" |
Friends | |
| class | MutableIrtRadiatorInfo |
| class | IrtRadiatorInfoCollection |
| class | edm4eic::IrtRadiatorInfoCollectionData |
| class | IrtRadiatorInfoCollectionIterator |
| podio::detail::OrderKey | podio::detail::getOrderKey (const IrtRadiatorInfo &obj) |
| void | swap (IrtRadiatorInfo &a, IrtRadiatorInfo &b) |
IRT 2.1 output (radiator level)
|
default |
default constructor
| edm4eic::IrtRadiatorInfo::IrtRadiatorInfo | ( | const std::uint16_t | npe, |
| const std::uint16_t | nhits, | ||
| const float | angle ) |
Constructor initializing all members.
|
default |
copy constructor
|
default |
destructor
| edm4eic::IrtRadiatorInfo::IrtRadiatorInfo | ( | const MutableIrtRadiatorInfo & | other | ) |
converting constructor from mutable object
| MutableIrtRadiatorInfo edm4eic::IrtRadiatorInfo::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
| float edm4eic::IrtRadiatorInfo::getAngle | ( | ) | const |
Access the Reconstructed Cherenkov angle.
| std::uint16_t edm4eic::IrtRadiatorInfo::getNhits | ( | ) | const |
Access the Hit count associated with this radiator by IRT engine.
| std::uint16_t edm4eic::IrtRadiatorInfo::getNpe | ( | ) | const |
Access the Detected photoelectron count.
| const podio::ObjectID edm4eic::IrtRadiatorInfo::getObjectID | ( | ) | const |
|
inline |
| bool edm4eic::IrtRadiatorInfo::isAvailable | ( | ) | const |
check whether the object is actually available
|
static |
|
inline |
|
inline |
|
inline |
| IrtRadiatorInfo & edm4eic::IrtRadiatorInfo::operator= | ( | IrtRadiatorInfo | other | ) | & |
copy-assignment operator
|
delete |
|
inline |
| bool edm4eic::IrtRadiatorInfo::operator== | ( | const MutableIrtRadiatorInfo & | other | ) | const |
|
inline |
disconnect from IrtRadiatorInfoObj instance
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
staticconstexpr |