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
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
blob
master
calibrations
generators
offline
simulation
g4simulation
EICPhysicsList
g4bbc
g4calo
g4centrality
g4decayer
g4detectors
g4epd
g4eval
g4gdml
g4histos
g4intt
InttDeadMap.cc
InttDeadMap.h
InttDeadMapLinkDef.h
InttDeadMapv1.cc
InttDeadMapv1.h
InttDeadMapv1LinkDef.h
PHG4InttDeadMapLoader.cc
PHG4InttDeadMapLoader.h
PHG4InttDefs.h
PHG4InttDetector.cc
PHG4InttDetector.h
PHG4InttDigitizer.cc
PHG4InttDigitizer.h
PHG4InttDisplayAction.cc
PHG4InttDisplayAction.h
PHG4InttFPHXParameterisation.cc
PHG4InttFPHXParameterisation.h
PHG4InttHitReco.cc
PHG4InttHitReco.h
PHG4InttSteppingAction.cc
PHG4InttSteppingAction.h
PHG4InttSubsystem.cc
PHG4InttSubsystem.h
g4jets
g4main
g4micromegas
g4mvtx
g4tpc
g4trackfastsim
g4vertex
tpcresponse
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PHG4InttHitReco.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4InttHitReco.h
1
// Tell emacs that this is a C++ source
2
// This file is really -*- C++ -*-.
3
#ifndef G4INTT_PHG4INTTHITRECO_H
4
#define G4INTT_PHG4INTTHITRECO_H
5
6
#include <phparameter/PHParameterInterface.h>
7
8
#include <
fun4all/SubsysReco.h
>
9
10
#include <gsl/gsl_vector.h>
// for gsl_vector
11
12
#include <string>
13
14
class
PHCompositeNode
;
15
16
class
PHG4InttHitReco
:
public
SubsysReco
,
public
PHParameterInterface
17
{
18
public
:
19
PHG4InttHitReco
(
const
std::string &
name
=
"PHG4InttHitReco"
);
20
21
~PHG4InttHitReco
()
override
;
23
int
InitRun
(
PHCompositeNode
*topNode)
override
;
24
26
int
process_event
(
PHCompositeNode
*topNode)
override
;
27
29
void
SetDefaultParameters
()
override
;
30
31
void
Detector
(
const
std::string &
d
) {
m_Detector
=
d
; }
32
33
protected
:
34
std::string
m_Detector
;
35
std::string
m_HitNodeName
;
36
std::string
m_CellNodeName
;
37
std::string
m_GeoNodeName
;
38
39
double
m_Tmin
;
40
double
m_Tmax
;
41
42
gsl_vector *
m_LocalOutVec
;
43
gsl_vector *
m_PathVec
;
44
gsl_vector *
m_SegmentVec
;
45
};
46
47
#endif
coresoftware
blob
master
simulation
g4simulation
g4intt
PHG4InttHitReco.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:43
using
1.8.2 with
ECCE GitHub integration