Skip to content

Commit

Permalink
Diamond sigma-xy: more periods hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
preghenella committed Apr 12, 2017
1 parent b275d68 commit 0bb2a09
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions MC/GeneratorConfig.C
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,18 @@ GeneratorConfig(Int_t tag)
if (periodName.EqualTo("LHC13e")) sigmaxy = 35.e-4;
if (periodName.EqualTo("LHC15n")) sigmaxy = 90.e-4;
if (periodName.EqualTo("LHC15o")) sigmaxy = 30.e-4;
//
if (periodName.EqualTo("LHC16f")) sigmaxy = 60.e-4;
if (periodName.EqualTo("LHC16g")) sigmaxy = 60.e-4;
if (periodName.EqualTo("LHC16i")) sigmaxy = 60.e-4;
if (periodName.EqualTo("LHC16o")) sigmaxy = 55.e-4;
if (periodName.EqualTo("LHC16p")) sigmaxy = 50.e-4;
if (periodName.EqualTo("LHC16q")) sigmaxy = 35.e-4;
if (periodName.EqualTo("LHC16r")) sigmaxy = 25.e-4;
if (periodName.EqualTo("LHC16s")) sigmaxy = 25.e-4;
if (periodName.EqualTo("LHC16t")) sigmaxy = 35.e-4;
}
printf(">>>>> Diamond sigma-xy: %f \n", sigmaxy);

gen->SetOrigin(0., 0., 0.);
gen->SetSigma(sigmaxy, sigmaxy, 5.);
Expand Down

0 comments on commit 0bb2a09

Please sign in to comment.