Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TagAndProbe package - avoid ODR violation / remove header that is not needed #31229

Merged
merged 1 commit into from
Aug 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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