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.
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.reapplyJECand everything that depends on it. The current work-around is to addconsumes<double>(edm::InputTag("fixedGridRhoFastjetAll"));toJetUserData::JetUserData.