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
eicsmear-jetexample
eicsmeardetectors
EicToyModel
estarlight
Fun4All-lmon
fun4all_coresoftware
fun4all_eic_qa
fun4all_eic_tutorials
fun4all_eicdetectors
blob
master
analysis
reconstruction
simulation
g4simulation
g4b0
g4b0ecal
g4barrelmmg
g4beastmagnet
g4bwd
g4drcalo
PHG4ForwardDualReadoutDetector.cc
PHG4ForwardDualReadoutDetector.h
PHG4ForwardDualReadoutDisplayAction.cc
PHG4ForwardDualReadoutDisplayAction.h
PHG4ForwardDualReadoutSteppingAction.cc
PHG4ForwardDualReadoutSteppingAction.h
PHG4ForwardDualReadoutSubsystem.cc
PHG4ForwardDualReadoutSubsystem.h
RawTowerBuilderDRCALO.cc
RawTowerBuilderDRCALO.h
g4drich
g4eiccalos
g4eicdirc
g4etof
g4jleic
g4lblvtx
g4lumi
g4mrich
g4rich
g4rp
g4trd
g4ttl
g4zdc
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
RawTowerBuilderDRCALO.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file RawTowerBuilderDRCALO.h
1
#ifndef G4CALO__RAWTOWERBUILDERDRCALO_H
2
#define G4CALO__RAWTOWERBUILDERDRCALO_H
3
4
#include <calobase/RawTowerDefs.h>
5
6
#include <
fun4all/SubsysReco.h
>
7
8
#include <map>
9
#include <string>
10
11
class
PHCompositeNode
;
12
class
RawTowerContainer
;
13
class
RawTowerGeomContainer
;
14
20
class
RawTowerBuilderDRCALO
:
public
SubsysReco
21
{
22
public
:
23
RawTowerBuilderDRCALO
(
const
std::string &
name
=
"RawTowerBuilderDRCALO"
);
24
~RawTowerBuilderDRCALO
()
override
{}
25
26
int
InitRun
(
PHCompositeNode
*topNode)
override
;
27
28
int
process_event
(
PHCompositeNode
*topNode)
override
;
29
30
int
End
(
PHCompositeNode
*topNode)
override
;
31
34
void
Detector
(
const
std::string &
d
);
37
void
GeometryTableFile
(
const
std::string &
d
)
38
{
39
m_MappingTowerFile
=
d
;
40
}
44
void
EminCut
(
const
double
e
) {
m_Emin
=
e
; }
45
49
std::string
50
get_sim_tower_node_prefix
()
const
51
{
52
return
m_SimTowerNodePrefix
;
53
}
54
58
void
59
set_sim_tower_node_prefix
(
const
std::string &simTowerNodePrefix)
60
{
61
m_SimTowerNodePrefix
= simTowerNodePrefix;
62
}
63
64
private
:
69
void
CreateNodes
(
PHCompositeNode
*topNode);
70
73
bool
ReadGeometryFromTable
();
74
75
RawTowerContainer
*
m_Towers
;
76
RawTowerGeomContainer
*
m_Geoms
;
77
78
std::string
m_Detector
;
79
std::string
m_SimTowerNodePrefix
;
80
81
std::string
m_MappingTowerFile
;
82
83
84
RawTowerDefs::CalorimeterId
m_CaloId
;
85
86
double
m_GlobalPlaceInX
;
87
double
m_GlobalPlaceInY
;
88
double
m_GlobalPlaceInZ
;
89
90
double
m_Emin
;
91
92
std::map<std::string, double>
m_GlobalParameterMap
;
93
};
94
95
#endif
fun4all_eicdetectors
blob
master
simulation
g4simulation
g4drcalo
RawTowerBuilderDRCALO.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:51
using
1.8.2 with
EIC GitHub integration