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
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
tree
geant4-10.6-release
config
environments
examples
advanced
basic
extended
analysis
biasing
common
electromagnetic
errorpropagation
eventgenerator
exoticphysics
field
g3tog4
geometry
hadronic
medical
optical
LXe
include
LXeActionInitialization.hh
LXeDetectorConstruction.hh
LXeDetectorMessenger.hh
LXeEventAction.hh
LXeEventMessenger.hh
LXeHistoManager.hh
LXeMainVolume.hh
LXePMTHit.hh
LXePMTSD.hh
LXePrimaryGeneratorAction.hh
LXeRun.hh
LXeRunAction.hh
LXeScintHit.hh
LXeScintSD.hh
LXeStackingAction.hh
LXeSteppingAction.hh
LXeSteppingMessenger.hh
LXeTrackingAction.hh
LXeTrajectory.hh
LXeUserTrackInformation.hh
LXeWLSFiber.hh
LXeWLSSlab.hh
src
LXe.cc
OpNovice
OpNovice2
wls
parallel
parameterisations
persistency
physicslists
polarisation
radioactivedecay
runAndEvent
visualization
source
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
LXeMainVolume.hh
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file LXeMainVolume.hh
1
//
2
// ********************************************************************
3
// * License and Disclaimer *
4
// * *
5
// * The Geant4 software is copyright of the Copyright Holders of *
6
// * the Geant4 Collaboration. It is provided under the terms and *
7
// * conditions of the Geant4 Software License, included in the file *
8
// * LICENSE and available at http://cern.ch/geant4/license . These *
9
// * include a list of copyright holders. *
10
// * *
11
// * Neither the authors of this software system, nor their employing *
12
// * institutes,nor the agencies providing financial support for this *
13
// * work make any representation or warranty, express or implied, *
14
// * regarding this software system or assume any liability for its *
15
// * use. Please see the license in the file LICENSE and URL above *
16
// * for the full disclaimer and the limitation of liability. *
17
// * *
18
// * This code implementation is the result of the scientific and *
19
// * technical work of the GEANT4 collaboration. *
20
// * By using, copying, modifying or distributing the software (or *
21
// * any work based on the software) you agree to acknowledge its *
22
// * use in resulting scientific publications, and indicate your *
23
// * acceptance of all terms of the Geant4 Software license. *
24
// ********************************************************************
25
//
26
//
29
//
30
#ifndef LXeMainVolume_H
31
#define LXeMainVolume_H 1
32
33
#include "
G4PVPlacement.hh
"
34
#include "
G4Box.hh
"
35
#include "
G4Tubs.hh
"
36
#include "
G4Sphere.hh
"
37
#include "
G4Material.hh
"
38
#include "
G4LogicalVolume.hh
"
39
#include "
G4OpticalSurface.hh
"
40
41
#include "
LXeDetectorConstruction.hh
"
42
43
class
LXeMainVolume
:
public
G4PVPlacement
44
{
45
public
:
46
47
LXeMainVolume
(
G4RotationMatrix
*pRot,
48
const
G4ThreeVector
&tlate,
49
G4LogicalVolume
*pMotherLogical,
50
G4bool
pMany,
51
G4int
pCopyNo,
52
LXeDetectorConstruction
*
c
);
53
54
G4LogicalVolume
*
GetLogPhotoCath
() {
return
fPhotocath_log
;}
55
G4LogicalVolume
*
GetLogScint
() {
return
fScint_log
;}
56
57
std::vector<G4ThreeVector>
GetPmtPositions
() {
return
fPmtPositions
;}
58
59
private
:
60
61
void
VisAttributes
();
62
void
SurfaceProperties
();
63
64
void
PlacePMTs
(
G4LogicalVolume
* pmt_Log,
65
G4RotationMatrix
* rot,
66
G4double
&
a
,
G4double
&
b
,
G4double
da,
67
G4double
db
,
G4double
amin,
G4double
bmin,
68
G4int
na,
G4int
nb,
69
G4double
&
x
,
G4double
&
y
,
G4double
&
z
,
G4int
&
k
);
70
71
void
CopyValues
();
72
73
LXeDetectorConstruction
*
fConstructor
;
74
75
G4double
fScint_x
;
76
G4double
fScint_y
;
77
G4double
fScint_z
;
78
G4double
fD_mtl
;
79
G4int
fNx
;
80
G4int
fNy
;
81
G4int
fNz
;
82
G4double
fOuterRadius_pmt
;
83
G4bool
fSphereOn
;
84
G4double
fRefl
;
85
86
//Basic Volumes
87
//
88
G4Box
*
fScint_box
;
89
G4Box
*
fHousing_box
;
90
G4Tubs
*
fPmt
;
91
G4Tubs
*
fPhotocath
;
92
G4Sphere
*
fSphere
;
93
94
// Logical volumes
95
//
96
G4LogicalVolume
*
fScint_log
;
97
G4LogicalVolume
*
fHousing_log
;
98
G4LogicalVolume
*
fPmt_log
;
99
G4LogicalVolume
*
fPhotocath_log
;
100
G4LogicalVolume
*
fSphere_log
;
101
102
// Sensitive Detectors positions
103
std::vector<G4ThreeVector>
fPmtPositions
;
104
105
};
106
107
#endif
geant4
tree
geant4-10.6-release
examples
extended
optical
LXe
include
LXeMainVolume.hh
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:08
using
1.8.2 with
ECCE GitHub integration