#include <TopologyMap.hh>
Public Member Functions | |
| TopologyMap (Track *track=0) | |
| Constructor creates the topology map. | |
| 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). | |
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.
| TopologyMap::TopologyMap | ( | Track * | track = 0 |
) |
Constructor creates the topology map.
| Track | to be mapped out |
Definition at line 10 of file TopologyMap.cc.
1.5.9