Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
InttCheck.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file InttCheck.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef FFARAWMODULES_INTTCHECK_H
4
#define FFARAWMODULES_INTTCHECK_H
5
6
#include <
fun4all/SubsysReco.h
>
7
8
#include <set>
9
#include <string>
10
11
class
Fun4AllInputManager
;
12
class
PHCompositeNode
;
13
14
class
InttCheck
:
public
SubsysReco
15
{
16
public
:
17
InttCheck
(
const
std::string
&
name
=
"InttCheck"
);
18
19
~InttCheck
()
override
{}
20
21
int
Init
(
PHCompositeNode
*topNode)
override
;
22
23
int
process_event
(
PHCompositeNode
*topNode)
override
;
24
25
// int ResetEvent(PHCompositeNode *topNode) override;
26
27
void
MyEvtNode
(
const
std::string
&
name
) {
m_EvtNodeName
=
name
;}
28
29
private
:
30
std::string
m_EvtNodeName
=
"INTTRAWHIT"
;
31
std::set<uint64_t>
bclk_seen
;
32
};
33
34
#endif // FFARAWMODULES_EVENTCOMBINER_H
coresoftware
blob
master
offline
framework
ffarawmodules
InttCheck.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:04
using
1.8.2 with
sPHENIX GitHub integration