EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
QAExample.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file QAExample.h
1
#ifndef QA_QAEXAMPLE_H
2
#define QA_QAEXAMPLE_H
3
4
#include <
g4eval/SvtxEvalStack.h
>
5
6
#include <
trackbase/TrkrDefs.h
>
// for cluskey
7
8
#include <
fun4all/SubsysReco.h
>
9
10
#include <memory>
11
#include <set>
12
#include <string>
13
#include <utility>
14
15
class
PHCompositeNode
;
16
class
PHG4TruthInfoContainer
;
17
19
class
QAExample
:
public
SubsysReco
20
{
21
public
:
22
QAExample
(
const
std::string &
name
=
"QAExample"
);
23
virtual
~QAExample
() =
default
;
24
25
int
Init
(
PHCompositeNode
*topNode);
26
int
InitRun
(
PHCompositeNode
*topNode);
27
int
process_event
(
PHCompositeNode
*topNode);
28
29
// common prefix for QA histograms
30
std::string
get_histo_prefix
();
31
32
private
:
34
int
load_nodes
(
PHCompositeNode
*);
35
36
PHG4TruthInfoContainer
*
m_truthContainer
=
nullptr
;
37
};
38
39
#endif // QA_QAEXAMPLE_H
fun4all_eic_qa
blob
master
source
QAExample.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:51
using
1.8.2 with
EIC GitHub integration