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
g4jets
g4main
g4micromegas
g4mvtx
g4tpc
PHG4TpcCentralMembrane.cc
PHG4TpcCentralMembrane.h
PHG4TpcDefs.h
PHG4TpcDetector.cc
PHG4TpcDetector.h
PHG4TpcDigitizer.cc
PHG4TpcDigitizer.h
PHG4TpcDirectLaser.cc
PHG4TpcDirectLaser.h
PHG4TpcDisplayAction.cc
PHG4TpcDisplayAction.h
PHG4TpcDistortion.cc
PHG4TpcDistortion.h
PHG4TpcElectronDrift.cc
PHG4TpcElectronDrift.h
PHG4TpcEndCapDetector.cc
PHG4TpcEndCapDetector.h
PHG4TpcEndCapDisplayAction.cc
PHG4TpcEndCapDisplayAction.h
PHG4TpcEndCapSteppingAction.cc
PHG4TpcEndCapSteppingAction.h
PHG4TpcEndCapSubsystem.cc
PHG4TpcEndCapSubsystem.h
PHG4TpcPadBaselineShift.cc
PHG4TpcPadBaselineShift.h
PHG4TpcPadPlane.cc
PHG4TpcPadPlane.h
PHG4TpcPadPlaneReadout.cc
PHG4TpcPadPlaneReadout.h
PHG4TpcSteppingAction.cc
PHG4TpcSteppingAction.h
PHG4TpcSubsystem.cc
PHG4TpcSubsystem.h
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
PHG4TpcPadPlane.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4TpcPadPlane.h
1
#ifndef G4TPC_PHG4TPCPADPLANE_H
2
#define G4TPC_PHG4TPCPADPLANE_H
3
4
#include <
fun4all/SubsysReco.h
>
5
6
#include <
g4main/PHG4HitContainer.h
>
7
8
#include <phparameter/PHParameterInterface.h>
9
10
#include <string>
// for string
11
12
class
PHG4CellContainer
;
13
class
TrkrHitSetContainer
;
14
class
TrkrHitTruthAssoc
;
15
16
class
PHCompositeNode
;
17
class
PHG4CylinderCellGeomContainer
;
18
class
TNtuple;
19
20
class
PHG4TpcPadPlane
:
public
SubsysReco
,
public
PHParameterInterface
21
{
22
public
:
23
PHG4TpcPadPlane
(
const
std::string &
name
=
"PHG4TpcPadPlane"
);
24
25
~PHG4TpcPadPlane
()
override
{}
26
27
int
process_event
(
PHCompositeNode
*) final
28
{
29
return
0;
30
}
31
int
InitRun
(
PHCompositeNode
*topNode)
override
;
32
virtual
int
CreateReadoutGeometry
(
PHCompositeNode
*
/*topNode*/
,
PHG4CylinderCellGeomContainer
*
/*seggeo*/
) {
return
0; }
33
virtual
void
UpdateInternalParameters
() {
return
; }
34
virtual
void
MapToPadPlane
(
PHG4CellContainer
*
/*g4cells*/
,
const
double
/*x_gem*/
,
const
double
/*y_gem*/
,
const
double
/*t_gem*/
,
PHG4HitContainer::ConstIterator
/*hiter*/
, TNtuple *
/*ntpad*/
, TNtuple *
/*nthit*/
) {}
35
virtual
void
MapToPadPlane
(
TrkrHitSetContainer
*
/*single_hitsetcontainer*/
,
TrkrHitSetContainer
*
/*hitsetcontainer*/
,
TrkrHitTruthAssoc
*
/*hittruthassoc*/
,
const
double
/*x_gem*/
,
const
double
/*y_gem*/
,
const
double
/*t_gem*/
,
PHG4HitContainer::ConstIterator
/*hiter*/
, TNtuple *
/*ntpad*/
, TNtuple *
/*nthit*/
) {}
36
void
Detector
(
const
std::string &
name
) {
detector
=
name
; }
37
38
protected
:
39
std::string
detector
;
40
};
41
42
#endif
coresoftware
blob
master
simulation
g4simulation
g4tpc
PHG4TpcPadPlane.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:45
using
1.8.2 with
ECCE GitHub integration