LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
EVENT::TPCHit Class Referenceabstract

Deprecated. More...

#include <TPCHit.h>

+ Inheritance diagram for EVENT::TPCHit:

Public Types

typedef TPCHit 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

virtual ~TPCHit ()
 Destructor. More...
 
virtual int getCellID () const =0
 Returns the detector specific cell id. More...
 
virtual float getTime () const =0
 Returns the time of the hit. More...
 
virtual float getCharge () const =0
 Returns the integrated charge of the hit. More...
 
virtual int getQuality () const =0
 Returns a quality flag for the hit. More...
 
virtual int getNRawDataWords () const =0
 Return the number of raw data (32-bit) words stored for the hit. More...
 
virtual int getRawDataWord (int i) const =0
 Return the raw data (32-bit) word at i. More...
 
- Public Member Functions inherited from EVENT::LCObject
virtual ~LCObject ()
 Destructor. More...
 
virtual int id () const =0
 Returns an object id for internal (debugging) use in LCIO. More...
 
virtual LCObjectclone () 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...
 

Detailed Description

Deprecated.

Please use TrackerRawData, TrackerData and TrackerPulse instead. A future version of LCIO will not support writing of TPCHit collections anymore.

Deprecated:
Author
gaede
Version
Id:
TPCHit.aid,v 1.5 2006-03-24 13:25:52 gaede Exp

Definition at line 22 of file TPCHit.h.

Member Typedef Documentation

Useful typedef for template programming with LCIO.

Definition at line 30 of file TPCHit.h.

Constructor & Destructor Documentation

virtual EVENT::TPCHit::~TPCHit ( )
inlinevirtual

Destructor.

Definition at line 26 of file TPCHit.h.

Member Function Documentation

virtual int EVENT::TPCHit::getCellID ( ) const
pure virtual

Returns the detector specific cell id.

Implemented in IMPL::TPCHitImpl.

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

virtual float EVENT::TPCHit::getCharge ( ) const
pure virtual

Returns the integrated charge of the hit.

Implemented in IMPL::TPCHitImpl.

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

virtual int EVENT::TPCHit::getNRawDataWords ( ) const
pure virtual

Return the number of raw data (32-bit) words stored for the hit.

Check the flag word (bit TPCBIT_RAW) of the collection if raw data is stored at all.

Implemented in IMPL::TPCHitImpl.

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

virtual int EVENT::TPCHit::getQuality ( ) const
pure virtual

Returns a quality flag for the hit.

Implemented in IMPL::TPCHitImpl.

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

virtual int EVENT::TPCHit::getRawDataWord ( int  i) const
pure virtual

Return the raw data (32-bit) word at i.

Check the flag word (bit TPCBIT_RAW) of the collection if raw data is stored at all.

Implemented in IMPL::TPCHitImpl.

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

virtual float EVENT::TPCHit::getTime ( ) const
pure virtual

Returns the time of the hit.

Implemented in IMPL::TPCHitImpl.

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


The documentation for this class was generated from the following file: