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

Number of hits in diffent zones of the TPC for a given track. More...

#include <TopologyMap.hh>

Public Member Functions

 TopologyMap (Track *track=0)
 Constructor creates the topology map. More...
 
int farEast () const
 Number of hits in far east of TPC (-200 <= z < -150 cm)
 
int nearEast () const
 Number of hits in near east of TPC (-50 <= z < 0 cm)
 
int nearWest () const
 Number of hits in near west of TPC (0 <= z < 50 cm)
 
int farWest () const
 Number of hits in far west of TPC (150 <= z < 200 cm)
 

Detailed Description

Number of hits in diffent zones of the TPC for a given track.

The class TopologyMap holds the number of hits in 4 different zones of the TPC along the beamline:

  1. -200 <= z < -150 (far east)
  2. -50 <= z < 0 (near east)
  3. 0 <= z < 50 (near west)
  4. 150 <= z < 200 (far west)

Definition at line 29 of file TopologyMap.hh.

Constructor & Destructor Documentation

TopologyMap::TopologyMap ( Track track = 0)

Constructor creates the topology map.

Parameters
Trackto be mapped out

Definition at line 10 of file TopologyMap.cc.


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