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
EndcapGeoParData.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file EndcapGeoParData.h
1
//
2
// AYK (ayk@bnl.gov), 2013/06/12
3
//
4
// Endcap extension of a generic calorimeter mapping class;
5
//
6
7
#include <
CalorimeterGeoParData.h
>
8
9
#ifndef _ENDCAP_GEO_PAR_DATA_
10
#define _ENDCAP_GEO_PAR_DATA_
11
12
class
EndcapGeoParData
:
public
CalorimeterGeoParData
13
{
14
private
:
15
void
ResetVars
() {
16
mEndcapMinR
=
mEndcapMaxTheta
=
mSafetyVolume
=
mInterQuadrantGap
= 0.0;
17
};
18
19
public
:
20
EndcapGeoParData
(
const
char
*detName = 0,
int
version
= -1,
int
subVersion = 0):
21
CalorimeterGeoParData
(detName,
version
, subVersion) {
ResetVars
();};
22
~EndcapGeoParData
() {};
23
24
Double_t
mInterQuadrantGap
;
// allow few hundred um gap between quadrants;
25
26
// Yes, it seems it is natural to define the global endcap parameters like this;
27
Double_t
mEndcapMinR
;
// min distance of endcap volume to beam line
28
Double_t
mEndcapMaxTheta
;
// max theta to be covered from the IP
29
Double_t
mSafetyVolume
;
// min estimated cell distance to quadrant volume edge
30
31
ClassDef
(
EndcapGeoParData
,7);
32
};
33
34
#endif
EicRoot
blob
master
eic
calorimetry
EndcapGeoParData.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:35
using
1.8.2 with
EIC GitHub integration