EDM4eic
EIC data model
|
#include <MutableCherenkovParticleID.h>
Public Types | |
using | object_type = CherenkovParticleID |
using | collection_type = CherenkovParticleIDCollection |
Public Member Functions | |
MutableCherenkovParticleID () | |
default constructor | |
MutableCherenkovParticleID (float npe, float refractiveIndex, float photonEnergy) | |
Constructor initializing all members. | |
MutableCherenkovParticleID (const MutableCherenkovParticleID &other)=default | |
copy constructor | |
MutableCherenkovParticleID & | operator= (MutableCherenkovParticleID other) |
copy-assignment operator | |
MutableCherenkovParticleID | clone () const |
create a mutable deep-copy of the object with identical relations | |
~MutableCherenkovParticleID ()=default | |
destructor | |
operator CherenkovParticleID () const | |
conversion to const object | |
float | getNpe () const |
Access the Overall photoelectron count. | |
float | getRefractiveIndex () const |
Access the Average refractive index at the Cherenkov photons' vertices. | |
float | getPhotonEnergy () const |
Access the Average energy for these Cherenkov photons [GeV]. | |
const edm4eic::TrackSegment | getChargedParticle () const |
Access the reconstructed charged particle. | |
void | setNpe (float value) |
Set the Overall photoelectron count. | |
void | setRefractiveIndex (float value) |
Set the Average refractive index at the Cherenkov photons' vertices. | |
void | setPhotonEnergy (float value) |
Set the Average energy for these Cherenkov photons [GeV]. | |
void | setChargedParticle (edm4eic::TrackSegment value) |
Set the reconstructed charged particle. | |
void | addToRawHitAssociations (edm4eic::MCRecoTrackerHitAssociation) |
std::size_t | rawHitAssociations_size () const |
edm4eic::MCRecoTrackerHitAssociation | getRawHitAssociations (std::size_t) const |
std::vector< edm4eic::MCRecoTrackerHitAssociation >::const_iterator | rawHitAssociations_begin () const |
std::vector< edm4eic::MCRecoTrackerHitAssociation >::const_iterator | rawHitAssociations_end () const |
podio::RelationRange< edm4eic::MCRecoTrackerHitAssociation > | getRawHitAssociations () const |
void | addToHypotheses (edm4eic::CherenkovParticleIDHypothesis) |
std::size_t | hypotheses_size () const |
edm4eic::CherenkovParticleIDHypothesis | getHypotheses (std::size_t) const |
std::vector< edm4eic::CherenkovParticleIDHypothesis >::const_iterator | hypotheses_begin () const |
std::vector< edm4eic::CherenkovParticleIDHypothesis >::const_iterator | hypotheses_end () const |
podio::RelationRange< edm4eic::CherenkovParticleIDHypothesis > | getHypotheses () const |
void | addToThetaPhiPhotons (edm4hep::Vector2f) |
std::size_t | thetaPhiPhotons_size () const |
edm4hep::Vector2f | getThetaPhiPhotons (std::size_t) const |
std::vector< edm4hep::Vector2f >::const_iterator | thetaPhiPhotons_begin () const |
std::vector< edm4hep::Vector2f >::const_iterator | thetaPhiPhotons_end () const |
podio::RelationRange< edm4hep::Vector2f > | getThetaPhiPhotons () const |
bool | isAvailable () const |
check whether the object is actually available | |
void | unlink () |
disconnect from CherenkovParticleIDObj instance | |
bool | operator== (const MutableCherenkovParticleID &other) const |
bool | operator== (const CherenkovParticleID &other) const |
bool | operator< (const MutableCherenkovParticleID &other) const |
podio::ObjectID | id () const |
const podio::ObjectID | getObjectID () const |
Friends | |
class | CherenkovParticleIDCollection |
class | CherenkovParticleIDMutableCollectionIterator |
class | CherenkovParticleID |
void | swap (MutableCherenkovParticleID &a, MutableCherenkovParticleID &b) |
Cherenkov detector PID
edm4eic::MutableCherenkovParticleID::MutableCherenkovParticleID | ( | ) |
default constructor
edm4eic::MutableCherenkovParticleID::MutableCherenkovParticleID | ( | float | npe, |
float | refractiveIndex, | ||
float | photonEnergy ) |
Constructor initializing all members.
|
default |
copy constructor
|
default |
destructor
void edm4eic::MutableCherenkovParticleID::addToHypotheses | ( | edm4eic::CherenkovParticleIDHypothesis | component | ) |
void edm4eic::MutableCherenkovParticleID::addToRawHitAssociations | ( | edm4eic::MCRecoTrackerHitAssociation | component | ) |
void edm4eic::MutableCherenkovParticleID::addToThetaPhiPhotons | ( | edm4hep::Vector2f | component | ) |
MutableCherenkovParticleID edm4eic::MutableCherenkovParticleID::clone | ( | ) | const |
create a mutable deep-copy of the object with identical relations
const edm4eic::TrackSegment edm4eic::MutableCherenkovParticleID::getChargedParticle | ( | ) | const |
Access the reconstructed charged particle.
podio::RelationRange< edm4eic::CherenkovParticleIDHypothesis > edm4eic::MutableCherenkovParticleID::getHypotheses | ( | ) | const |
edm4eic::CherenkovParticleIDHypothesis edm4eic::MutableCherenkovParticleID::getHypotheses | ( | std::size_t | index | ) | const |
float edm4eic::MutableCherenkovParticleID::getNpe | ( | ) | const |
Access the Overall photoelectron count.
const podio::ObjectID edm4eic::MutableCherenkovParticleID::getObjectID | ( | ) | const |
float edm4eic::MutableCherenkovParticleID::getPhotonEnergy | ( | ) | const |
Access the Average energy for these Cherenkov photons [GeV].
podio::RelationRange< edm4eic::MCRecoTrackerHitAssociation > edm4eic::MutableCherenkovParticleID::getRawHitAssociations | ( | ) | const |
edm4eic::MCRecoTrackerHitAssociation edm4eic::MutableCherenkovParticleID::getRawHitAssociations | ( | std::size_t | index | ) | const |
float edm4eic::MutableCherenkovParticleID::getRefractiveIndex | ( | ) | const |
Access the Average refractive index at the Cherenkov photons' vertices.
podio::RelationRange< edm4hep::Vector2f > edm4eic::MutableCherenkovParticleID::getThetaPhiPhotons | ( | ) | const |
edm4hep::Vector2f edm4eic::MutableCherenkovParticleID::getThetaPhiPhotons | ( | std::size_t | index | ) | const |
std::vector< edm4eic::CherenkovParticleIDHypothesis >::const_iterator edm4eic::MutableCherenkovParticleID::hypotheses_begin | ( | ) | const |
std::vector< edm4eic::CherenkovParticleIDHypothesis >::const_iterator edm4eic::MutableCherenkovParticleID::hypotheses_end | ( | ) | const |
std::size_t edm4eic::MutableCherenkovParticleID::hypotheses_size | ( | ) | const |
|
inline |
bool edm4eic::MutableCherenkovParticleID::isAvailable | ( | ) | const |
check whether the object is actually available
edm4eic::MutableCherenkovParticleID::operator CherenkovParticleID | ( | ) | const |
conversion to const object
|
inline |
MutableCherenkovParticleID & edm4eic::MutableCherenkovParticleID::operator= | ( | MutableCherenkovParticleID | other | ) |
copy-assignment operator
bool edm4eic::MutableCherenkovParticleID::operator== | ( | const CherenkovParticleID & | other | ) | const |
|
inline |
std::vector< edm4eic::MCRecoTrackerHitAssociation >::const_iterator edm4eic::MutableCherenkovParticleID::rawHitAssociations_begin | ( | ) | const |
std::vector< edm4eic::MCRecoTrackerHitAssociation >::const_iterator edm4eic::MutableCherenkovParticleID::rawHitAssociations_end | ( | ) | const |
std::size_t edm4eic::MutableCherenkovParticleID::rawHitAssociations_size | ( | ) | const |
void edm4eic::MutableCherenkovParticleID::setChargedParticle | ( | edm4eic::TrackSegment | value | ) |
Set the reconstructed charged particle.
void edm4eic::MutableCherenkovParticleID::setNpe | ( | float | value | ) |
Set the Overall photoelectron count.
void edm4eic::MutableCherenkovParticleID::setPhotonEnergy | ( | float | value | ) |
Set the Average energy for these Cherenkov photons [GeV].
void edm4eic::MutableCherenkovParticleID::setRefractiveIndex | ( | float | value | ) |
Set the Average refractive index at the Cherenkov photons' vertices.
std::vector< edm4hep::Vector2f >::const_iterator edm4eic::MutableCherenkovParticleID::thetaPhiPhotons_begin | ( | ) | const |
std::vector< edm4hep::Vector2f >::const_iterator edm4eic::MutableCherenkovParticleID::thetaPhiPhotons_end | ( | ) | const |
std::size_t edm4eic::MutableCherenkovParticleID::thetaPhiPhotons_size | ( | ) | const |
|
inline |
disconnect from CherenkovParticleIDObj instance
|
friend |
|
friend |
|
friend |
|
friend |