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
blob
main
Components
ATHENA
Base
Beampipe
include
eASTBeamPipe.hh
eASTSupportStructure.hh
src
ECCE
Core
G4_Patches
PhysicsList
PrimGenInterface
Solenoid
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
online_distribution
PEPSI
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
eASTBeamPipe.hh
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file eASTBeamPipe.hh
1
// ********************************************************************
2
//
3
// eASTBeamPipe.hh
4
// eAST Beam pipe component
5
//
6
// History
7
// May 8th, 2021 : first implementation
8
//
9
// ********************************************************************
10
11
#ifndef eASTBeamPipe_H
12
#define eASTBeamPipe_H 1
13
14
#include "
eASTVDetectorComponent.hh
"
15
16
class
G4GenericMessenger;
17
18
class
eASTBeamPipe
:
public
eASTVDetectorComponent
19
{
20
public
:
21
eASTBeamPipe
(G4String compName, G4int vl = 0,
const
G4bool validate_gdml=
false
);
22
virtual
~eASTBeamPipe
();
23
24
public
:
25
virtual
void
SetUp
();
26
virtual
void
Construct
(G4VPhysicalVolume*);
27
28
private
:
29
G4GenericMessenger*
messenger
=
nullptr
;
30
G4String
envGdmlFileName
=
"*NOTDEFINED*"
;
31
G4String
gdmlFileName
=
"*NOTDEFINED*"
;
32
G4String
matFileName
=
"*NOTDEFINED*"
;
33
G4bool
materialToBeSet
=
false
;
34
35
protected
:
36
const
G4bool
m_validate_gdml
=
false
;
37
38
public
:
39
void
SetEnvGDML
(G4String fn)
40
{
envGdmlFileName
=
LocateDataFile
(fn); }
41
void
SetGDML
(G4String fn)
42
{
gdmlFileName
=
LocateDataFile
(fn); }
43
void
SetMatFile
(G4String fn)
44
{
45
matFileName
=
LocateDataFile
(fn);
46
materialToBeSet
=
true
;
47
}
48
};
49
50
#endif
51
east
blob
main
Components
Beampipe
include
eASTBeamPipe.hh
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:31
using
1.8.2 with
EIC GitHub integration