Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

EVENT::ReconstructedParticle Class Reference

#include <ReconstructedParticle.h>

Inheritance diagram for EVENT::ReconstructedParticle:

EVENT::LCObject lcrtrel::LCRTRelations IMPL::ReconstructedParticleImpl IOIMPL::ReconstructedParticleIOImpl List of all members.

Public Types

typedef ReconstructedParticle lcobject_type

Public Member Functions

virtual ~ReconstructedParticle ()
 Destructor.
virtual int getType () const =0
virtual bool isCompound () const =0
virtual const double * getMomentum () const =0
virtual double getEnergy () const =0
virtual const FloatVecgetCovMatrix () const =0
virtual double getMass () const =0
virtual float getCharge () const =0
virtual const float * getReferencePoint () const =0
virtual const ParticleIDVecgetParticleIDs () const =0
virtual ParticleIDgetParticleIDUsed () const =0
virtual float getGoodnessOfPID () const =0
virtual const ReconstructedParticleVecgetParticles () const =0
virtual const ClusterVecgetClusters () const =0
virtual const TrackVecgetTracks () const =0
virtual VertexgetStartVertex () const =0
virtual VertexgetEndVertex () const =0
virtual void addParticleID (ParticleID *pid)=0
virtual void addParticle (ReconstructedParticle *particle)=0
virtual void addCluster (Cluster *cluster)=0
virtual void addTrack (Track *track)=0
virtual int id () const =0
virtual LCObjectclone () const
template<class V>
V::ext_type ext ()
template<class V>
V::rel_type rel ()

Protected Member Functions

template<class V>
V::ptr & ptr ()

Detailed Description

The LCIO reconstructedParticle.

Author:
gaede
Version:
Id
ReconstructedParticle.aid,v 1.18 2006/09/21 06:10:35 gaede Exp

Definition at line 35 of file ReconstructedParticle.h.


Member Typedef Documentation

typedef ReconstructedParticle EVENT::ReconstructedParticle::lcobject_type
 

Useful typedef for template programming with LCIO

Definition at line 43 of file ReconstructedParticle.h.


Constructor & Destructor Documentation

virtual EVENT::ReconstructedParticle::~ReconstructedParticle  )  [inline, virtual]
 

Destructor.

Definition at line 39 of file ReconstructedParticle.h.


Member Function Documentation

virtual void EVENT::ReconstructedParticle::addCluster Cluster cluster  )  [pure virtual]
 

Add a cluster that has been used to create this particle.

virtual void EVENT::ReconstructedParticle::addParticle ReconstructedParticle particle  )  [pure virtual]
 

Add a particle that has been used to create this particle.

virtual void EVENT::ReconstructedParticle::addParticleID ParticleID pid  )  [pure virtual]
 

Add a ParticleID object.

See also:
ParticleID

virtual void EVENT::ReconstructedParticle::addTrack Track track  )  [pure virtual]
 

Add a track that has been used to create this particle.

virtual LCObject* EVENT::LCObject::clone  )  const [inline, virtual, inherited]
 

Deep copy of the object. C++ implementations should return the concrete type (virtual constructor). No reasonable implementation yet. Do not use this method.

Reimplemented in IMPL::SimCalorimeterHitImpl.

Definition at line 52 of file LCObject.h.

template<class V>
V::ext_type lcrtrel::LCRTRelations::ext  )  [inline, inherited]
 

Provides access to an extension object - the type and ownership is defined by the class V which should be a subtype of LCExtension, LCOwnedExtension, LCExtensionVector, LCExtensionList,...

Definition at line 430 of file LCRTRelations.h.

virtual float EVENT::ReconstructedParticle::getCharge  )  const [pure virtual]
 

Charge of the reconstructed particle.

Implemented in IMPL::ReconstructedParticleImpl.

Referenced by UTIL::LCTOOLS::printReconstructedParticles(), and SIO::SIOReconstructedParticleHandler::write().

virtual const ClusterVec& EVENT::ReconstructedParticle::getClusters  )  const [pure virtual]
 

