Skip to content

Commit

Permalink
Clean up some non-GPU-related pixel tracking code
Browse files Browse the repository at this point in the history
Backport clean up from the Patatrack fork (cms-patatrack#49,
cms-patatrack#134)
  • Loading branch information
fwyzard committed Aug 14, 2018
1 parent 400b27e commit b1c8465
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 15 deletions.
6 changes: 3 additions & 3 deletions EventFilter/SiPixelRawToDigi/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<use name="EventFilter/SiPixelRawToDigi"/>
<library file="*.cc" name="EventFilterSiPixelRawToDigiPlugins">
<flags EDM_PLUGIN="1"/>
<use name="EventFilter/SiPixelRawToDigi"/>
<library file="*.cc" name="EventFilterSiPixelRawToDigiPlugins">
<flags EDM_PLUGIN="1"/>
</library>
8 changes: 0 additions & 8 deletions EventFilter/SiPixelRawToDigi/plugins/SealModule.cc

This file was deleted.

5 changes: 3 additions & 2 deletions EventFilter/SiPixelRawToDigi/plugins/SiPixelDigiToRaw.cc
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,6 @@ void SiPixelDigiToRaw::produce( edm::Event& ev,

}

// -----------------------------------------------------------------------------

// declare this as a framework plugin
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(SiPixelDigiToRaw);
4 changes: 4 additions & 0 deletions EventFilter/SiPixelRawToDigi/plugins/SiPixelRawToDigi.cc
Original file line number Diff line number Diff line change
Expand Up @@ -324,3 +324,7 @@ void SiPixelRawToDigi::produce( edm::Event& ev,
ev.put(std::move(disabled_channelcollection));
}
}

// declare this as a framework plugin
#include "FWCore/Framework/interface/MakerMacros.h"
DEFINE_FWK_MODULE(SiPixelRawToDigi);
3 changes: 1 addition & 2 deletions RecoLocalTracker/SiPixelRecHits/python/SiPixelRecHits_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
siPixelRecHits = cms.EDProducer("SiPixelRecHitConverter",
src = cms.InputTag("siPixelClusters"),
CPE = cms.string('PixelCPEGeneric'),
VerboseLevel = cms.untracked.int32(0),

VerboseLevel = cms.untracked.int32(0)
)

siPixelRecHitsPreSplitting = siPixelRecHits.clone(
Expand Down

0 comments on commit b1c8465

Please sign in to comment.