ECCE @ EIC Software
Reference for
ECCE @ 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
PHG4ConsistencyCheck.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4ConsistencyCheck.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4MAIN_PHG4CONSISTENCYCHECK_H
4
#define G4MAIN_PHG4CONSISTENCYCHECK_H
5
6
#include <
fun4all/SubsysReco.h
>
7
8
#include <string>
// for string
9
10
class
PHCompositeNode
;
11
12
class
PHG4ConsistencyCheck
:
public
SubsysReco
13
{
14
public
:
15
PHG4ConsistencyCheck
(
const
std::string &
name
=
"CONSISTENCYCHECK"
);
16
~PHG4ConsistencyCheck
()
override
{}
18
int
InitRun
(
PHCompositeNode
*)
override
;
19
21
int
process_event
(
PHCompositeNode
*)
override
;
22
23
protected
:
24
unsigned
int
errorcnt
;
25
26
};
27
28
#endif
coresoftware
blob
master
simulation
g4simulation
g4main
PHG4ConsistencyCheck.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:43
using
1.8.2 with
ECCE GitHub integration