- Timestamp:
- Oct 16, 2014, 2:19:17 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 30bb83a
- Parents:
- a3b2495
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/evdisplay.C
ra3b2495 rfafc433 8 8 // load the libraries 9 9 gSystem->Load("libGeom"); 10 //gSystem->Load("../libDelphes");11 10 gSystem->Load("../libDelphesDisplay"); 12 11 … … 16 15 17 16 // create the application items 18 DelphesEventDisplay display("delphes_card_CMS.tcl", "../delphes_output.root", det3D); //TODO root file as input cfg 17 DelphesEventDisplay* display = new DelphesEventDisplay("delphes_card_CMS.tcl", "../delphes_output.root", det3D); 18 19 19 /* 20 make_gui();21 load_event();22 gEve->Redraw3D(kTRUE); // Reset camera after the first event has been shown.23 24 20 // EClipType not exported to CINT (see TGLUtil.h): 25 21 // 0 - no clip, 1 - clip plane, 2 - clip box
Note:
See TracChangeset
for help on using the changeset viewer.