Skip to content

Commit baec111

Browse files
committed
Apply suggested changes (1/2)
1 parent fc10435 commit baec111

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CondFormats/DataRecord/interface/SiPhase2OuterTrackerCondDataRecords.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@
44
#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
55
#include "Geometry/Records/interface/TrackerTopologyRcd.h"
66
#include "Geometry/Records/interface/TrackerDigiGeometryRecord.h"
7+
#include "Geometry/Records/interface/IdealGeometryRecord.h"
78
#include "FWCore/Utilities/interface/mplVector.h"
89

910
/*Record associated to SiPhase2OuterTrackerLorentzAngle Object: the SimRcd is used in simulation only*/
1011
class SiPhase2OuterTrackerLorentzAngleRcd
1112
: public edm::eventsetup::DependentRecordImplementation<SiPhase2OuterTrackerLorentzAngleRcd,
12-
edm::mpl::Vector<TrackerTopologyRcd> > {};
13+
edm::mpl::Vector<IdealGeometryRecord, TrackerTopologyRcd> > {
14+
};
1315
class SiPhase2OuterTrackerLorentzAngleSimRcd
1416
: public edm::eventsetup::DependentRecordImplementation<SiPhase2OuterTrackerLorentzAngleSimRcd,
15-
edm::mpl::Vector<TrackerTopologyRcd> > {};
17+
edm::mpl::Vector<IdealGeometryRecord, TrackerTopologyRcd> > {
18+
};
1619
/*Record associated to SiStripBadStrip Object:*/
1720
class SiPhase2OuterTrackerBadStripRcd : public edm::eventsetup::DependentRecordImplementation<
1821
SiPhase2OuterTrackerBadStripRcd,

0 commit comments

Comments
 (0)