EVENT::TPCHit Class Reference

Deprecated. More...

#include <pre-generated/EVENT/TPCHit.h>

Inheritance diagram for EVENT::TPCHit:
EVENT::LCObject lcrtrel::LCRTRelations IMPL::TPCHitImpl IOIMPL::TPCHitIOImpl

List of all members.

Public Types

typedef TPCHit lcobject_type
 Useful typedef for template programming with LCIO.

Public Member Functions

virtual ~TPCHit ()
 Destructor.
virtual int getCellID () const =0
 Returns the detector specific cell id.
virtual float getTime () const =0
 Returns the time of the hit.
virtual float getCharge () const =0
 Returns the integrated charge of the hit.
virtual int getQuality () const =0
 Returns a quality flag for the hit.
virtual int getNRawDataWords () const =0
 Return the number of raw data (32-bit) words stored for the hit.
virtual int getRawDataWord (int i) const =0
 Return the raw data (32-bit) word at i.

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

Member Function Documentation

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(), and SIO::SIOTPCHitHandler::write().

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(), and SIO::SIOTPCHitHandler::write().


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Friends

Generated on 6 Mar 2020 for LCIO by  doxygen 1.6.1