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