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
blob
master
calibrations
generators
offline
simulation
g4simulation
EICPhysicsList
g4bbc
g4calo
g4centrality
g4decayer
g4detectors
g4epd
g4eval
BaseTruthEval.cc
BaseTruthEval.h
CaloEvalStack.cc
CaloEvalStack.h
CaloEvaluator.cc
CaloEvaluator.h
CaloRawClusterEval.cc
CaloRawClusterEval.h
CaloRawTowerEval.cc
CaloRawTowerEval.h
CaloTruthEval.cc
CaloTruthEval.h
compressor_generator.h
DSTCompressor.h
DSTEmulator.cc
DSTEmulator.h
EventEvaluator.cc
EventEvaluator.h
JetEvalStack.cc
JetEvalStack.h
JetEvaluator.cc
JetEvaluator.h
JetRecoEval.cc
JetRecoEval.h
JetTruthEval.cc
JetTruthEval.h
MomentumEvaluator.cc
MomentumEvaluator.h
PHG4DstCompressReco.cc
PHG4DstCompressReco.h
PHG4DSTReader.cc
PHG4DSTReader.h
SvtxClusterEval.cc
SvtxClusterEval.h
SvtxEvalStack.cc
SvtxEvalStack.h
SvtxEvaluator.cc
SvtxEvaluator.h
SvtxHitEval.cc
SvtxHitEval.h
SvtxTrackEval.cc
SvtxTrackEval.h
SvtxTruthEval.cc
SvtxTruthEval.h
SvtxVertexEval.cc
SvtxVertexEval.h
TrackEvaluation.cc
TrackEvaluation.h
TrackEvaluationContainer.h
TrackEvaluationContainerLinkDef.h
TrackEvaluationContainerv1.cc
TrackEvaluationContainerv1.h
TrackEvaluationContainerv1LinkDef.h
g4gdml
g4histos
g4intt
g4jets
g4main
g4micromegas
g4mvtx
g4tpc
g4trackfastsim
g4vertex
tpcresponse
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
CaloEvalStack.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file CaloEvalStack.h
1
#ifndef G4EVAL_CALOEVALSTACK_H
2
#define G4EVAL_CALOEVALSTACK_H
3
4
#include "
CaloRawClusterEval.h
"
5
#include "
CaloTruthEval.h
"
6
7
#include <string>
8
9
class
CaloRawTowerEval
;
10
class
PHCompositeNode
;
11
12
// This user class provides pointers to the
13
// full set of calorimeter evaluators and
14
// protects the user from future introduction
15
// of new eval heirachies (new eval objects can
16
// be introduced without rewrites)
17
18
class
CaloEvalStack
19
{
20
public
:
21
CaloEvalStack
(
PHCompositeNode
* topNode,
const
std::string& caloname);
22
virtual
~CaloEvalStack
() {}
23
24
int
get_caloid
() {
return
get_truth_eval
()->
get_caloid
(); }
25
void
next_event
(
PHCompositeNode
* topNode);
26
void
do_caching
(
bool
do_cache) {
_clustereval
.
do_caching
(do_cache); }
27
void
set_strict
(
bool
strict) {
_clustereval
.
set_strict
(strict); }
28
void
set_verbosity
(
int
verbosity) {
_clustereval
.
set_verbosity
(verbosity); }
29
30
CaloRawClusterEval
*
get_rawcluster_eval
() {
return
&
_clustereval
; }
31
CaloRawTowerEval
*
get_rawtower_eval
() {
return
_clustereval
.
get_rawtower_eval
(); }
32
CaloTruthEval
*
get_truth_eval
() {
return
_clustereval
.
get_truth_eval
(); }
33
34
unsigned
int
get_errors
() {
return
_clustereval
.
get_errors
(); }
35
36
private
:
37
CaloRawClusterEval
_clustereval
;
// right now this is the top-level eval, other evals nest underneath
38
};
39
40
#endif // G4EVAL_CALOEVALSTACK_H
fun4all_coresoftware
blob
master
simulation
g4simulation
g4eval
CaloEvalStack.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:48
using
1.8.2 with
EIC GitHub integration