Skip to content

Commit

Permalink
fix most of the issues making the tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
JanFSchulte committed Aug 27, 2020
1 parent 626cf07 commit c393369
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions DataFormats/TrackerRecHit2D/interface/VectorHit2D.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "DataFormats/GeometryVector/interface/LocalVector.h"
#include "DataFormats/GeometryVector/interface/LocalPoint.h"
#include "DataFormats/CLHEP/interface/AlgebraicObjects.h"
#include "DataFormats/GeometrySurface/interface/LocalError.h"

class VectorHit2D {
public:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import FWCore.ParameterSet.Config as cms

SiPhase2RecHitMatcherESProducer = cms.ESProducer("SiPhase2RecHitMatcherESProducer",
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import FWCore.ParameterSet.Config as cms

siPhase2VectorHits = cms.EDProducer("VectorHitBuilderEDProducer",
)
2 changes: 1 addition & 1 deletion RecoTracker/MeasurementDet/src/TkMeasurementDetSet.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ void PxMeasurementConditionSet::init(int size) {
void Phase2OTMeasurementConditionSet::init(int size) {
activeThisPeriod_.resize(size, true);
id_.resize(size);
matcher()->algo()->initCpe(cpe());
if (size > 0) matcher()->algo()->initCpe(cpe());
}

0 comments on commit c393369

Please sign in to comment.