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
CaloBase
CaloEmbedding
CaloReco
centrality
ClusterIso
compressor
decayfinder
epd
eventplaneinfo
globalvertex
GlobalVertex.cc
GlobalVertex.h
GlobalVertexLinkDef.h
GlobalVertexMap.cc
GlobalVertexMap.h
GlobalVertexMapLinkDef.h
GlobalVertexMapv1.cc
GlobalVertexMapv1.h
GlobalVertexMapv1LinkDef.h
GlobalVertexReco.cc
GlobalVertexReco.h
GlobalVertexv1.cc
GlobalVertexv1.h
GlobalVertexv1LinkDef.h
GlobalVertexv2.cc
GlobalVertexv2.h
GlobalVertexv2LinkDef.h
MbdVertex.h
MbdVertexLinkDef.h
MbdVertexMap.cc
MbdVertexMap.h
MbdVertexMapLinkDef.h
MbdVertexMapv1.cc
MbdVertexMapv1.h
MbdVertexMapv1LinkDef.h
MbdVertexv1.cc
MbdVertexv1.h
MbdVertexv1LinkDef.h
MbdVertexv2.cc
MbdVertexv2.h
MbdVertexv2LinkDef.h
SvtxVertex.cc
SvtxVertex.h
SvtxVertex_v1.cc
SvtxVertex_v1.h
SvtxVertex_v1LinkDef.h
SvtxVertex_v2.cc
SvtxVertex_v2.h
SvtxVertex_v2LinkDef.h
SvtxVertexLinkDef.h
SvtxVertexMap.cc
SvtxVertexMap.h
SvtxVertexMap_v1.cc
SvtxVertexMap_v1.h
SvtxVertexMap_v1LinkDef.h
SvtxVertexMapLinkDef.h
Vertex.cc
Vertex.h
VertexLinkDef.h
Half
HFTrackEfficiency
intt
jetbackground
jetbase
KFParticle_sPHENIX
mbd
micromegas
mvtx
NodeDump
particleflow
PHField
PHGenFitPkg
PHGeometry
QAUtils
rawtodst
ResonanceJetTagging
tpc
tpccalib
tpcdaq
TPCHitTrackDisplay
trackbase
trackbase_historic
TrackerMillepedeAlignment
TrackingDiagnostics
trackreco
trigger
vararray
QA
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
GlobalVertexReco.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file GlobalVertexReco.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4VERTEX_GLOBALVERTEXRECO_H
4
#define G4VERTEX_GLOBALVERTEXRECO_H
5
6
//===========================================================
11
//===========================================================
12
13
#include <
fun4all/SubsysReco.h
>
14
15
#include <string>
// for string
16
17
class
PHCompositeNode
;
18
23
class
GlobalVertexReco
:
public
SubsysReco
24
{
25
public
:
26
GlobalVertexReco
(
const
std::string
&
name
=
"GlobalVertexReco"
);
27
~GlobalVertexReco
()
override
=
default
;
28
29
int
InitRun
(
PHCompositeNode
*topNode)
override
;
30
int
process_event
(
PHCompositeNode
*topNode)
override
;
31
32
void
set_x_defaults
(
float
xdefault,
float
xerr)
33
{
34
_xdefault
= xdefault;
35
_xerr
= xerr;
36
}
37
void
set_y_defaults
(
float
ydefault,
float
yerr)
38
{
39
_ydefault
= ydefault;
40
_yerr
= yerr;
41
}
42
void
set_t_defaults
(
float
tdefault,
float
terr)
43
{
44
_tdefault
= tdefault;
45
_terr
= terr;
46
}
47
48
private
:
49
int
CreateNodes
(
PHCompositeNode
*topNode);
50
51
float
_xdefault
= 0.;
52
float
_xerr
= 0.3;
53
float
_ydefault
= 0.;
54
float
_yerr
= 0.3;
55
float
_tdefault
= 0.;
56
float
_terr
= 0.2;
57
};
58
59
#endif // G4VERTEX_GLOBALVERTEXRECO_H
coresoftware
blob
master
offline
packages
globalvertex
GlobalVertexReco.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:06
using
1.8.2 with
sPHENIX GitHub integration