| 
    LCIO
    02.17
    
   | 
 
Adding stuff needed for io (friend declarations, etc.) More...
#include <TrackIOImpl.h>
 Inheritance diagram for IOIMPL::TrackIOImpl:Friends | |
| class | SIO::SIOTrackHandler | 
Additional Inherited Members | |
  Public Types inherited from EVENT::Track | |
| typedef Track | lcobject_type | 
| Useful typedef for template programming with LCIO.  More... | |
  Public Types inherited from lcrtrel::LCRTRelations | |
| typedef std::type_index | ext_index | 
| typedef std::shared_ptr< void > | ext_type | 
| typedef std::map< ext_index,  ext_type >  | ext_map | 
  Public Member Functions inherited from IMPL::TrackImpl | |
| TrackImpl () | |
| Default constructor, initializes values to 0.  More... | |
| TrackImpl (const TrackImpl &) | |
| Copy constructor - creates shallow copy, i.e.  More... | |
| const TrackImpl & | operator= (const TrackImpl &o) | 
| virtual | ~TrackImpl () | 
| Destructor.  More... | |
| virtual int | id () const | 
| Returns an object id for internal (debugging) use in LCIO.  More... | |
| virtual int | getType () const | 
| Flagword that defines the type of track.  More... | |
| virtual float | getD0 () const | 
| Impact paramter of the track in (r-phi).  More... | |
| virtual float | getPhi () const | 
| Phi of the track at reference point.  More... | |
| virtual float | getOmega () const | 
| Omega is the signed curvature of the track in [1/mm].  More... | |
| virtual float | getZ0 () const | 
| Impact paramter of the track in (r-z).  More... | |
| virtual float | getTanLambda () const | 
| Lambda is the dip angle of the track in r-z at the reference point.  More... | |
| virtual const EVENT::FloatVec & | getCovMatrix () const | 
| Covariance matrix of the track parameters.  More... | |
| virtual const float * | getReferencePoint () const | 
| Reference point of the track parameters.  More... | |
| virtual float | getChi2 () const | 
| True if the reference point is the point of closest approach.  More... | |
| virtual int | getNdf () const | 
| Number of degrees of freedom of the track fit.  More... | |
| virtual float | getdEdx () const | 
| dEdx of the track.  More... | |
| virtual float | getdEdxError () const | 
| Error of dEdx.  More... | |
| virtual float | getRadiusOfInnermostHit () const | 
| The radius of the innermost hit that has been used in the track fit.  More... | |
| virtual const EVENT::IntVec & | getSubdetectorHitNumbers () const | 
| A vector that holds the number of hits in particular subdetectors.  More... | |
| virtual const EVENT::TrackVec & | getTracks () const | 
| The tracks (as Track objects) that have been combined to this track.  More... | |
| virtual const  EVENT::TrackStateVec &  | getTrackStates () const | 
| Returns track states associtated with this track.  More... | |
| virtual const EVENT::TrackState * | getClosestTrackState (float x, float y, float z) const | 
| Returns track state closest to the given point.  More... | |
| virtual const EVENT::TrackState * | getTrackState (int location) const | 
| Returns track state for the given location - or NULL if not found.  More... | |
| virtual const  EVENT::TrackerHitVec &  | getTrackerHits () const | 
| Optionaly ( check/set flag(LCIO::TRBIT_HITS)==1) return the hits that have been used to create this track.  More... | |
| virtual void | setTypeBit (int index, bool val=true) | 
| virtual void | setD0 (float d0) | 
| virtual void | setPhi (float phi) | 
| virtual void | setOmega (float omega) | 
| virtual void | setZ0 (float z0) | 
| virtual void | setTanLambda (float tanLambda) | 
| virtual void | setCovMatrix (const float *cov) | 
| virtual void | setCovMatrix (const EVENT::FloatVec &cov) | 
| virtual void | setReferencePoint (const float *rPnt) | 
| virtual void | setChi2 (float chi2) | 
| virtual void | setNdf (int ndf) | 
| virtual void | setdEdx (float dEdx) | 
| virtual void | setdEdxError (float dEdxError) | 
| virtual void | addTrack (EVENT::Track *trk) | 
| virtual void | addTrackState (EVENT::TrackState *trkstate) | 
| virtual void | addHit (EVENT::TrackerHit *hit) | 
| virtual EVENT::TrackStateVec & | trackStates () | 
| virtual void | setRadiusOfInnermostHit (float r) | 
| virtual EVENT::IntVec & | subdetectorHitNumbers () | 
| Allows modification of the subdetectorHitNumbers, e.g.  More... | |
  Public Member Functions inherited from EVENT::Track | |
| virtual | ~Track () | 
| Destructor.  More... | |
  Public Member Functions inherited from EVENT::LCObject | |
| virtual | ~LCObject () | 
| Destructor.  More... | |
| virtual LCObject * | clone () const | 
| Returns an object id for internal (debugging) use in LCIO.  More... | |
  Public Member Functions inherited from lcrtrel::LCRTRelations | |
| template<class V > | |
| V::ext_type | ext () | 
| 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,...  More... | |
| template<class V > | |
| const V::ext_type | ext () const | 
| 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,...  More... | |
| template<class V > | |
| V::rel_type | rel () | 
| 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.  More... | |
  Public Member Functions inherited from IMPL::AccessChecked | |
| AccessChecked () | |
| virtual | ~AccessChecked () | 
| virtual int | simpleUID () const | 
  Protected Member Functions inherited from IMPL::TrackImpl | |
| virtual void | setType (int type) | 
  Protected Member Functions inherited from IMPL::AccessChecked | |
| virtual void | setReadOnly (bool readOnly) | 
| void | checkAccess () | 
| void | checkAccess (const char *what) | 
  Protected Attributes inherited from IMPL::TrackImpl | |
| std::bitset< 32 > | _type {0} | 
| float | _chi2 {0} | 
| int | _ndf {0} | 
| float | _dEdx {0} | 
| float | _dEdxError {0} | 
| float | _radiusOfInnermostHit {0} | 
| EVENT::IntVec | _subdetectorHitNumbers {} | 
| EVENT::TrackVec | _tracks {} | 
| EVENT::TrackerHitVec | _hits {} | 
| EVENT::TrackStateVec | _trackStates {} | 
  Protected Attributes inherited from IMPL::AccessChecked | |
| bool | _readOnly {false} | 
| int | _id {-1} | 
  Static Protected Attributes inherited from IMPL::TrackImpl | |
| static const TrackStateImpl | _dummy | 
  Static Protected Attributes inherited from IMPL::AccessChecked | |
| static std::atomic_int | _lCObjectId | 
Adding stuff needed for io (friend declarations, etc.)
Definition at line 20 of file TrackIOImpl.h.
      
  | 
  friend | 
Definition at line 22 of file TrackIOImpl.h.
 1.8.5