HGCal Test Beam  03a93d6239a951948e06fb3ef8dae4cbdebfad30
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
HGCalTBTopology.h
Go to the documentation of this file.
1 #ifndef HGCAL_GEOMETRY_HGCALTBTOPOLOGY_H
2 #define HGCAL_GEOMETRY_HGCALTBTOPOLOGY_H 1
3 
4 /** \class HGCalTBTopology
5  *
6  * Reference: https://indico.cern.ch/event/456955/
7  *
8  * $Date: $
9  * $Revision: $
10  * \author J. Mans - Minnesota
11  */
13 {
14 public:
15  // valid sensorSizes are 128 and 256
16  bool iu_iv_valid(int layer, int sensor_iu, int sensor_iv, int iu, int iv, int sensorSize) const;
17  double Cell_Area(int cell_type) const;//returns area in cm*cm
18 };
19 
20 #endif
bool iu_iv_valid(int layer, int sensor_iu, int sensor_iv, int iu, int iv, int sensorSize) const
double Cell_Area(int cell_type) const