EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BarrelGeoParData.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file BarrelGeoParData.h
1 //
2 // AYK (ayk@bnl.gov), 2013/06/12
3 //
4 // Barrel extension of a generic calorimeter mapping class;
5 //
6 
8 
9 #ifndef _BARREL_GEO_PAR_DATA_
10 #define _BARREL_GEO_PAR_DATA_
11 
13 {
14  private:
15  void ResetVars() { SetCircularX(); };
16 
17  public:
18  BarrelGeoParData(const char *detName = 0, int version = -1, int subVersion = 0):
19  CalorimeterGeoParData(detName, version, subVersion) { ResetVars(); };
21 
23 };
24 
25 #endif