The clusters that have been used for this particle.

Implemented in IMPL::ReconstructedParticleImpl.

Referenced by UTIL::LCTOOLS::printReconstructedParticles(), and SIO::SIOReconstructedParticleHandler::write().

virtual const FloatVec& EVENT::ReconstructedParticle::getCovMatrix  )  const [pure virtual]
 

Covariance matrix of the reconstructed particle's 4vector (10 parameters). Stored as lower triangle matrix of the four momentum (px,py,pz,E), i.e. cov(px,px), cov(py,px), cov( py,py ) , ....

Implemented in IMPL::ReconstructedParticleImpl.

Referenced by UTIL::LCTOOLS::printReconstructedParticles(), and SIO::SIOReconstructedParticleHandler::write().

virtual Vertex* EVENT::ReconstructedParticle::getEndVertex  )  const [pure virtual]
 

The vertex where the particle decays This method actually returns the start vertex from the first daughter particle found

Implemented in IMPL::ReconstructedParticleImpl.

Referenced by UTIL::LCTOOLS::printReconstructedParticles().

virtual double EVENT::ReconstructedParticle::getEnergy  )  const [pure virtual]
 

Energy of the reconstructed particle - only float used in files.

Implemented in IMPL::ReconstructedParticleImpl.

Referenced by marlin::SimpleFastMCProcessor::check(), UTIL::LCTOOLS::printReconstructedParticles(), and SIO::SIOReconstructedParticleHandler::write().

virtual float EVENT::ReconstructedParticle::getGoodnessOfPID  )  const [pure virtual]
 

The overall goodness of the PID on a scale of [0;1].

Implemented in IMPL::ReconstructedParticleImpl.

Referenced by SIO::SIOReconstructedParticleHandler::write().

virtual double EVENT::ReconstructedParticle::getMass  )  const [pure virtual]
 

Mass of the reconstructed particle, set independently from four vector quantities

  • only float used in files.

Implemented in IMPL::ReconstructedParticleImpl.

Referenced by UTIL::LCTOOLS::printReconstructedParticles(), and SIO::SIOReconstructedParticleHandler::write().

virtual const double* EVENT::ReconstructedParticle::getMomentum  )  const [pure virtual]
 

The reconstructed particle's 3-momentum - only float used in files,

Implemented in IMPL::ReconstructedParticleImpl.

Referenced by marlin::SimpleFastMCProcessor::check(), UTIL::LCTOOLS::printReconstructedParticles(), and SIO::SIOReconstructedParticleHandler::write().

virtual const ParticleIDVec& EVENT::ReconstructedParticle::getParticleIDs  )  const [pure virtual]
 

The particle Id's sorted by their likelihood.

See also:
ParticleID

Implemented in IMPL::ReconstructedParticleImpl.

Referenced by UTIL::LCTOOLS::printReconstructedParticles(), and SIO::SIOReconstructedParticleHandler::write().

virtual ParticleID* EVENT::ReconstructedParticle::getParticleIDUsed  )  const [pure virtual]
 

The particle Id used for the kinematics of this particle.

See also:
ParticleID

Implemented in IMPL::ReconstructedParticleImpl.

Referenced by UTIL::LCTOOLS::printReconstructedParticles(), and SIO::SIOReconstructedParticleHandler::write().

virtual const ReconstructedParticleVec& EVENT::ReconstructedParticle::getParticles  )  const [pure virtual]
 

The reconstructed particles that have been combined to this particle.

Implemented in IMPL::ReconstructedParticleImpl.

Referenced by UTIL::LCTOOLS::printReconstructedParticles(), and SIO::SIOReconstructedParticleHandler::write().

virtual const float* EVENT::ReconstructedParticle::getReferencePoint  )  const [pure virtual]
 

Reference point of the reconstructedParticle parameters.

Implemented in IMPL::ReconstructedParticleImpl.

Referenced by UTIL::LCTOOLS::printReconstructedParticles(), and SIO::SIOReconstructedParticleHandler::write().

