ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FastOpenGlDisplayer/python/Frog_Analyzer_cfi.py
(Generate patch)

Comparing UserCode/FastOpenGlDisplayer/python/Frog_Analyzer_cfi.py (file contents):
Revision 1.6 by querten, Sun Aug 24 06:07:40 2008 UTC vs.
Revision 1.7 by querten, Sun Aug 24 14:22:45 2008 UTC

# Line 10 | Line 10 | frog = cms.EDAnalyzer("Frog_Analyzer",
10      SaveMuonGeom    = cms.bool(True),
11      SaveCaloGeom    = cms.bool(True),
12  
13 +    ### Gen ###
14 +    GenParticles = cms.InputTag('genParticles'),
15  
16      ### Simulation ###
17      SimVertexProducers = cms.VInputTag(
# Line 100 | Line 102 | frog = cms.EDAnalyzer("Frog_Analyzer",
102      CaloJetsProducers  = cms.VInputTag(
103          cms.InputTag("sisCone5CaloJets")
104          #,cms.InputTag("kt6CaloJets")
105 <    )
105 >    ),
106 >
107 >    RecoCandidateProducers = cms.VInputTag()
108 >
109   )
110  
111  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines