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

Comparing UserCode/DTDPGAnalysis/python/dtCreateSummaries_cff.py (file contents):
Revision 1.1 by battilan, Sun Nov 2 20:43:10 2008 UTC vs.
Revision 1.3 by cerminar, Fri Dec 19 16:36:40 2008 UTC

# Line 24 | Line 24 | createDTDPGDQMWheelSummary = cms.EDAnaly
24  
25   createDTDPGAnalyzerSummary = cms.EDAnalyzer("DTDPGCreateAnalyzerSummary",
26      # Histo generation flasg
27 <    FullWheelHistos    = cms.untracked.bool(True),
27 >    SummaryHistos    = cms.untracked.bool(True),
28      SummaryWheelHistos = cms.untracked.bool(True),
29      SummaryAllHistos   = cms.untracked.bool(True),
30      # Input File Name
# Line 35 | Line 35 | createDTDPGAnalyzerSummary = cms.EDAnaly
35  
36   createDQMSummaries = cms.Sequence( createDTDPGDQMSummary + createDTDPGDQMWheelSummary )
37   createSummaries = cms.Sequence( createDQMSummaries + createDTDPGAnalyzerSummary  )
38 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines