Skip to content

Commit

Permalink
Merge pull request #3621 from Dr15Jones/makeStaticAMemberOfRecoTauVer…
Browse files Browse the repository at this point in the history
…texAssociator

Multithreading -- Made static a member variable of RecoTauVertexAssociator
  • Loading branch information
ktf committed May 1, 2014
2 parents 02c33d4 + 939e5e5 commit 3823597
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions RecoTauTag/RecoTau/interface/RecoTauVertexAssociator.h
Expand Up @@ -75,6 +75,7 @@ class RecoTauVertexAssociator {
//PJ adding quality cuts
RecoTauQualityCuts qcuts_;
bool recoverLeadingTrk;
bool vxTrkFiltering;

edm::EDGetTokenT<reco::VertexCollection> vx_token;

Expand Down
2 changes: 0 additions & 2 deletions RecoTauTag/RecoTau/src/RecoTauVertexAssociator.cc
Expand Up @@ -14,8 +14,6 @@

namespace reco { namespace tau {

bool vxTrkFiltering;

// Get the highest pt track in a jet.
// Get the KF track if it exists. Otherwise, see if it has a GSF track.
reco::TrackBaseRef RecoTauVertexAssociator::getLeadTrack(const PFJet& jet) const{
Expand Down

0 comments on commit 3823597

Please sign in to comment.