Skip to content

Commit b8ee859

Browse files
author
Lukas Holub
committed
TrackVertex -> TrackVertex_2010
1 parent 383c0b7 commit b8ee859

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

demoanalyzer_cfg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# set the number of events to be skipped (if any) at end of file below
2424
# define JSON file
25-
goodJSON = '/home/cms-opendata/CMSSW_4_2_8/src/Validation/TrackVertex/datasets/Cert_136033-149442_7TeV_Apr21ReReco_Collisions10_JSON_v2.txt'
25+
goodJSON = '/home/cms-opendata/CMSSW_4_2_8/src/Validation/TrackVertex_2010/datasets/Cert_136033-149442_7TeV_Apr21ReReco_Collisions10_JSON_v2.txt'
2626

2727
myLumis = LumiList.LumiList(filename = goodJSON).getCMSSWString().split(',')
2828

@@ -41,7 +41,7 @@
4141
# ****************************************************************
4242
#
4343
# *** MinimumBias data set ***
44-
files2010data = FileUtils.loadListFromFile ('/home/cms-opendata/CMSSW_4_2_8/src/Validation/TrackVertex/datasets/CMS_Run2010B_MinimumBias_AOD_Apr21ReReco-v1_0000_file_index.txt')
44+
files2010data = FileUtils.loadListFromFile ('/home/cms-opendata/CMSSW_4_2_8/src/Validation/TrackVertex_2010/datasets/CMS_Run2010B_MinimumBias_AOD_Apr21ReReco-v1_0000_file_index.txt')
4545
process.source = cms.Source("PoolSource",fileNames = cms.untracked.vstring(*files2010data))
4646

4747
# apply JSON file

src/TrackVertexAnalyzer.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ TrackVertex_2010::TrackVertex_2010(const edm::ParameterSet& iConfig) {
375375
}
376376

377377

378-
TrackVertex_2010::~TrackVertex2010() {
378+
TrackVertex_2010::~TrackVertex_2010() {
379379
// do anything here that needs to be done at destruction time
380380
// (e.g. close files, deallocate resources etc.)
381381
}
@@ -628,7 +628,7 @@ void TrackVertex_2010::analyze(const edm::Event& iEvent, const edm::EventSetup&
628628

629629
} // end of good lumi section
630630

631-
} //TrackVertex::analyze ends
631+
} //TrackVertex_2010::analyze ends
632632

633633

634634
// ---- method called for each event to check good quality lumi section ---- //

0 commit comments

Comments
 (0)