You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are using a version of the JetCorrector that is unsuitable for unscheduled mode.
We need to change to the current recommendation for CMSSW > 7.6.
This will affect process.reapplyJEC and everything that depends on it. The current work-around is to add consumes<double>(edm::InputTag("fixedGridRhoFastjetAll")); to JetUserData::JetUserData.
The text was updated successfully, but these errors were encountered:
Currently we are using a version of the JetCorrector that is unsuitable for unscheduled mode.
We need to change to the current recommendation for CMSSW > 7.6.
This will affect
process.reapplyJEC
and everything that depends on it. The current work-around is to addconsumes<double>(edm::InputTag("fixedGridRhoFastjetAll"));
toJetUserData::JetUserData
.The text was updated successfully, but these errors were encountered: