Skip to content

Commit

Permalink
Merge pull request #31229 from davidlange6/dl200825
Browse files Browse the repository at this point in the history
TagAndProbe package - avoid ODR violation / remove header that is not needed
  • Loading branch information
cmsbuild committed Aug 29, 2020
2 parents 330880c + 85c786d commit fa2005d
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
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
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 fa2005d

Please sign in to comment.