Skip to content

Commit

Permalink
Recalibrated Phase-2 L1CaloJets Iso Tau variable threshold function a…
Browse files Browse the repository at this point in the history
…nd solve conflicts
  • Loading branch information
Victor authored and ccaillol committed Jun 4, 2021
1 parent 1bdd358 commit 5d2daf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions L1Trigger/L1CaloTrigger/plugins/L1CaloJetProducer.cc
Expand Up @@ -495,9 +495,9 @@ L1CaloJetProducer::L1CaloJetProducer(const edm::ParameterSet &iConfig)
<< int(tauCalibrationsHGCal.size()) << "\n";
}

isoTauBarrel.SetParameter(0, 0.25);
isoTauBarrel.SetParameter(1, 0.85);
isoTauBarrel.SetParameter(2, 0.094);
isoTauBarrel.SetParameter(0, 0.30);
isoTauBarrel.SetParameter(1, 0.31);
isoTauBarrel.SetParameter(2, 0.040);
isoTauHGCal.SetParameter(0, 0.34);
isoTauHGCal.SetParameter(1, 0.35);
isoTauHGCal.SetParameter(2, 0.051);
Expand Down

0 comments on commit 5d2daf1

Please sign in to comment.