Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Riccardo Longo
JZCaPA
Commits
8a8dc802
Commit
8a8dc802
authored
Jan 22, 2022
by
Chad Lantz
Browse files
Added GetAlignment function to allow other classes access to test beam setup
parent
ba92ca08
Changes
1
Hide whitespace changes
Inline
Side-by-side
MonteCarlo/include/DetectorConstruction.hh
View file @
8a8dc802
...
...
@@ -133,10 +133,11 @@ public:
inline
void
ForcePosition
(
G4bool
arg
){
ForceDetectorPosition
=
arg
;}
inline
void
SetPI0Flag
(
G4bool
arg
){
PI0
=
arg
;}
virtual
Survey
*
GetSurvey
(
G4String
name
);
inline
G4bool
GetOverlapsFlag
(
){
return
CHECK_OVERLAPS
;
}
inline
G4bool
GetOpticalFlag
(
){
return
OPTICAL
;
}
inline
G4bool
GetPI0Flag
(
){
return
PI0
;
}
virtual
Survey
*
GetSurvey
(
G4String
name
);
inline
Alignment
GetAlignment
(
){
return
*
m_alignment
;
}
inline
G4bool
GetOverlapsFlag
(
){
return
CHECK_OVERLAPS
;
}
inline
G4bool
GetOpticalFlag
(
){
return
OPTICAL
;
}
inline
G4bool
GetPI0Flag
(
){
return
PI0
;
}
inline
std
::
vector
<
ModTypeZDC
*
>*
GetZDCvec
(
){
return
&
m_ZDCvec
;
}
inline
std
::
vector
<
ModTypeRPD
*
>*
GetRPDvec
(
){
return
&
m_RPDvec
;
}
inline
ModTypeTRI
*
GetTRI
(
){
return
m_TRI
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment