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
EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
BeastMagneticField
delphes_EIC
Doxygen_Assist
east
eic-smear
EicRoot
blob
master
base
cbmbase
cbmdata
dbase
eic
ayk
base
cad
calorimetry
detectors
calorimeter
BemcGeoParData.cxx
BemcGeoParData.h
calorimeterLinkDef.h
CemcGeoParData.cxx
CemcGeoParData.h
EicCalorimeter.cxx
EicCalorimeter.h
FemcGeoParData.cxx
FemcGeoParData.h
HcalGeoParData.cxx
HcalGeoParData.h
gem
lqst
maps
mumegas
tpc
event
field
htc
htree
infrastructure
jana
proto
tracking
eventdisplay
examples
fairtools
field
gconfig
geane
genfit
GenfitTools
geobase
geometry
input
littrack
parbase
passive
pCDR-2018
pid
pnddata
PndTools
rich
trackbase
eicsmear-jetexample
eicsmeardetectors
EicToyModel
estarlight
Fun4All-lmon
fun4all_coresoftware
fun4all_eic_qa
fun4all_eic_tutorials
fun4all_eicdetectors
fun4all_eicmacros
fun4all_g4jleic
fun4all_GenFit
fun4all_macros
fun4all_tutorials
g4exampledetector
g4lblvtx
online_distribution
PEPSI
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
EicCalorimeter.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file EicCalorimeter.h
1
//
2
// AYK (ayk@bnl.gov), 2013/06/12
3
//
4
// A trivial calorimeter wrapper class
5
//
6
7
#ifndef _EIC_CALORIMETER_
8
#define _EIC_CALORIMETER_
9
10
#include <
EicDetector.h
>
11
12
class
EicCalorimeter
:
public
EicDetector
{
13
public
:
14
EicCalorimeter
() {};
15
16
EicCalorimeter
(
const
char
*
Name
,
const
char
*geometryName,
EicDetectorId
dType, Bool_t Active = kTRUE):
17
// Well, use qOneStepOneHit here; this should cost some CPU time, but is perhaps
18
// more "clean"; actually there should not be much of a problem to merge
19
// steps for a calorimeter device;
20
EicDetector
(Name, geometryName, dType,
qOneStepOneHit
, Active) {};
21
22
virtual
~EicCalorimeter
() {};
23
24
ClassDef(
EicCalorimeter
,1)
25
};
26
27
#endif
EicRoot
blob
master
eic
detectors
calorimeter
EicCalorimeter.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:35
using
1.8.2 with
EIC GitHub integration