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
Half
HFTrackEfficiency
intt
jetbackground
jetbase
KFParticle_sPHENIX
mbd
BbcDefs.h
BbcGeom.h
BbcGeomLinkDef.h
BbcGeomV1.cc
BbcGeomV1.h
BbcGeomV1LinkDef.h
BbcOut.cc
BbcOut.h
BbcOutLinkDef.h
BbcOutV1.cc
BbcOutV1.h
BbcOutV1LinkDef.h
BbcOutV2.cc
BbcOutV2.h
BbcOutV2LinkDef.h
BbcPmtContainer.cc
BbcPmtContainer.h
BbcPmtContainerLinkDef.h
BbcPmtContainerV1.cc
BbcPmtContainerV1.h
BbcPmtContainerV1LinkDef.h
BbcPmtHit.cc
BbcPmtHit.h
BbcPmtHitLinkDef.h
BbcPmtHitV1.cc
BbcPmtHitV1.h
BbcPmtHitV1LinkDef.h
BbcPmtInfoContainerV1.cc
BbcPmtInfoContainerV1.h
BbcPmtInfoContainerV1LinkDef.h
BbcPmtInfoV1.cc
BbcPmtInfoV1.h
BbcPmtInfoV1LinkDef.h
BbcReturnCodes.h
BbcVertex.h
BbcVertexLinkDef.h
BbcVertexMap.cc
BbcVertexMap.h
BbcVertexMapLinkDef.h
BbcVertexMapv1.cc
BbcVertexMapv1.h
BbcVertexMapv1LinkDef.h
BbcVertexv1.cc
BbcVertexv1.h
BbcVertexv1LinkDef.h
BbcVertexv2.cc
BbcVertexv2.h
BbcVertexv2LinkDef.h
MbdCalib.cc
MbdCalib.h
MbdDefs.h
MbdEvent.cc
MbdEvent.h
MbdGeom.h
MbdGeomLinkDef.h
MbdGeomV1.cc
MbdGeomV1.h
MbdGeomV1LinkDef.h
MbdOut.cc
MbdOut.h
MbdOutLinkDef.h
MbdOutV1.cc
MbdOutV1.h
MbdOutV1LinkDef.h
MbdOutV2.cc
MbdOutV2.h
MbdOutV2LinkDef.h
MbdPmtContainer.cc
MbdPmtContainer.h
MbdPmtContainerLinkDef.h
MbdPmtContainerV1.cc
MbdPmtContainerV1.h
MbdPmtContainerV1LinkDef.h
MbdPmtHit.cc
MbdPmtHit.h
MbdPmtHitLinkDef.h
MbdPmtHitV1.cc
MbdPmtHitV1.h
MbdPmtHitV1LinkDef.h
MbdReco.cc
MbdReco.h
MbdReturnCodes.h
MbdSig.cc
MbdSig.h
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
MbdReco.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file MbdReco.h
1
#ifndef __MBDRECO_H__
2
#define __MBDRECO_H__
3
4
#include <
fun4all/SubsysReco.h
>
5
6
#include <memory>
7
#include <string>
8
9
class
PHCompositeNode
;
10
class
MbdEvent
;
11
class
MbdPmtContainer
;
12
class
MbdVertexMap
;
13
class
MbdOut
;
14
class
MbdGeom
;
15
class
Event
;
16
class
TF1;
17
class
TH1;
18
19
class
MbdReco
:
public
SubsysReco
20
{
21
public
:
22
MbdReco
(
const
std::string
&
name
=
"MbdReco"
);
23
24
~MbdReco
()
override
;
25
26
int
Init
(
PHCompositeNode
*topNode)
override
;
27
int
InitRun
(
PHCompositeNode
*topNode)
override
;
28
int
process_event
(
PHCompositeNode
*topNode)
override
;
29
int
End
(
PHCompositeNode
*topNode)
override
;
30
31
private
:
32
int
createNodes
(
PHCompositeNode
*topNode);
33
int
getNodes
(
PHCompositeNode
*topNode);
34
int
_simflag
{0};
35
36
float
m_tres
= 0.05;
37
std::unique_ptr<TF1>
m_gaussian
=
nullptr
;
38
39
std::unique_ptr<MbdEvent>
m_mbdevent
{
nullptr
};
40
Event
*
m_event
{
nullptr
};
41
MbdOut
*
m_mbdout
{
nullptr
};
42
MbdPmtContainer
*
m_mbdpmts
{
nullptr
};
43
MbdGeom
*
m_mbdgeom
{
nullptr
};
44
MbdVertexMap
*
m_mbdvtxmap
{
nullptr
};
45
};
46
47
#endif // __MBDRECO_H__
coresoftware
blob
master
offline
packages
mbd
MbdReco.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:07
using
1.8.2 with
sPHENIX GitHub integration