Skip to content

Commit 7ac6bf5

Browse files
committed
Remove some code mentioning SiPixelCPEGenericErrorParm
1 parent 898a886 commit 7ac6bf5

File tree

3 files changed

+2
-92
lines changed

3 files changed

+2
-92
lines changed

RecoLocalTracker/SiPixelRecHits/interface/PixelCPEBase.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,7 @@ class PixelCPEBase : public PixelClusterParameterEstimator {
232232
const SiPixelLorentzAngle* lorentzAngle_;
233233
const SiPixelLorentzAngle* lorentzAngleWidth_; // for the charge width (generic)
234234

235-
const SiPixelGenErrorDBObject* genErrorDBObject_; // NEW
236-
//const SiPixelCPEGenericErrorParm * genErrorParm_; // OLD
237-
235+
const SiPixelGenErrorDBObject* genErrorDBObject_;
238236
const SiPixelTemplateDBObject* templateDBobject_;
239237
bool alpha2Order; // switch on/off E.B effect.
240238

RecoLocalTracker/SiPixelRecHits/src/PixelCPEBase.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ PixelCPEBase::PixelCPEBase(edm::ParameterSet const& conf,
5353
lorentzAngle_ = lorentzAngle;
5454
lorentzAngleWidth_ = lorentzAngleWidth;
5555

56-
//-- GenError Calibration Object (different from SiPixelCPEGenericErrorParm) from DB
56+
//-- GenError Calibration Object from DB
5757
genErrorDBObject_ = genErrorDBObject;
5858

5959
//-- Template Calibration Object from DB

RecoLocalTracker/SiPixelRecHits/test/SiPixelDBTest_cfg.py

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)