We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdd358 commit 5d2daf1Copy full SHA for 5d2daf1
L1Trigger/L1CaloTrigger/plugins/L1CaloJetProducer.cc
@@ -495,9 +495,9 @@ L1CaloJetProducer::L1CaloJetProducer(const edm::ParameterSet &iConfig)
495
<< int(tauCalibrationsHGCal.size()) << "\n";
496
}
497
498
- isoTauBarrel.SetParameter(0, 0.25);
499
- isoTauBarrel.SetParameter(1, 0.85);
500
- isoTauBarrel.SetParameter(2, 0.094);
+ isoTauBarrel.SetParameter(0, 0.30);
+ isoTauBarrel.SetParameter(1, 0.31);
+ isoTauBarrel.SetParameter(2, 0.040);
501
isoTauHGCal.SetParameter(0, 0.34);
502
isoTauHGCal.SetParameter(1, 0.35);
503
isoTauHGCal.SetParameter(2, 0.051);
0 commit comments