Skip to content

Commit

Permalink
Merge pull request #564 from hahassan7/master
Browse files Browse the repository at this point in the history
Changing the position of the flange and the cone
  • Loading branch information
gconesab authored Sep 1, 2023
2 parents caaa737 + 32f2f90 commit 58dd501
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 58dd501

Please sign in to comment.