AlcapDAQ  1
TPCcommon.h
Go to the documentation of this file.
1 #ifndef __TPCcommon_h
2 #define __TPCcommon_h
3 
4 // TPC Constants
5 static const int kTPCNumThresholds = 3;
6 static const int kTPCNumAnodes = 75;
7 static const int kTPCNumAnodeSections = 5;
8 static const int kTPCNumStrips = 35;
9 static const int kTPCNumStripSections = 3;
10 static const int kTPCMaxNumSectionWires = 16;
11 
12 #endif