Skip to content

Commit

Permalink
Changing the position of the flange and the cone
Browse files Browse the repository at this point in the history
  • Loading branch information
hahassan7 committed Sep 1, 2023
1 parent caaa737 commit 32f2f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MC/DetectorInitFOCAL.C
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ Special FOCAL simulations detector init
if (iPIPE) {
//=================== PIPE parameters (special FOCAL PIPE) ============================
AliPIPEFOCAL *PIPE = new AliPIPEFOCAL("PIPE", "Beam Pipe");
PIPE->SetConical(25, 470);
PIPE->SetZflange(483.8);
PIPE->SetConical(25, 473.3);
PIPE->SetZflange(483.75);
PIPE->SetR2(3.0);
PIPE->SetIsConeBe(1);
PIPE->SetIsFlangeBe(1);
Expand Down

0 comments on commit 32f2f90

Please sign in to comment.