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
fun4all_coresoftware
fun4all_eic_qa
fun4all_eic_tutorials
fun4all_eicdetectors
fun4all_eicmacros
fun4all_g4jleic
fun4all_GenFit
fun4all_macros
fun4all_tutorials
g4exampledetector
g4lblvtx
blob
master
analysis_codes
macros
other_codes
source
AllSi_Al_support_Detector.cc
AllSi_Al_support_Detector.h
AllSi_Al_support_DisplayAction.cc
AllSi_Al_support_DisplayAction.h
AllSi_Al_support_SteppingAction.cc
AllSi_Al_support_SteppingAction.h
AllSi_Al_support_Subsystem.cc
AllSi_Al_support_Subsystem.h
AllSiliconTrackerDetector.cc
AllSiliconTrackerDetector.h
AllSiliconTrackerDisplayAction.cc
AllSiliconTrackerDisplayAction.h
AllSiliconTrackerSteppingAction.cc
AllSiliconTrackerSteppingAction.h
AllSiliconTrackerSubsystem.cc
AllSiliconTrackerSubsystem.h
EicFRichDetector.cc
EicFRichDetector.h
EicFRichSteppingAction.cc
EicFRichSteppingAction.h
EicFRichSubsystem.cc
EicFRichSubsystem.h
G4LBLVtxDetector.cc
G4LBLVtxDetector.h
G4LBLVtxDisplayAction.cc
G4LBLVtxDisplayAction.h
G4LBLVtxSteppingAction.cc
G4LBLVtxSteppingAction.h
G4LBLVtxSubsystem.cc
G4LBLVtxSubsystem.h
PHG4ParticleGenerator_flat_pT.cc
PHG4ParticleGenerator_flat_pT.h
SimpleNtuple.cc
SimpleNtuple.h
TrackFastSimEval.cc
TrackFastSimEval.h
online_distribution
PEPSI
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
EicFRichDetector.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file EicFRichDetector.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef MYDETECTORDETECTOR_H
4
#define MYDETECTORDETECTOR_H
5
6
#include <
g4main/PHG4Detector.h
>
7
#include <Geant4/G4Material.hh>
8
9
#include <set>
10
#include <string>
// for string
11
12
class
G4LogicalVolume;
13
class
G4VPhysicalVolume;
14
class
PHCompositeNode
;
15
class
PHG4Subsystem
;
16
class
PHParameters
;
17
18
class
EicFRichDetector
:
public
PHG4Detector
19
{
20
public
:
22
EicFRichDetector
(
PHG4Subsystem
*subsys,
PHCompositeNode
*Node,
PHParameters
*
parameters
,
const
std::string &dnam);
23
25
virtual
~EicFRichDetector
() {}
26
28
void
ConstructMe
(G4LogicalVolume *
world
)
override
;
29
30
void
Print
(
const
std::string &what =
"ALL"
)
const override
;
31
33
34
int
IsInDetector
(G4VPhysicalVolume *)
const
;
36
37
void
SuperDetector
(
const
std::string &
name
) {
m_SuperDetector
=
name
; }
38
const
std::string
SuperDetector
()
const
{
return
m_SuperDetector
; }
39
G4Material *
element_material
( std::string identifier );
40
void
addDetectorSection
( G4LogicalVolume *logicWorld , std::string
name
,
double
z_pos ,
double
thick , std::string
material
, std::string
color
);
41
42
private
:
43
PHParameters
*
m_Params
;
44
45
// active volumes
46
std::set<G4VPhysicalVolume *>
m_PhysicalVolumesSet
;
47
48
std::string
m_SuperDetector
;
49
};
50
51
#endif // MYDETECTORDETECTOR_H
g4lblvtx
blob
master
source
EicFRichDetector.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:52
using
1.8.2 with
EIC GitHub integration