![]() |
|
|||
File indexing completed on 2023-03-17 13:02:22
0001 import FWCore.ParameterSet.Config as cms 0002 0003 genParticles2HepMC = cms.EDProducer("GenParticles2HepMCConverter", 0004 genParticles = cms.InputTag("genParticles"), 0005 #genParticles = cms.InputTag("mergedGenParticles"), # in case mergedGenParticles are created 0006 genEventInfo = cms.InputTag("generator"), 0007 signalParticlePdgIds = cms.vint32(), 0008 #signalParticlePdgIds = cms.vint32(25), ## for the Higgs analysis 0009 #signalParticlePdgIds = cms.vint32(6,-6), ## for the top quark analysis 0010 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |