Skip to content

Commit

Permalink
add missing header guards
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlange6 committed Jul 3, 2020
1 parent fedfffa commit eedb793
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions PhysicsTools/TagAndProbe/interface/ColinsSoperVariables.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef PhysicsTools_TagAndProbe_ColinsSuperVariables
#define PhysicsTools_TagAndProbe_ColinsSuperVariables

#define CM_ENERGY 7000.0
#include "TLorentzVector.h"
#include "TVector3.h"
Expand Down Expand Up @@ -62,3 +65,5 @@ void calCSVariables(TLorentzVector mu, TLorentzVector mubar, double *res, bool s
res[1] = sin2theta;
res[2] = tanphi;
}

#endif

0 comments on commit eedb793

Please sign in to comment.