File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
RecoTracker/MeasurementDet/plugins Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,7 @@ namespace edm {
108108
109109 void InputTag::cacheToken (EDGetToken token) const { token_.store (token); }
110110
111- bool InputTag::isUninitialized () const {
112- return label_.empty () and instance_.empty () and process_.empty ();
113- }
111+ bool InputTag::isUninitialized () const { return label_.empty () and instance_.empty () and process_.empty (); }
114112
115113 std::ostream& operator <<(std::ostream& ost, InputTag const & tag) {
116114 static std::string const process (" , process = " );
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ MeasurementTrackerEventProducer::MeasurementTrackerEventProducer(const edm::Para
6060 isPhase2_ = true ;
6161 }
6262 if (!iConfig.getParameter <edm::InputTag>(" vectorHits" ).isUninitialized () ||
63- iConfig.getParameter <edm::InputTag>(" vectorHitsRej" ).isUninitialized ()) {
63+ iConfig.getParameter <edm::InputTag>(" vectorHitsRej" ).isUninitialized ()) {
6464 thePh2OTVectorHitsLabel = consumes<VectorHitCollection>(iConfig.getParameter <edm::InputTag>(" vectorHits" ));
6565 thePh2OTVectorHitsRejLabel = consumes<VectorHitCollection>(iConfig.getParameter <edm::InputTag>(" vectorHitsRej" ));
6666 isPhase2_ = true ;
You can’t perform that action at this time.
0 commit comments