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