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
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