Changes in examples/Example1.cpp [341014c:1fa50c2] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/Example1.cpp
r341014c r1fa50c2 17 17 */ 18 18 19 19 20 #include <iostream> 20 21 #include <utility> 21 22 #include <vector> 22 23 23 #include "TApplication.h"24 24 #include "TROOT.h" 25 25 #include "TSystem.h" 26 #include "TApplication.h" 26 27 27 28 #include "TString.h" 28 29 29 #include "TClonesArray.h"30 30 #include "TH2.h" 31 31 #include "THStack.h" 32 32 #include "TLegend.h" 33 #include "TPaveText.h" 34 #include "TClonesArray.h" 33 35 #include "TLorentzVector.h" 34 #include "TPaveText.h"35 36 36 37 #include "classes/DelphesClasses.h" 37 38 38 #include "ExRootAnalysis/ExRootResult.h"39 #include "ExRootAnalysis/ExRootTreeBranch.h"40 39 #include "ExRootAnalysis/ExRootTreeReader.h" 41 40 #include "ExRootAnalysis/ExRootTreeWriter.h" 41 #include "ExRootAnalysis/ExRootTreeBranch.h" 42 #include "ExRootAnalysis/ExRootResult.h" 42 43 #include "ExRootAnalysis/ExRootUtilities.h" 43 44 … … 71 72 TString inputFile(argv[1]); 72 73 73 74 //------------------------------------------------------------------------------ 74 75 75 76 // Here you call your macro's main function 76 77 77 78 Example1(inputFile); 78 79 79 //------------------------------------------------------------------------------ 80 //------------------------------------------------------------------------------ 81 80 82 } 83 84
Note:
See TracChangeset
for help on using the changeset viewer.