EDM4eic
EIC data model
|
#include <ReconstructedParticle.h>
Public Types | |
using | mutable_type = MutableReconstructedParticle |
using | collection_type = ReconstructedParticleCollection |
Public Member Functions | |
ReconstructedParticle () | |
default constructor | |
ReconstructedParticle (std::int32_t type, float energy, edm4hep::Vector3f momentum, edm4hep::Vector3f referencePoint, float charge, float mass, float goodnessOfPID, edm4eic::Cov4f covMatrix, std::int32_t PDG) | |
Constructor initializing all members. | |
ReconstructedParticle (const ReconstructedParticle &other)=default | |
copy constructor | |
ReconstructedParticle & | operator= (ReconstructedParticle other) |
copy-assignment operator | |
MutableReconstructedParticle | clone () const |
create a mutable deep-copy of the object with identical relations | |
~ReconstructedParticle ()=default | |
destructor | |
std::int32_t | getType () const |
Access the type of reconstructed particle. Check/set collection parameters ReconstructedParticleTypeNames and ReconstructedParticleTypeValues. | |
float | getEnergy () const |
Access the [GeV] energy of the reconstructed particle. Four momentum state is not kept consistent internally. | |
const edm4hep::Vector3f & | getMomentum () const |
Access the [GeV] particle momentum. Four momentum state is not kept consistent internally. | |
const edm4hep::Vector3f & | getReferencePoint () const |
Access the [mm] reference, i.e. where the particle has been measured. | |
float | getCharge () const |
Access the charge of the reconstructed particle. | |
float | getMass () const |
Access the [GeV] mass of the reconstructed particle, set independently from four vector. Four momentum state is not kept consistent internally. | |
float | getGoodnessOfPID () const |
Access the overall goodness of the PID on a scale of [0;1]. | |
const edm4eic::Cov4f & | getCovMatrix () const |
Access the covariance matrix of the reconstructed particle 4vector (10 parameters). | |
std::int32_t | getPDG () const |
Access the PDG code for this particle. | |
const edm4eic::Vertex | getStartVertex () const |
Access the Start vertex associated to this particle. | |
const edm4hep::ParticleID | getParticleIDUsed () const |
Access the particle ID used for the kinematics of this particle. | |
std::size_t | clusters_size () const |
edm4eic::Cluster | getClusters (std::size_t) const |
std::vector< edm4eic::Cluster >::const_iterator | clusters_begin () const |
std::vector< edm4eic::Cluster >::const_iterator | clusters_end () const |
podio::RelationRange< edm4eic::Cluster > | getClusters () const |
std::size_t | tracks_size () const |
edm4eic::Track | getTracks (std::size_t) const |
std::vector< edm4eic::Track >::const_iterator | tracks_begin () const |
std::vector< edm4eic::Track >::const_iterator | tracks_end () const |
podio::RelationRange< edm4eic::Track > | getTracks () const |
std::size_t | particles_size () const |
edm4eic::ReconstructedParticle | getParticles (std::size_t) const |
std::vector< edm4eic::ReconstructedParticle >::const_iterator | particles_begin () const |
std::vector< edm4eic::ReconstructedParticle >::const_iterator | particles_end () const |
podio::RelationRange< edm4eic::ReconstructedParticle > | getParticles () const |
std::size_t | particleIDs_size () const |
edm4hep::ParticleID | getParticleIDs (std::size_t) const |
std::vector< edm4hep::ParticleID >::const_iterator | particleIDs_begin () const |
std::vector< edm4hep::ParticleID >::const_iterator | particleIDs_end () const |
podio::RelationRange< edm4hep::ParticleID > | getParticleIDs () const |
bool | isCompound () const |
bool | isAvailable () const |
check whether the object is actually available | |
void | unlink () |
disconnect from ReconstructedParticleObj instance | |
bool | operator== (const ReconstructedParticle &other) const |
bool | operator== (const MutableReconstructedParticle &other) const |
bool | operator< (const ReconstructedParticle &other) const |
podio::ObjectID | id () const |
const podio::ObjectID | getObjectID () const |
Static Public Member Functions | |
static ReconstructedParticle | makeEmpty () |
Friends | |
class | MutableReconstructedParticle |
class | ReconstructedParticleCollection |
class | edm4eic::ReconstructedParticleCollectionData |
class | ReconstructedParticleCollectionIterator |
void | swap (ReconstructedParticle &a, ReconstructedParticle &b) |
EIC Reconstructed Particle
edm4eic::ReconstructedParticle::ReconstructedParticle | ( | ) |
default constructor
edm4eic::ReconstructedParticle::ReconstructedParticle | ( | std::int32_t | type, |
float | energy, | ||
edm4hep::Vector3f | momentum, | ||
edm4hep::Vector3f | referencePoint, | ||
float | charge, | ||
float | mass, | ||
float | goodnessOfPID, | ||
edm4eic::Cov4f | covMatrix, | ||
std::int32_t | PDG ) |
Constructor initializing all members.
|
default |
copy constructor
|
default |
destructor
MutableReconstructedParticle edm4eic::ReconstructedParticle::clone | ( | ) | const |
create a mutable deep-copy of the object with identical relations
std::vector< edm4eic::Cluster >::const_iterator edm4eic::ReconstructedParticle::clusters_begin | ( | ) | const |
std::vector< edm4eic::Cluster >::const_iterator edm4eic::ReconstructedParticle::clusters_end | ( | ) | const |
std::size_t edm4eic::ReconstructedParticle::clusters_size | ( | ) | const |
float edm4eic::ReconstructedParticle::getCharge | ( | ) | const |
Access the charge of the reconstructed particle.
podio::RelationRange< edm4eic::Cluster > edm4eic::ReconstructedParticle::getClusters | ( | ) | const |
edm4eic::Cluster edm4eic::ReconstructedParticle::getClusters | ( | std::size_t | index | ) | const |
const edm4eic::Cov4f & edm4eic::ReconstructedParticle::getCovMatrix | ( | ) | const |
Access the covariance matrix of the reconstructed particle 4vector (10 parameters).
float edm4eic::ReconstructedParticle::getEnergy | ( | ) | const |
Access the [GeV] energy of the reconstructed particle. Four momentum state is not kept consistent internally.
float edm4eic::ReconstructedParticle::getGoodnessOfPID | ( | ) | const |
Access the overall goodness of the PID on a scale of [0;1].
float edm4eic::ReconstructedParticle::getMass | ( | ) | const |
Access the [GeV] mass of the reconstructed particle, set independently from four vector. Four momentum state is not kept consistent internally.
const edm4hep::Vector3f & edm4eic::ReconstructedParticle::getMomentum | ( | ) | const |
Access the [GeV] particle momentum. Four momentum state is not kept consistent internally.
const podio::ObjectID edm4eic::ReconstructedParticle::getObjectID | ( | ) | const |
podio::RelationRange< edm4hep::ParticleID > edm4eic::ReconstructedParticle::getParticleIDs | ( | ) | const |
edm4hep::ParticleID edm4eic::ReconstructedParticle::getParticleIDs | ( | std::size_t | index | ) | const |
const edm4hep::ParticleID edm4eic::ReconstructedParticle::getParticleIDUsed | ( | ) | const |
Access the particle ID used for the kinematics of this particle.
podio::RelationRange< edm4eic::ReconstructedParticle > edm4eic::ReconstructedParticle::getParticles | ( | ) | const |
edm4eic::ReconstructedParticle edm4eic::ReconstructedParticle::getParticles | ( | std::size_t | index | ) | const |
std::int32_t edm4eic::ReconstructedParticle::getPDG | ( | ) | const |
Access the PDG code for this particle.
const edm4hep::Vector3f & edm4eic::ReconstructedParticle::getReferencePoint | ( | ) | const |
Access the [mm] reference, i.e. where the particle has been measured.
const edm4eic::Vertex edm4eic::ReconstructedParticle::getStartVertex | ( | ) | const |
Access the Start vertex associated to this particle.
podio::RelationRange< edm4eic::Track > edm4eic::ReconstructedParticle::getTracks | ( | ) | const |
edm4eic::Track edm4eic::ReconstructedParticle::getTracks | ( | std::size_t | index | ) | const |
std::int32_t edm4eic::ReconstructedParticle::getType | ( | ) | const |
Access the type of reconstructed particle. Check/set collection parameters ReconstructedParticleTypeNames and ReconstructedParticleTypeValues.
|
inline |
bool edm4eic::ReconstructedParticle::isAvailable | ( | ) | const |
check whether the object is actually available
|
inline |
|
static |
|
inline |
ReconstructedParticle & edm4eic::ReconstructedParticle::operator= | ( | ReconstructedParticle | other | ) |
copy-assignment operator
bool edm4eic::ReconstructedParticle::operator== | ( | const MutableReconstructedParticle & | other | ) | const |
|
inline |
std::vector< edm4hep::ParticleID >::const_iterator edm4eic::ReconstructedParticle::particleIDs_begin | ( | ) | const |
std::vector< edm4hep::ParticleID >::const_iterator edm4eic::ReconstructedParticle::particleIDs_end | ( | ) | const |
std::size_t edm4eic::ReconstructedParticle::particleIDs_size | ( | ) | const |
std::vector< edm4eic::ReconstructedParticle >::const_iterator edm4eic::ReconstructedParticle::particles_begin | ( | ) | const |
std::vector< edm4eic::ReconstructedParticle >::const_iterator edm4eic::ReconstructedParticle::particles_end | ( | ) | const |
std::size_t edm4eic::ReconstructedParticle::particles_size | ( | ) | const |
std::vector< edm4eic::Track >::const_iterator edm4eic::ReconstructedParticle::tracks_begin | ( | ) | const |
std::vector< edm4eic::Track >::const_iterator edm4eic::ReconstructedParticle::tracks_end | ( | ) | const |
std::size_t edm4eic::ReconstructedParticle::tracks_size | ( | ) | const |
|
inline |
disconnect from ReconstructedParticleObj instance
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |