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

IMPL::ReconstructedParticleImpl Class Reference

#include <ReconstructedParticleImpl.h>

Inheritance diagram for IMPL::ReconstructedParticleImpl:

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

Public Types

typedef ReconstructedParticle lcobject_type

Public Member Functions

 ReconstructedParticleImpl ()
virtual ~ReconstructedParticleImpl ()
 Destructor.
virtual int id () const
virtual int getType () const
virtual bool isCompound () const
virtual const double * getMomentum () const
virtual double getEnergy () const
virtual const EVENT::FloatVecgetCovMatrix () const
virtual double getMass () const
virtual float getCharge () const
virtual const float * getReferencePoint () const
virtual const EVENT::ParticleIDVecgetParticleIDs () const
virtual EVENT::ParticleIDgetParticleIDUsed () const
virtual float getGoodnessOfPID () const
virtual const EVENT::ReconstructedParticleVecgetParticles () const
virtual const EVENT::ClusterVecgetClusters () const
virtual const EVENT::TrackVecgetTracks () const
virtual EVENT::VertexgetStartVertex () const
virtual EVENT::VertexgetEndVertex () const
void setType (int type)
void setMomentum (const float *momentum)
void setMomentum (const double *momentum)
void setEnergy (float energy)
void setCovMatrix (const float *cov)
void setCovMatrix (const EVENT::FloatVec &)
void setMass (float mass)
void setCharge (float charge)
void setReferencePoint (const float *reference)
void addParticleID (EVENT::ParticleID *pid)
void setParticleIDUsed (EVENT::ParticleID *pid)
void setGoodnessOfPID (float goodness)
void addParticle (EVENT::ReconstructedParticle *particle)
void addCluster (EVENT::Cluster *cluster)
void addTrack (EVENT::Track *track)
void setStartVertex (EVENT::Vertex *sv)
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 LCObject * clone () const
template<class V>
V::ext_type ext ()
template<class V>
V::rel_type rel ()
virtual int simpleUID () const

Protected Member Functions

template<class V>
V::ptr & ptr ()
virtual void setReadOnly (bool readOnly)
void checkAccess () throw ( EVENT::ReadOnlyException )
void checkAccess (const char *what) throw ( EVENT::ReadOnlyException )

Protected Attributes

int _type
double _momentum [3]
double _energy
EVENT::FloatVec _cov
double _mass
float _charge
float _reference [3]
EVENT::ParticleID_pidUsed
float _goodnessOfPID
EVENT::ParticleIDVec _pid
EVENT::ReconstructedParticleVec _particles
EVENT::ClusterVec _clusters
EVENT::TrackVec _tracks
EVENT::Vertex_sv
bool _readOnly
int _id

Detailed Description

Implementation of ReconstructedParticle.

See also:
ReconstructedParticle
Author:
gaede
Version:
Mar 30, 2003

Definition at line 22 of file ReconstructedParticleImpl.h.


Member Typedef Documentation

typedef ReconstructedParticle EVENT::ReconstructedParticle::lcobject_type [inherited]
 

Useful typedef for template programming with LCIO

Definition at line 43 of file ReconstructedParticle.h.


Constructor & Destructor Documentation

IMPL::ReconstructedParticleImpl::ReconstructedParticleImpl  ) 
 

Default constructor, initializes values to 0.

Definition at line 11 of file ReconstructedParticleImpl.cc.

References _cov, _momentum, _reference, and NCOVARIANCE.

IMPL::ReconstructedParticleImpl::~ReconstructedParticleImpl  )  [virtual]
 

Destructor.

Definition at line 31 of file ReconstructedParticleImpl.cc.

References _pid.


Member Function Documentation

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

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

void IMPL::ReconstructedParticleImpl::addCluster EVENT::Cluster cluster  ) 
 

Definition at line 175 of file ReconstructedParticleImpl.cc.

References _clusters, and IMPL::AccessChecked::checkAccess().

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

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

void IMPL::ReconstructedParticleImpl::addParticle EVENT::ReconstructedParticle particle  ) 
 

Definition at line 169 of file ReconstructedParticleImpl.cc.

References _particles, and IMPL::AccessChecked::checkAccess().

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

Add a ParticleID object.

See also:
ParticleID

void IMPL::ReconstructedParticleImpl::addParticleID EVENT::ParticleID pid  ) 
 

Definition at line 162 of file ReconstructedParticleImpl.cc.

References _pid, and IMPL::AccessChecked::checkAccess().

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

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

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

void IMPL::ReconstructedParticleImpl::addTrack EVENT::Track track  ) 
 

Definition at line 181 of file ReconstructedParticleImpl.cc.

References _tracks, and IMPL::AccessChecked::checkAccess().

void IMPL::AccessChecked::checkAccess const char *  what  )  throw ( EVENT::ReadOnlyException ) [protected, inherited]
 

Definition at line 20 of file AccessChecked.cc.

void IMPL::AccessChecked::checkAccess  )  throw ( EVENT::ReadOnlyException ) [protected, inherited]
 

Definition at line 16 of file AccessChecked.cc.

Referenced by IMPL::TrackerRawDataImpl::adcValues(), addCluster(), IMPL::ClusterImpl::addCluster(), IMPL::MCParticleImpl::addDaughter(), IMPL::SimCalorimeterHitImpl::addMCParticleContribution(), IMPL::VertexImpl::addParameter(), IMPL::ParticleIDImpl::addParameter(), IMPL::MCParticleImpl::addParent(), addParticle(), addParticleID(), IMPL::ClusterImpl::addParticleID(), IMPL::TrackImpl::addTrack(), addTrack(), IMPL::TrackerDataImpl::chargeValues(), IMPL::TrackerHitImpl::rawHits(), IMPL::TrackerRawDataImpl::setADCValues(), IMPL::VertexImpl::setAlgorithmType(), IMPL::ParticleIDImpl::setAlgorithmType(), IMPL::RawCalorimeterHitImpl::setAmplitude(), IMPL::VertexImpl::setAssociatedParticle(), IMPL::TPCHitImpl::setCellID(), IMPL::SimTrackerHitImpl::setCellID(), IMPL::TrackerRawDataImpl::setCellID0(), IMPL::TrackerPulseImpl::setCellID0(), IMPL::TrackerDataImpl::setCellID0(), IMPL::SimCalorimeterHitImpl::setCellID0(), IMPL::RawCalorimeterHitImpl::setCellID0(), IMPL::CalorimeterHitImpl::setCellID0(), IMPL::TrackerRawDataImpl::setCellID1(), IMPL::TrackerPulseImpl::setCellID1(), IMPL::TrackerDataImpl::setCellID1(), IMPL::SimCalorimeterHitImpl::setCellID1(), IMPL::RawCalorimeterHitImpl::setCellID1(), IMPL::CalorimeterHitImpl::setCellID1(), IMPL::TrackerPulseImpl::setCharge(), IMPL::TPCHitImpl::setCharge(), setCharge(), IMPL::MCParticleImpl::setCharge(), IMPL::TrackerDataImpl::setChargeValues(), IMPL::VertexImpl::setChi2(), IMPL::TrackImpl::setChi2(), IMPL::VertexImpl::setCovMatrix(), IMPL::TrackImpl::setCovMatrix(), IMPL::TrackerHitImpl::setCovMatrix(), setCovMatrix(), IMPL::TrackImpl::setD0(), IMPL::TrackImpl::setdEdx(), IMPL::TrackerHitImpl::setdEdx(), IMPL::SimTrackerHitImpl::setdEdx(), IMPL::TrackImpl::setdEdxError(), IMPL::LCRunHeaderImpl::setDescription(), IMPL::LCRunHeaderImpl::setDetectorName(), IMPL::LCEventImpl::setDetectorName(), IMPL::ClusterImpl::setDirectionError(), IMPL::MCParticleImpl::setEndpoint(), IMPL::SimCalorimeterHitImpl::setEnergy(), setEnergy(), IMPL::ClusterImpl::setEnergy(), IMPL::CalorimeterHitImpl::setEnergy(), IMPL::LCEventImpl::setEventNumber(), IMPL::MCParticleImpl::setGeneratorStatus(), setGoodnessOfPID(), IMPL::ClusterImpl::setIPhi(), IMPL::TrackImpl::setIsReferencePointPCA(), IMPL::ClusterImpl::setITheta(), IMPL::ParticleIDImpl::setLikelihood(), setMass(), IMPL::MCParticleImpl::setMass(), IMPL::SimTrackerHitImpl::setMCParticle(), IMPL::SimTrackerHitImpl::setMomentum(), setMomentum(), IMPL::MCParticleImpl::setMomentum(), IMPL::TrackImpl::setNdf(), IMPL::TrackImpl::setOmega(), setParticleIDUsed(), IMPL::SimTrackerHitImpl::setPathLength(), IMPL::ParticleIDImpl::setPDG(), IMPL::MCParticleImpl::setPDG(), IMPL::TrackImpl::setPhi(), IMPL::VertexImpl::setPosition(), IMPL::TrackerHitImpl::setPosition(), IMPL::SimTrackerHitImpl::setPosition(), IMPL::SimCalorimeterHitImpl::setPosition(), IMPL::ClusterImpl::setPosition(), IMPL::CalorimeterHitImpl::setPosition(), IMPL::ClusterImpl::setPositionError(), IMPL::VertexImpl::setPrimary(), IMPL::VertexImpl::setProbability(), IMPL::TrackerPulseImpl::setQuality(), IMPL::TPCHitImpl::setQuality(), IMPL::TrackerPulseImpl::setQualityBit(), IMPL::TrackImpl::setRadiusOfInnermostHit(), IMPL::TPCHitImpl::setRawData(), IMPL::CalorimeterHitImpl::setRawHit(), IMPL::TrackImpl::setReferencePoint(), setReferencePoint(), IMPL::LCRunHeaderImpl::setRunNumber(), IMPL::LCEventImpl::setRunNumber(), IMPL::ClusterImpl::setShape(), IMPL::MCParticleImpl::setSimulatorStatus(), setStartVertex(), IMPL::TrackImpl::setTanLambda(), IMPL::TrackerRawDataImpl::setTime(), IMPL::TrackerPulseImpl::setTime(), IMPL::TrackerHitImpl::setTime(), IMPL::TrackerDataImpl::setTime(), IMPL::TPCHitImpl::setTime(), IMPL::SimTrackerHitImpl::setTime(), IMPL::MCParticleImpl::setTime(), IMPL::CalorimeterHitImpl::setTime(), IMPL::RawCalorimeterHitImpl::setTimeStamp(), IMPL::LCEventImpl::setTimeStamp(), IMPL::TrackerPulseImpl::setTrackerData(), IMPL::TrackImpl::setType(), IMPL::TrackerHitImpl::setType(), setType(), IMPL::ParticleIDImpl::setType(), IMPL::ClusterImpl::setType(), IMPL::CalorimeterHitImpl::setType(), IMPL::TrackImpl::setTypeBit(), IMPL::ClusterImpl::setTypeBit(), IMPL::LCParametersImpl::setValue(), IMPL::LCParametersImpl::setValues(), IMPL::MCParticleImpl::setVertex(), IMPL::TrackImpl::setZ0(), IMPL::ClusterImpl::subdetectorEnergies(), and IMPL::TrackImpl::subdetectorHitNumbers().

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.

float IMPL::ReconstructedParticleImpl::getCharge  )  const [virtual]
 

Charge of the reconstructed particle.

Implements EVENT::ReconstructedParticle.

Definition at line 45 of file ReconstructedParticleImpl.cc.

const EVENT::ClusterVec & IMPL::ReconstructedParticleImpl::getClusters  )  const [virtual]
 

The clusters that have been used for this particle.

Implements EVENT::ReconstructedParticle.

Definition at line 59 of file ReconstructedParticleImpl.cc.

const EVENT::FloatVec & IMPL::ReconstructedParticleImpl::getCovMatrix  )  const [virtual]
 

Covariance matrix of the reconstructed particle's 4vector (10 parameters).

Implements EVENT::ReconstructedParticle.

Definition at line 43 of file ReconstructedParticleImpl.cc.

EVENT::Vertex * IMPL::ReconstructedParticleImpl::getEndVertex  )  const [virtual]
 

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

Implements EVENT::ReconstructedParticle.

Definition at line 72 of file ReconstructedParticleImpl.cc.

References getParticles().

double IMPL::ReconstructedParticleImpl::getEnergy  )  const [virtual]
 

Energy of the reconstructed particle.

Implements EVENT::ReconstructedParticle.

Definition at line 42 of file ReconstructedParticleImpl.cc.

float IMPL::ReconstructedParticleImpl::getGoodnessOfPID  )  const [virtual]
 

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

Implements EVENT::ReconstructedParticle.

Definition at line 51 of file ReconstructedParticleImpl.cc.

double IMPL::ReconstructedParticleImpl::getMass  )  const [virtual]
 

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

Implements EVENT::ReconstructedParticle.

Definition at line 44 of file ReconstructedParticleImpl.cc.

const double * IMPL::ReconstructedParticleImpl::getMomentum  )  const [virtual]
 

The magnitude of the reconstructed particle's momentum,

Implements EVENT::ReconstructedParticle.

Definition at line 41 of file ReconstructedParticleImpl.cc.

const EVENT::ParticleIDVec & IMPL::ReconstructedParticleImpl::getParticleIDs  )  const [virtual]
 

The particle Id's sorted by their likelihood.

See also:
ParticleID

Implements EVENT::ReconstructedParticle.

Definition at line 54 of file ReconstructedParticleImpl.cc.

