Skip to content

Commit

Permalink
restore missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
baltzell committed Jul 18, 2023
1 parent f336472 commit a33a922
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion GiBUU/gibuu2lund.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
#include <TTree.h>
#include <TChain.h>
#include <TF1.h>
#include "TRandom3.h"
#include <TRandom3.h>
#include <TRandom.h>

void gibuu2lund(char* inputfilename, char* outputfilename) {

Expand Down
4 changes: 3 additions & 1 deletion genie/genie2lund.cxx
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#include <TFile.h>
#include <TTree.h>
#include <TChain.h>
#include "TF1.h"
#include <TF1.h>
#include <TRandom3.h>
#include <TRandom.h>

void genie2lund(char* inputfilename, char* outputfilename) {

Expand Down

0 comments on commit a33a922

Please sign in to comment.