Changeset 2ca23b5 in git for display/DelphesEventDisplay.h
- Timestamp:
- Oct 22, 2014, 10:30:47 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 3f51314
- Parents:
- 8b04b31
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
display/DelphesEventDisplay.h
r8b04b31 r2ca23b5 26 26 #include "display/Delphes3DGeometry.h" 27 27 #include "display/DelphesHtmlSummary.h" 28 #include "display/DelphesPlotSummary.h" 28 29 #include "TChain.h" 29 30 #include "TAxis.h" 30 31 #include "TGHtml.h" 31 32 #include "TClonesArray.h" 33 #include "TGStatusBar.h" 32 34 33 35 /* … … 61 63 DelphesHtmlSummary *htmlSummary_; 62 64 TGHtml *gHtml_; 65 DelphesPlotSummary *plotSummary_; 66 TGStatusBar* fStatusBar_; 63 67 64 68 // gui controls
Note:
See TracChangeset
for help on using the changeset viewer.