This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| exovvrun2:74x [2015/05/29 12:12] – taarre | exovvrun2:74x [2015/06/11 16:46] (current) – [OPS: BE AWARE!!] taarre | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| *ak8PFJetsCHSPrunedLinks --> ak8PFJetsCHSPrunedMass | *ak8PFJetsCHSPrunedLinks --> ak8PFJetsCHSPrunedMass | ||
| *ak8PFJetsCHSSoftDropLinks --> ak8PFJetsCHSSoftDropMass | *ak8PFJetsCHSSoftDropLinks --> ak8PFJetsCHSSoftDropMass | ||
| + | ==== Error message 1: ==== | ||
| + | Calling produce method for unscheduled module HadronAndPartonSelector/' | ||
| + | Exception Message: | ||
| + | Principal:: | ||
| + | Looking for type: std:: | ||
| + | Looking for module label: genParticles | ||
| + | Looking for productInstanceName: | ||
| + | ----- End SkipEvent Exception ------------------------------------------------- | ||
| + | --Solution: In config.py: comment out line 343 | ||
| + | # process.load(" | ||
| + | |||
| + | ==== Error message 2: ==== | ||
| + | Exception Message: | ||
| + | Unable to find plugin ' | ||
| + | ----- End Fatal Exception ------------------------------------------------- | ||
| + | |||
| + | --Solution: in CMSSW_7_4_1/ | ||
| + | scram b distclean | ||
| + | scram b -j8 | ||
| + | | ||
| + | ==== OPS: BE AWARE!! ==== | ||
| + | Change of certain variable names:\\ | ||
| + | jetAK8_prunedmassUnCorr --> jetAK8_prunedmass\\ | ||
| + | jetAK8_softdropmassUnCorr --> jetAK8_softdropmass\\ | ||
| + | nsubjets --> nsoftdropsubjets\\ | ||
| + | |||