Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
blob
master
calibrations
generators
offline
database
framework
packages
QA
EventDisplay
modules
QAG4Decayer.cc
QAG4Decayer.h
QAG4SimulationCalorimeter.cc
QAG4SimulationCalorimeter.h
QAG4SimulationCalorimeterSum.cc
QAG4SimulationCalorimeterSum.h
QAG4SimulationDistortions.cc
QAG4SimulationDistortions.h
QAG4SimulationIntt.cc
QAG4SimulationIntt.h
QAG4SimulationJet.cc
QAG4SimulationJet.h
QAG4SimulationKFParticle.cc
QAG4SimulationKFParticle.h
QAG4SimulationMicromegas.cc
QAG4SimulationMicromegas.h
QAG4SimulationMvtx.cc
QAG4SimulationMvtx.h
QAG4SimulationTpc.cc
QAG4SimulationTpc.h
QAG4SimulationTracking.cc
QAG4SimulationTracking.h
QAG4SimulationTruthDecay.cc
QAG4SimulationTruthDecay.h
QAG4SimulationUpsilon.cc
QAG4SimulationUpsilon.h
QAG4SimulationVertex.cc
QAG4SimulationVertex.h
truthDecayTester.cc
truthDecayTester.h
simulation
validation
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
QAG4SimulationUpsilon.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file QAG4SimulationUpsilon.h
1
#ifndef QA_QAG4SimulationUpsilon_H
2
#define QA_QAG4SimulationUpsilon_H
3
4
#include <
fun4all/SubsysReco.h
>
5
6
#include <memory>
7
#include <set>
8
#include <string>
9
#include <utility>
10
11
class
PHCompositeNode
;
12
class
PHG4TruthInfoContainer
;
13
class
SvtxEvalStack
;
14
16
class
QAG4SimulationUpsilon
:
public
SubsysReco
17
{
18
public
:
19
QAG4SimulationUpsilon
(
const
std::string
&
name
=
"QAG4SimulationUpsilon"
);
20
virtual
~QAG4SimulationUpsilon
() {}
21
22
int
Init
(
PHCompositeNode
*topNode);
23
int
InitRun
(
PHCompositeNode
*topNode);
24
int
process_event
(
PHCompositeNode
*topNode);
25
26
// common prefix for QA histograms
27
std::string
get_histo_prefix
();
28
32
void
addEmbeddingID
(
int
embeddingID);
33
34
void
setEtaRange
(
double
low,
double
high)
35
{
36
m_etaRange
.first = low;
37
m_etaRange
.second = high;
38
}
39
40
void
setQuarkoniaPID
(
const
int
pid
)
41
{
42
m_quarkoniaPID
=
pid
;
43
}
44
45
void
setDaughterAbsPID
(
const
int
pid
)
46
{
47
m_daughterAbsPID
=
pid
;
48
}
49
50
private
:
51
std::shared_ptr<SvtxEvalStack>
_svtxEvalStack
;
52
std::set<int>
m_embeddingIDs
;
53
std::pair<double, double>
m_etaRange
;
54
55
PHG4TruthInfoContainer
*
_truthContainer
;
56
57
int
m_quarkoniaPID
= 553;
58
int
m_daughterAbsPID
= 11;
59
};
60
61
#endif // QA_QAG4SimulationUpsilon_H
coresoftware
blob
master
offline
QA
modules
QAG4SimulationUpsilon.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:11
using
1.8.2 with
sPHENIX GitHub integration