EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
BeastMagneticField
delphes_EIC
Doxygen_Assist
east
eic-smear
EicRoot
eicsmear-jetexample
eicsmeardetectors
EicToyModel
estarlight
Fun4All-lmon
blob
master
macros
source
Cell.cxx
Cell.h
Collimator.cxx
Collimator.h
CompCal.cxx
CompCal.h
DetUtils.h
ExitWindowV2.cxx
ExitWindowV2.h
G4LmonDetector.cc
G4LmonDetector.h
G4LmonEventAction.cc
G4LmonEventAction.h
G4LmonSteppingAction.cc
G4LmonSteppingAction.h
G4LmonSubsystem.cc
G4LmonSubsystem.h
G4LmonSubsystemLinkDef.h
Magnet.cxx
Magnet.h
OpDet.cxx
OpDet.h
OpTable.cxx
OpTable.h
RootOut.cxx
RootOut.h
fun4all_coresoftware
fun4all_eic_qa
fun4all_eic_tutorials
fun4all_eicdetectors
fun4all_eicmacros
fun4all_g4jleic
fun4all_GenFit
fun4all_macros
fun4all_tutorials
g4exampledetector
g4lblvtx
online_distribution
PEPSI
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
G4LmonDetector.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file G4LmonDetector.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4LMONDETECTOR_H
4
#define G4LMONDETECTOR_H
5
6
#include <
g4main/PHG4Detector.h
>
7
8
#include <set>
9
#include <string>
// for string
10
#include <vector>
11
12
class
G4LogicalVolume;
13
class
G4Step;
14
class
G4VPhysicalVolume;
15
class
PHCompositeNode
;
16
class
PHG4Subsystem
;
17
class
PHParameters
;
18
19
class
CompCal
;
20
class
Cell
;
21
class
ExitWindowV2
;
22
class
OpDet
;
23
class
RootOut
;
24
25
class
G4LmonDetector
:
public
PHG4Detector
26
{
27
public
:
29
G4LmonDetector
(
PHG4Subsystem
*subsys,
PHCompositeNode
*Node,
const
std::string &dnam);
30
32
virtual
~G4LmonDetector
() {}
33
35
virtual
void
ConstructMe
(G4LogicalVolume *
world
);
36
37
virtual
void
Print
(
const
std::string &what =
"ALL"
)
const
;
38
40
41
int
IsInDetector
(G4VPhysicalVolume *)
const
;
43
44
void
SuperDetector
(
const
std::string &
name
) {
m_SuperDetector
=
name
; }
45
const
std::string
SuperDetector
()
const
{
return
m_SuperDetector
; }
46
47
bool
ExecuteSteppingActions
(
const
G4Step* aStep);
48
void
ClearEvent
();
49
void
FinishEvent
();
50
void
SetRootOutput
(
RootOut
*rout) {
rootoutput
= rout;}
51
protected
:
52
// active volumes
53
std::set<G4VPhysicalVolume *>
m_PhysicalVolumesSet
;
54
55
std::string
m_SuperDetector
;
56
std::vector<Cell *>
m_CellVector
;
57
std::vector<CompCal *>
m_CompCalVector
;
58
std::vector<ExitWindowV2 *>
m_ExitWindowV2Vector
;
59
std::vector<OpDet *>
m_OpDetVector
;
60
RootOut
*
rootoutput
;
61
};
62
63
#endif // G4LMONDETECTOR_H
Fun4All-lmon
blob
master
source
G4LmonDetector.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:38
using
1.8.2 with
EIC GitHub integration