Skip to content

Commit

Permalink
Made EDProducer thread-aware in RecoTauTag/RecoTau/plugins/PFTauTrans…
Browse files Browse the repository at this point in the history
…verseImpactParameters.cc
  • Loading branch information
andrewj314 committed Jul 2, 2015
1 parent 9f0805b commit d776416
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ using namespace reco;
using namespace edm;
using namespace std;

class PFTauTransverseImpactParameters : public EDProducer {
class PFTauTransverseImpactParameters : public edm::stream::EDProducer<> {
public:
enum Alg{useInputPV=0, useFont};
enum CMSSWPerigee{aCurv=0,aTheta,aPhi,aTip,aLip};
Expand Down

0 comments on commit d776416

Please sign in to comment.