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
g4hitshifthcal.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file g4hitshifthcal.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4CALO_G4HITSHIFTHCAL_H
4
#define G4CALO_G4HITSHIFTHCAL_H
5
6
#include <
fun4all/SubsysReco.h
>
7
8
#include <string>
9
10
class
PHCompositeNode
;
11
12
class
g4hitshifthcal
:
public
SubsysReco
13
{
14
public
:
15
16
g4hitshifthcal
(
const
std::string
&
name
=
"g4hitshifthcal"
);
17
18
~g4hitshifthcal
()
override
=
default
;
19
20
int
process_event
(
PHCompositeNode
*topNode)
override
;
21
22
private
:
23
};
24
25
#endif // G4CALO_G4HITSHIFTHCAL_H
coresoftware
blob
master
simulation
g4simulation
g4calo
g4hitshifthcal.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:12
using
1.8.2 with
sPHENIX GitHub integration