Skip to content
Snippets Groups Projects
Commit f8d84d8b authored by emile cantacuzene's avatar emile cantacuzene
Browse files

Changed Plastic_BEDO orientation

parent 61e9cbcd
No related branches found
No related tags found
1 merge request!27Draft: [Epic] Preparation of the environement for the new GaseousDetectorScorers...
Pipeline #383591 passed
......@@ -105,7 +105,7 @@ void Plastic_BEDO::AddDetector(double R, double Theta, double Phi){
G4LogicalVolume* Plastic_BEDO::BuildCylindricalDetector(){
if(!m_CylindricalDetector){
G4ThreeVector zTrans(0., 0., -3.*mm);
G4ThreeVector zTrans(0., 0., 3.*mm);
G4Tubs* tubOut = new G4Tubs("Plastic_BEDO",0,Plastic_BEDO_NS::Radius,Plastic_BEDO_NS::Length*0.5,0,360*deg);
G4Tubs* tubIn = new G4Tubs("Plastic_BEDO",0,Plastic_BEDO_NS::Radius-Plastic_BEDO_NS::Thickness,Plastic_BEDO_NS::Length*0.5,0,360*deg);
......
......@@ -14,8 +14,8 @@ Monster
Shape= Cylindrical
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Plastic_BEDO
R=0.0001 cm
THETA=-45
R=3 cm
THETA=135
PHI=0
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Coaxial_Germanium
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment