Skip to content

Commit

Permalink
try to avoid report from static analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Apr 15, 2022
1 parent 4f85095 commit 3426796
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion L1Trigger/L1THGCal/src/backend/HGCalClusteringImpl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void HGCalClusteringImpl::clusterizeDR(const std::vector<edm::Ptr<l1t::HGCalTrig
searching for TC near the center of the cluster
ToBeFixed: if a tc is not a seed, but could be potencially be part of a cluster generated by a late seed,
the tc will not be clusterized
*/
*/

double minDist = dr_;
int targetClu = -1;
Expand Down
4 changes: 0 additions & 4 deletions Validation/HGCalValidation/src/classes.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@
#include "Validation/HGCalValidation/interface/ValidHit.h"
#include "DataFormats/Common/interface/AssociationVector.h"
#include "DataFormats/Common/interface/AssociationMap.h"

ValidHit vh;
std::vector<ValidHit> vvh;
edm::Wrapper<std::vector<ValidHit> > wvvh;

0 comments on commit 3426796

Please sign in to comment.