StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
StPicoETofHit Class Reference

Stores eTOF hit information. More...

#include <StPicoETofHit.h>

Inheritance diagram for StPicoETofHit:

Public Member Functions

 StPicoETofHit ()
 Default consturctor.
 
 StPicoETofHit (const StPicoETofHit &hit)
 Copy constructor.
 
virtual ~StPicoETofHit ()
 Destructor.
 
virtual void Print (const Char_t *option="") const
 Print hit information.
 
Int_t geomId () const
 Return geometry ID of the hit.
 
Int_t sector () const
 Return eTOF sector number (equal to TPC sector numbering)
 
Int_t zPlane () const
 
Int_t counter () const
 
Float_t localX () const
 Return local X coordinate (cm) across strips w.r.t. center of eTOF counter volume.
 
Float_t localY () const
 Return local Y coordinate (cm) along strips w.r.t. center of eTOF counter volume.
 
Int_t clusterSize () const
 Return cluster size of eTOF hit (number of "hits" on different strips clustered into one hit)
 
Float_t time () const
 Return leading edge time (ns) of eTOF hit.
 
Float_t leadingEdgeTime () const
 Return leading edge time (ns) of eTOF hit.
 
Float_t timeOverThreshold () const
 Return time over threshold (ns) of eTOF hit.
 
Float_t tot () const
 Return time over threshold (ns) of eTOF hit.
 
void setGeomId (Int_t geomId)
 Set geometry ID of the hit.
 
void setGeomId (Int_t sector, Int_t plane, Int_t counter)
 Set geometry ID of the hit using sector, plane and counter.
 
void setLocalX (Float_t localX)
 Set local X coordinate (cm) across strips w.r.t. center of eTOF counter volume.
 
void setLocalY (Float_t localY)
 Set local Y coordinate (cm) along strips w.r.t. center of eTOF counter volume.
 
void setClusterSize (Int_t clusterSize)
 Set cluster size of eTOF hit.
 
void setTime (Float_t time)
 Set leading edge time (ns) of eTOF hit.
 
void setLeadingEdgeTime (Float_t time)
 Set leading edge time (ns) of eTOF hit.
 
void setTimeOverThreshold (Float_t tot)
 Set time over threshold (ns) of eTOF hit.
 
void setTot (Float_t tot)
 Set time over threshold (ns) of eTOF hit.
 

Detailed Description

Stores eTOF hit information.

The StPicoETofHit holds inofmation about hits in eTOF

Definition at line 19 of file StPicoETofHit.h.

Member Function Documentation

Int_t StPicoETofHit::counter ( ) const
inline

Return eTOF counter number:

Parameters
1closest to beamline
3farthest from beamline

Definition at line 47 of file StPicoETofHit.h.

Referenced by Print().

Int_t StPicoETofHit::zPlane ( ) const
inline

Return eTOF zPlane number:

Parameters
1closest to interaction point
3closest to pole tip

Definition at line 43 of file StPicoETofHit.h.

Referenced by Print().


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