HGCal Test Beam  03a93d6239a951948e06fb3ef8dae4cbdebfad30
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SKIROCParameters.h
Go to the documentation of this file.
1 #ifndef SKIROC_PARAMETERS_H
2 #define SKIROC_PARAMETERS_H
3 
4 namespace SKIROC
5 {
6 static const unsigned char NCHANNELS = 64; ///< number of channels read by one SKIROC
7 static const unsigned char MAXSAMPLES = 2; ///< one sample for high gain and one for low gain // 15 is the real max of the skiroc
8 static const unsigned int NLAYERS = 1; ///< number of layers \todo this should not be hard coded here
9 }
10 
11 
12 #endif
13