EVENT::ParticleID * IMPL::ReconstructedParticleImpl::getParticleIDUsed  )  const [virtual]
 

The particle Id used for the kinematics of this particle.

See also:
ParticleID

Implements EVENT::ReconstructedParticle.

Definition at line 49 of file ReconstructedParticleImpl.cc.

const EVENT::ReconstructedParticleVec & IMPL::ReconstructedParticleImpl::getParticles  )  const [virtual]
 

The reconstructed particles that have been combined to this particle.

Implements EVENT::ReconstructedParticle.

Definition at line 56 of file ReconstructedParticleImpl.cc.

Referenced by getEndVertex().

const float * IMPL::ReconstructedParticleImpl::getReferencePoint  )  const [virtual]
 

Reference point of the reconstructedParticle parameters.

Implements EVENT::ReconstructedParticle.

Definition at line 46 of file ReconstructedParticleImpl.cc.

EVENT::Vertex * IMPL::ReconstructedParticleImpl::getStartVertex  )  const [virtual]
 

The start vertex associated to this particle

Implements EVENT::ReconstructedParticle.

Definition at line 68 of file ReconstructedParticleImpl.cc.

const EVENT::TrackVec & IMPL::ReconstructedParticleImpl::getTracks  )  const [virtual]
 

The tracks that have been used for this particle.

Implements EVENT::ReconstructedParticle.

Definition at line 62 of file ReconstructedParticleImpl.cc.

int IMPL::ReconstructedParticleImpl::getType  )  const [virtual]
 

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

Implements EVENT::ReconstructedParticle.

Definition at line 38 of file ReconstructedParticleImpl.cc.

virtual int IMPL::ReconstructedParticleImpl::id  )  const [inline, virtual]
 

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

Implements EVENT::LCObject.

Definition at line 33 of file ReconstructedParticleImpl.h.

virtual bool IMPL::ReconstructedParticleImpl::isCompound  )  const [inline, virtual]
 

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

Implements EVENT::ReconstructedParticle.

Definition at line 44 of file ReconstructedParticleImpl.h.

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.

void IMPL::ReconstructedParticleImpl::setCharge float  charge  ) 
 

Definition at line 140 of file ReconstructedParticleImpl.cc.

References _charge, and IMPL::AccessChecked::checkAccess().

void IMPL::ReconstructedParticleImpl::setCovMatrix const EVENT::FloatVec  ) 
 

Definition at line 130 of file ReconstructedParticleImpl.cc.

References _cov, and IMPL::AccessChecked::checkAccess().

void IMPL::ReconstructedParticleImpl::setCovMatrix const float *  cov  ) 
 

Definition at line 125 of file ReconstructedParticleImpl.cc.

References _cov, and IMPL::AccessChecked::checkAccess().

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

void IMPL::ReconstructedParticleImpl::setEnergy float  energy  ) 
 

Definition at line 120 of file ReconstructedParticleImpl.cc.

References _energy, and IMPL::AccessChecked::checkAccess().

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

void IMPL::ReconstructedParticleImpl::setGoodnessOfPID float  goodness  ) 
 

Definition at line 157 of file ReconstructedParticleImpl.cc.

References _goodnessOfPID, and IMPL::AccessChecked::checkAccess().

void IMPL::ReconstructedParticleImpl::setMass float  mass  ) 
 

Definition at line 135 of file ReconstructedParticleImpl.cc.

References _mass, and IMPL::AccessChecked::checkAccess().

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

void IMPL::ReconstructedParticleImpl::setMomentum const double *  momentum  ) 
 

Definition at line 113 of file ReconstructedParticleImpl.cc.

References _momentum, and IMPL::AccessChecked::checkAccess().

void IMPL::ReconstructedParticleImpl::setMomentum const float *  momentum  ) 
 

Definition at line 106 of file ReconstructedParticleImpl.cc.

References _momentum, and IMPL::AccessChecked::checkAccess().

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

void IMPL::ReconstructedParticleImpl::setParticleIDUsed EVENT::ParticleID pid  ) 
 

Definition at line 152 of file ReconstructedParticleImpl.cc.

References _pidUsed, and IMPL::AccessChecked::checkAccess().

void IMPL::AccessChecked::setReadOnly bool  readOnly  )  [protected, virtual, inherited]
 

Reimplemented in IMPL::LCCollectionVec, and IMPL::LCRunHeaderImpl.

Definition at line 14 of file AccessChecked.cc.

References IMPL::AccessChecked::_readOnly.

Referenced by IMPL::LCEventImpl::setAccessMode(), and IMPL::LCCollectionVec::setReadOnly().

