|
EDM4eic
EIC data model
|
#include <IrtParticle.h>
Public Types | |
| using | mutable_type = MutableIrtParticle |
| using | collection_type = IrtParticleCollection |
Public Member Functions | |
| IrtParticle ()=default | |
| default constructor | |
| IrtParticle (const std::int32_t PDG, const std::uint16_t npe, const std::uint16_t nhits) | |
| Constructor initializing all members. | |
| IrtParticle (const IrtParticle &other)=default | |
| copy constructor | |
| IrtParticle & | operator= (IrtParticle other) & |
| copy-assignment operator | |
| IrtParticle & | operator= (IrtParticle other) &&=delete |
| MutableIrtParticle | clone (bool cloneRelations=true) const |
| ~IrtParticle ()=default | |
| destructor | |
| IrtParticle (const MutableIrtParticle &other) | |
| converting constructor from mutable object | |
| std::int32_t | getPDG () const |
| Access the Reconstructed most probable PDG code. | |
| std::uint16_t | getNpe () const |
| Access the Detected photoelectron count. | |
| std::uint16_t | getNhits () const |
| Access the Hit count associated with this particle by IRT engine. | |
| const edm4eic::Track | getTrack () const |
| Access the charged particle track. | |
| std::size_t | radiators_size () const |
| edm4eic::IrtRadiatorInfo | getRadiators (std::size_t) const |
| std::vector< edm4eic::IrtRadiatorInfo >::const_iterator | radiators_begin () const |
| std::vector< edm4eic::IrtRadiatorInfo >::const_iterator | radiators_end () const |
| podio::RelationRange< edm4eic::IrtRadiatorInfo > | getRadiators () const |
| bool | isAvailable () const |
| check whether the object is actually available | |
| void | unlink () |
| disconnect from IrtParticleObj instance | |
| bool | operator== (const IrtParticle &other) const |
| bool | operator== (const MutableIrtParticle &other) const |
| bool | operator!= (const IrtParticle &other) const |
| bool | operator!= (const MutableIrtParticle &other) const |
| bool | operator< (const IrtParticle &other) const |
| podio::ObjectID | id () const |
| const podio::ObjectID | getObjectID () const |
Static Public Member Functions | |
| static IrtParticle | makeEmpty () |
Static Public Attributes | |
| static constexpr std::string_view | typeName = "edm4eic::IrtParticle" |
Friends | |
| class | MutableIrtParticle |
| class | IrtParticleCollection |
| class | edm4eic::IrtParticleCollectionData |
| class | IrtParticleCollectionIterator |
| podio::detail::OrderKey | podio::detail::getOrderKey (const IrtParticle &obj) |
| void | swap (IrtParticle &a, IrtParticle &b) |
IRT 2.1 output (track level)
|
default |
default constructor
| edm4eic::IrtParticle::IrtParticle | ( | const std::int32_t | PDG, |
| const std::uint16_t | npe, | ||
| const std::uint16_t | nhits ) |
Constructor initializing all members.
|
default |
copy constructor
|
default |
destructor
| edm4eic::IrtParticle::IrtParticle | ( | const MutableIrtParticle & | other | ) |
converting constructor from mutable object
| MutableIrtParticle edm4eic::IrtParticle::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::uint16_t edm4eic::IrtParticle::getNhits | ( | ) | const |
Access the Hit count associated with this particle by IRT engine.
| std::uint16_t edm4eic::IrtParticle::getNpe | ( | ) | const |
Access the Detected photoelectron count.
| const podio::ObjectID edm4eic::IrtParticle::getObjectID | ( | ) | const |
| std::int32_t edm4eic::IrtParticle::getPDG | ( | ) | const |
Access the Reconstructed most probable PDG code.
| podio::RelationRange< edm4eic::IrtRadiatorInfo > edm4eic::IrtParticle::getRadiators | ( | ) | const |
| edm4eic::IrtRadiatorInfo edm4eic::IrtParticle::getRadiators | ( | std::size_t | index | ) | const |
| const edm4eic::Track edm4eic::IrtParticle::getTrack | ( | ) | const |
Access the charged particle track.
|
inline |
| bool edm4eic::IrtParticle::isAvailable | ( | ) | const |
check whether the object is actually available
|
static |
|
inline |
|
inline |
|
inline |
| IrtParticle & edm4eic::IrtParticle::operator= | ( | IrtParticle | other | ) | & |
copy-assignment operator
|
delete |
|
inline |
| bool edm4eic::IrtParticle::operator== | ( | const MutableIrtParticle & | other | ) | const |
| std::vector< edm4eic::IrtRadiatorInfo >::const_iterator edm4eic::IrtParticle::radiators_begin | ( | ) | const |
| std::vector< edm4eic::IrtRadiatorInfo >::const_iterator edm4eic::IrtParticle::radiators_end | ( | ) | const |
| std::size_t edm4eic::IrtParticle::radiators_size | ( | ) | const |
|
inline |
disconnect from IrtParticleObj instance
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
staticconstexpr |