Skip to content

Commit 83f1eb2

Browse files
committed
final tuning
1 parent 8a3a00f commit 83f1eb2

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

AnalysisFW/plugins/OpenDataTreeProducerOptimized.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ OpenDataTreeProducerOptimized::OpenDataTreeProducerOptimized(edm::ParameterSet c
7575
mJetCorr_ak7 = cfg.getParameter<std::string> ("jetCorr_ak7");
7676
}
7777

78-
7978
void OpenDataTreeProducerOptimized::beginJob() {
8079
mTree = fs->make< TTree >("OpenDataTree", "OpenDataTree");
8180

AnalysisFW/plugins/OpenDataTreeProducerOptimized.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ class OpenDataTreeProducerOptimized : public edm::EDAnalyzer
143143
// Jet correction labels
144144
std::string mJetCorr_ak5;
145145
std::string mJetCorr_ak7;
146-
147146
};
148147

149148
#endif

AnalysisFW/python/OpenDataTreeProducerOptimized_dataPAT_2011_cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@
115115
process.TFileService = cms.Service("TFileService", fileName = cms.string('OpenDataTree_data.root'))
116116

117117
# To suppress long output at the end of the job
118-
process.options.wantSummary = False
118+
#process.options.wantSummary = False
119119

120120
del process.outpath

AnalysisFW/python/OpenDataTreeProducerOptimized_mcPAT_2011_cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@
113113
process.TFileService = cms.Service("TFileService", fileName = cms.string('OpenDataTree_mc.root'))
114114

115115
# To suppress long output at the end of the job
116-
process.options.wantSummary = False
116+
#process.options.wantSummary = False
117117

118118
del process.outpath

0 commit comments

Comments
 (0)