Skip to content

Commit

Permalink
Merge pull request #555 from hahassan7/master
Browse files Browse the repository at this point in the history
Change beam pipe radius inside FOCAL
  • Loading branch information
gconesab authored Jun 1, 2023
2 parents 39a95bd + 048bbd1 commit 4b2ea63
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,9 +90,9 @@ Special FOCAL simulations detector init
if (iPIPE) {
//=================== PIPE parameters (special FOCAL PIPE) ============================
AliPIPEFOCAL *PIPE = new AliPIPEFOCAL("PIPE", "Beam Pipe");
PIPE->SetConical(35,400);
PIPE->SetConical(25, 470);
PIPE->SetZflange(483.8);
PIPE->SetR2(3.6);
PIPE->SetR2(3.0);
PIPE->SetIsConeBe(1);
PIPE->SetIsFlangeBe(1);
PIPE->SetConeW(0.1);
Expand Down

0 comments on commit 4b2ea63

Please sign in to comment.