Skip to content

Commit

Permalink
fixed scenario II FCC-hh card (electron/muon efficiency was too pessi…
Browse files Browse the repository at this point in the history
…mistic)
  • Loading branch information
Michele Selvaggi authored and Michele Selvaggi committed Jan 9, 2024
1 parent c80a170 commit 516752e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cards/FCC/scenarios/FCChh_II.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,6 @@ module Efficiency ElectronEfficiency {
# set EfficiencyFormula {efficiency formula as a function of eta and pt}

set EfficiencyFormula {
0.95*(
(pt <= 1.0) * (0.00) + \
(abs(eta) <= 2.5) * (pt > 1.0 && pt < 5.0) * (0.80) +
(abs(eta) <= 2.5) * (pt > 5.0 && pt < 10.0) * (0.90) +
Expand All @@ -1074,7 +1073,6 @@ module Efficiency ElectronEfficiency {
(abs(eta) > 4.0 && abs(eta) <= 6.0) * (pt > 5.0 && pt < 10.0) * (0.80) + \
(abs(eta) > 4.0 && abs(eta) <= 6.0) * (pt > 10.0) * (0.85) + \
(abs(eta) > 6.0) * (0.00)
)
}

}
Expand Down Expand Up @@ -1117,7 +1115,6 @@ module Efficiency MuonEfficiency {
# set EfficiencyFormula {efficiency formula as a function of eta and pt}

set EfficiencyFormula {
0.98 * (
(pt <= 1.0) * (0.00) + \
(abs(eta) <= 2.5) * (pt > 1.0 && pt < 5.0) * (0.95) +
(abs(eta) <= 2.5) * (pt > 5.0 && pt < 10.0) * (0.97) +
Expand All @@ -1131,7 +1128,6 @@ module Efficiency MuonEfficiency {
(abs(eta) > 4.0 && abs(eta) <= 6.0) * (pt > 5.0 && pt < 10.0) * (0.90) + \
(abs(eta) > 4.0 && abs(eta) <= 6.0) * (pt > 10.0) * (0.95) + \
(abs(eta) > 6.0) * (0.00)
)
}

}
Expand Down

0 comments on commit 516752e

Please sign in to comment.