Go to the source code of this file.
Classes | |
class | SimpleMatrix< T > |
A simple matrix class. More... | |
Enumerations | |
enum | DETECTORCODE { TRK = 1, CALO = 2, TOF = 4, AC = 8, TRIG = 16, ORB = 32, ALL = 63, CALO_L1 = 64 } |
Variables | |
const int | CUTOK = -1 |
The implementations of PamCut::Check() must return this value if the event satisfy the cut. | |
const int | TOFNPADLAYER [6] = { 8, 6, 2, 2, 3, 3 } |
enum DETECTORCODE |
The values for each detector correspond to a binary code associated to that detector. These can be arithmetically added to create a binary code for a set of detectors.
TOFNPADLAYER = { 8, 6, 2, 2, 3, 3 } |
The number of pads in each ToF layer. S11 corresponds to element 0, S12 to element 1 and so on.