Skip to content

Commit f0ff31f

Browse files
committed
[Tutorials] Ensure that df103 can be compiled.
1 parent 30e0bff commit f0ff31f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tutorials/dataframe/df103_NanoAODHiggsAnalysis.C

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
#include "TH1D.h"
4242
#include "TLatex.h"
4343
#include "TLegend.h"
44-
#include "Math/Vector4Dfwd.h"
44+
#include <Math/Vector4Dfwd.h>
45+
#include <Math/GenVector/LorentzVector.h>
46+
#include <Math/GenVector/PtEtaPhiM4D.h>
4547
#include "TStyle.h"
4648
#include <string>
4749

0 commit comments

Comments
 (0)