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
CDBInterface.cc
CDBInterface.h
FlagHandler.cc
FlagHandler.h
HeadReco.cc
HeadReco.h
SyncReco.cc
SyncReco.h
ffaobjects
ffarawmodules
ffarawobjects
frog
fun4all
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
FlagHandler.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file FlagHandler.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef FFAMODULES_FLAGHANDLER_H
4
#define FFAMODULES_FLAGHANDLER_H
5
6
#include <
fun4all/SubsysReco.h
>
7
8
#include <string>
9
10
class
PHCompositeNode
;
11
12
class
FlagHandler
:
public
SubsysReco
13
{
14
public
:
15
FlagHandler
(
const
std::string
&
name
=
"FlagHandler"
);
16
17
~FlagHandler
()
override
{}
18
22
int
InitRun
(
PHCompositeNode
*topNode)
override
;
23
25
int
End
(
PHCompositeNode
*topNode)
override
;
26
27
void
Print
(
const
std::string
&what =
"ALL"
)
const override
;
28
29
private
:
30
};
31
32
#endif // FFAMODULES_FLAGHANDLER_H
coresoftware
blob
master
offline
framework
ffamodules
FlagHandler.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:04
using
1.8.2 with
sPHENIX GitHub integration