Skip to content

Commit

Permalink
Fix includes ElectronEffectiveArea.h
Browse files Browse the repository at this point in the history
We use double_t in this header, so we also need to include Rtypes.h.
We also `fabs` in this header, so we need to include cmath to make
this file compile on its own.
  • Loading branch information
Teemperor committed Jun 19, 2017
1 parent 3845567 commit 55c0361
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
// Authors: S.Xie, E. DiMarco
//--------------------------------------------------------------------------------------------------

#include <Rtypes.h>
#include <cmath>

/// --> NOTE if you want to use this class as standalone without the CMSSW part
/// you need to uncomment the below line and compile normally with scramv1 b
Expand Down

0 comments on commit 55c0361

Please sign in to comment.