Skip to content

Commit ba0c275

Browse files
committed
one more case
1 parent a341653 commit ba0c275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimTracker/TrackerHitAssociation/plugins/ClusterTPAssociationProducer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ void ClusterTPAssociationProducer::produce(edm::StreamID, edm::Event& iEvent, co
124124
// Strip Cluster (other product, if there)
125125
bool foundOtherStripClusters = false;
126126
edm::Handle<edmNew::DetSetVector<SiStripCluster> > stripClustersOther;
127-
if (otherStripClusterTag_ != edm::InputTag(""))
127+
if (!otherStripClusterTag_.isUninitialized())
128128
foundOtherStripClusters = iEvent.getByToken(stripClustersOtherToken_, stripClustersOther);
129129

130130
// Phase2 Cluster

0 commit comments

Comments
 (0)