Skip to content

Commit

Permalink
Sigma-xy values updated to remove the 10% safety factor added to the …
Browse files Browse the repository at this point in the history
…measured values
  • Loading branch information
preghenella committed Aug 5, 2016
1 parent 85526eb commit bbc4680
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions MC/GeneratorConfig.C
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,14 @@ GeneratorConfig(Int_t tag, Int_t run)
Float_t sigmaxy = TMath::Sqrt(eps * betast / gamma) / TMath::Sqrt(2.) * 100.; // LHC period specific
if (gSystem->Getenv("CONFIG_PERIOD")) {
TString periodName = gSystem->Getenv("CONFIG_PERIOD");
if (periodName.EqualTo("LHC10h")) sigmaxy = 90.e-4;
if (periodName.EqualTo("LHC11a")) sigmaxy = 130.e-4;
if (periodName.EqualTo("LHC11h")) sigmaxy = 120.e-4;
if (periodName.EqualTo("LHC13b")) sigmaxy = 40.e-4;
if (periodName.EqualTo("LHC13c")) sigmaxy = 40.e-4;
if (periodName.EqualTo("LHC13d")) sigmaxy = 40.e-4;
if (periodName.EqualTo("LHC13e")) sigmaxy = 40.e-4;
if (periodName.EqualTo("LHC15n")) sigmaxy = 100.e-4;
if (periodName.EqualTo("LHC10h")) sigmaxy = 80.e-4;
if (periodName.EqualTo("LHC11a")) sigmaxy = 120.e-4;
if (periodName.EqualTo("LHC11h")) sigmaxy = 110.e-4;
if (periodName.EqualTo("LHC13b")) sigmaxy = 35.e-4;
if (periodName.EqualTo("LHC13c")) sigmaxy = 35.e-4;
if (periodName.EqualTo("LHC13d")) sigmaxy = 35.e-4;
if (periodName.EqualTo("LHC13e")) sigmaxy = 35.e-4;
if (periodName.EqualTo("LHC15n")) sigmaxy = 90.e-4;
if (periodName.EqualTo("LHC15o")) sigmaxy = 30.e-4;
}

Expand Down

0 comments on commit bbc4680

Please sign in to comment.