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
ffamodules
ffaobjects
ffarawmodules
ffarawobjects
frog
fun4all
Fun4AllBase.cc
Fun4AllBase.h
Fun4AllDstInputManager.cc
Fun4AllDstInputManager.h
Fun4AllDstOutputManager.cc
Fun4AllDstOutputManager.h
Fun4AllDummyInputManager.cc
Fun4AllDummyInputManager.h
Fun4AllHistoBinDefs.h
Fun4AllHistoManager.cc
Fun4AllHistoManager.h
Fun4AllInputManager.cc
Fun4AllInputManager.h
Fun4AllMemoryTracker.cc
Fun4AllMemoryTracker.h
Fun4AllMonitoring.cc
Fun4AllMonitoring.h
Fun4AllNoSyncDstInputManager.cc
Fun4AllNoSyncDstInputManager.h
Fun4AllOutputManager.cc
Fun4AllOutputManager.h
Fun4AllReturnCodes.h
Fun4AllRunNodeInputManager.cc
Fun4AllRunNodeInputManager.h
Fun4AllServer.cc
Fun4AllServer.h
Fun4AllSyncManager.cc
Fun4AllSyncManager.h
Fun4AllUtils.cc
Fun4AllUtils.h
InputFileHandler.cc
InputFileHandler.h
PHTFileServer.cc
PHTFileServer.h
SubsysReco.h
TDirectoryHelper.cc
TDirectoryHelper.h
fun4allraw
fun4allutils
phool
phoolraw
packages
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
SubsysReco.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file SubsysReco.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef FUN4ALL_SUBSYSRECO_H
4
#define FUN4ALL_SUBSYSRECO_H
5
6
#include "
Fun4AllBase.h
"
7
8
#include <string>
9
10
class
PHCompositeNode
;
11
23
class
SubsysReco
:
public
Fun4AllBase
24
{
25
public
:
29
~SubsysReco
()
override
{}
30
32
virtual
int
End
(
PHCompositeNode
*
/*topNode*/
) {
return
0; }
33
35
virtual
int
EndRun
(
const
int
/*runnumber*/
) {
return
0; }
36
42
virtual
int
Init
(
PHCompositeNode
*
/*topNode*/
) {
return
0; }
43
48
virtual
int
InitRun
(
PHCompositeNode
*
/*topNode*/
) {
return
0; }
49
53
virtual
int
process_event
(
PHCompositeNode
*
/*topNode*/
) {
return
0; }
54
56
virtual
int
Reset
(
PHCompositeNode
*
/*topNode*/
) {
return
0; }
57
59
virtual
int
ResetEvent
(
PHCompositeNode
*
/*topNode*/
) {
return
0; }
60
61
void
Print
(
const
std::string
&
/*what*/
=
"ALL"
)
const override
{}
62
63
protected
:
67
SubsysReco
(
const
std::string
&
name
=
"NONAME"
)
68
:
Fun4AllBase
(
name
)
69
{
70
}
71
};
72
73
#endif
coresoftware
blob
master
offline
framework
fun4all
SubsysReco.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:04
using
1.8.2 with
sPHENIX GitHub integration