virtual Vertex* EVENT::ReconstructedParticle::getStartVertex  )  const [pure virtual]
 

The start vertex associated to this particle

Implemented in IMPL::ReconstructedParticleImpl.

Referenced by UTIL::LCTOOLS::printReconstructedParticles(), and SIO::SIOReconstructedParticleHandler::write().

virtual const TrackVec& EVENT::ReconstructedParticle::getTracks  )  const [pure virtual]
 

The tracks that have been used for this particle.

Implemented in IMPL::ReconstructedParticleImpl.

Referenced by UTIL::LCTOOLS::printReconstructedParticles(), and SIO::SIOReconstructedParticleHandler::write().

virtual int EVENT::ReconstructedParticle::getType  )  const [pure virtual]
 

Type of reconstructed particle. Check/set collection parameters ReconstructedParticleTypeNames and ReconstructedParticleTypeValues.

Implemented in IMPL::ReconstructedParticleImpl.

Referenced by marlin::SimpleFastMCProcessor::check(), UTIL::LCTOOLS::printReconstructedParticles(), and SIO::SIOReconstructedParticleHandler::write().

virtual int EVENT::LCObject::id  )  const [pure virtual, inherited]
 

Returns an object id for internal (debugging) use in LCIO.

Implemented in tpc_tracking::CustomLCIOObject, EVENT::LCFloatVec, EVENT::LCGenericObject, EVENT::LCIntVec, EVENT::LCStrVec, IMPL::CalorimeterHitImpl, IMPL::ClusterImpl, IMPL::LCGenericObjectImpl, IMPL::LCRelationImpl, IMPL::LCRunHeaderImpl, IMPL::MCParticleImpl, IMPL::ParticleIDImpl, IMPL::RawCalorimeterHitImpl, IMPL::ReconstructedParticleImpl, IMPL::SimCalorimeterHitImpl, IMPL::SimTrackerHitImpl, IMPL::TPCHitImpl, IMPL::TrackerDataImpl, IMPL::TrackerHitImpl, IMPL::TrackerPulseImpl, IMPL::TrackerRawDataImpl, IMPL::TrackImpl, IMPL::VertexImpl, and tpc_tracking::CustomLCIOObject.

Referenced by UTIL::operator<<(), UTIL::LCTOOLS::printCalorimeterHits(), UTIL::LCTOOLS::printClusters(), UTIL::LCTOOLS::printMCParticles(), UTIL::LCTOOLS::printRawCalorimeterHits(), UTIL::LCTOOLS::printReconstructedParticles(), UTIL::LCTOOLS::printRelation(), UTIL::LCTOOLS::printSimCalorimeterHits(), UTIL::LCTOOLS::printTPCHits(), UTIL::LCTOOLS::printTrackerData(), UTIL::LCTOOLS::printTrackerHits(), UTIL::LCTOOLS::printTrackerPulse(), UTIL::LCTOOLS::printTrackerRawData(), and UTIL::LCTOOLS::printTracks().

virtual bool EVENT::ReconstructedParticle::isCompound  )  const [pure virtual]
 

Convenient method - same as (getParticles().size() > 0 ).

Implemented in IMPL::ReconstructedParticleImpl.

Referenced by UTIL::LCTOOLS::printReconstructedParticles().

template<class V>
V::ptr& lcrtrel::LCRTRelations::ptr  )  [inline, protected, inherited]
 

Returns the reference to the pointer to the extension/relation object

Definition at line 508 of file LCRTRelations.h.

template<class V>
V::rel_type lcrtrel::LCRTRelations::rel  )  [inline, inherited]
 

Provides read access to relations - the object types and their connectivity are defined by the class V which has to be a subtype of either LC1To1Relation, LC1ToNRelation or LCNToNRelation.

Definition at line 444 of file LCRTRelations.h.


The documentation for this class was generated from the following file:
Generated on Sun Jun 3 06:32:24 2007 for A TPC Tracking Environment by  doxygen 1.3.9.1