void IMPL::ReconstructedParticleImpl::setReferencePoint const float *  reference  ) 
 

Definition at line 145 of file ReconstructedParticleImpl.cc.

References _reference, and IMPL::AccessChecked::checkAccess().

void IMPL::ReconstructedParticleImpl::setStartVertex EVENT::Vertex sv  ) 
 

Definition at line 79 of file ReconstructedParticleImpl.cc.

References _sv, and IMPL::AccessChecked::checkAccess().

void IMPL::ReconstructedParticleImpl::setType int  type  ) 
 

Definition at line 91 of file ReconstructedParticleImpl.cc.

References _type, and IMPL::AccessChecked::checkAccess().

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

virtual int IMPL::AccessChecked::simpleUID  )  const [inline, virtual, inherited]
 

Definition at line 24 of file AccessChecked.h.


Member Data Documentation

float IMPL::ReconstructedParticleImpl::_charge [protected]
 

Definition at line 137 of file ReconstructedParticleImpl.h.

Referenced by SIO::SIOReconstructedParticleHandler::read(), and setCharge().

EVENT::ClusterVec IMPL::ReconstructedParticleImpl::_clusters [protected]
 

Definition at line 144 of file ReconstructedParticleImpl.h.

Referenced by addCluster(), and SIO::SIOReconstructedParticleHandler::read().

EVENT::FloatVec IMPL::ReconstructedParticleImpl::_cov [protected]
 

Definition at line 135 of file ReconstructedParticleImpl.h.

Referenced by ReconstructedParticleImpl(), and setCovMatrix().

double IMPL::ReconstructedParticleImpl::_energy [protected]
 

Definition at line 134 of file ReconstructedParticleImpl.h.

Referenced by SIO::SIOReconstructedParticleHandler::read(), and setEnergy().

float IMPL::ReconstructedParticleImpl::_goodnessOfPID [protected]
 

Definition at line 140 of file ReconstructedParticleImpl.h.

Referenced by SIO::SIOReconstructedParticleHandler::read(), and setGoodnessOfPID().

int IMPL::AccessChecked::_id [protected, inherited]
 

Definition at line 34 of file AccessChecked.h.

Referenced by IMPL::AccessChecked::AccessChecked().

double IMPL::ReconstructedParticleImpl::_mass [protected]
 

Definition at line 136 of file ReconstructedParticleImpl.h.

Referenced by SIO::SIOReconstructedParticleHandler::read(), and setMass().

double IMPL::ReconstructedParticleImpl::_momentum[3] [protected]
 

Definition at line 133 of file ReconstructedParticleImpl.h.

Referenced by SIO::SIOReconstructedParticleHandler::read(), ReconstructedParticleImpl(), and setMomentum().

EVENT::ReconstructedParticleVec IMPL::ReconstructedParticleImpl::_particles [protected]
 

Definition at line 142 of file ReconstructedParticleImpl.h.

Referenced by addParticle(), and SIO::SIOReconstructedParticleHandler::read().

EVENT::ParticleIDVec IMPL::ReconstructedParticleImpl::_pid [protected]
 

Definition at line 141 of file ReconstructedParticleImpl.h.

Referenced by addParticleID(), and ~ReconstructedParticleImpl().

EVENT::ParticleID* IMPL::ReconstructedParticleImpl::_pidUsed [protected]
 

Definition at line 139 of file ReconstructedParticleImpl.h.

Referenced by SIO::SIOReconstructedParticleHandler::read(), and setParticleIDUsed().

bool IMPL::AccessChecked::_readOnly [protected, inherited]
 

Definition at line 33 of file AccessChecked.h.

Referenced by IMPL::AccessChecked::setReadOnly().

float IMPL::ReconstructedParticleImpl::_reference[3] [protected]
 

Definition at line 138 of file ReconstructedParticleImpl.h.

Referenced by SIO::SIOReconstructedParticleHandler::read(), ReconstructedParticleImpl(), and setReferencePoint().

EVENT::Vertex* IMPL::ReconstructedParticleImpl::_sv [protected]
 

Definition at line 151 of file ReconstructedParticleImpl.h.

Referenced by SIO::SIOReconstructedParticleHandler::read(), and setStartVertex().

EVENT::TrackVec IMPL::ReconstructedParticleImpl::_tracks [protected]
 

Definition at line 146 of file ReconstructedParticleImpl.h.

Referenced by addTrack(), and SIO::SIOReconstructedParticleHandler::read().

int IMPL::ReconstructedParticleImpl::_type [protected]
 

Definition at line 132 of file ReconstructedParticleImpl.h.

Referenced by SIO::SIOReconstructedParticleHandler::read(), and setType().


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