Skip to content

Commit

Permalink
avoid ODR violation / remove header that is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlange6 committed Aug 25, 2020
1 parent 86caca1 commit 85c786d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion PhysicsTools/TagAndProbe/interface/ColinsSoperVariables.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// calculate the Colins-Soper variables;
// everything is in the lab frame
void calCSVariables(TLorentzVector mu, TLorentzVector mubar, double *res, bool swap) {
inline void calCSVariables(TLorentzVector mu, TLorentzVector mubar, double *res, bool swap) {
// convention. beam direction is on the positive Z direction.
// beam contains quark flux.
TLorentzVector Pbeam(0, 0, CM_ENERGY / 2.0, CM_ENERGY / 2.0);
Expand Down
2 changes: 0 additions & 2 deletions PhysicsTools/TagAndProbe/src/BaseTreeFiller.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "CommonTools/UtilAlgos/interface/TFileService.h"

#include "PhysicsTools/TagAndProbe/interface/ColinsSoperVariables.h"

#include <TList.h>
#include <TObjString.h>

Expand Down

0 comments on commit 85c786d

Please sign in to comment.