EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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
7
#include <
CalorimeterGeoParData.h
>
8
9
#ifndef _BARREL_GEO_PAR_DATA_
10
#define _BARREL_GEO_PAR_DATA_
11
12
class
BarrelGeoParData
:
public
CalorimeterGeoParData
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
(); };
20
~BarrelGeoParData
() {};
21
22
ClassDef
(
BarrelGeoParData
,2);
23
};
24
25
#endif
EicRoot
blob
master
eic
calorimetry
BarrelGeoParData.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:35
using
1.8.2 with
EIC GitHub integration