Fork me on GitHub

Changeset fafc433 in git for examples


Ignore:
Timestamp:
Oct 16, 2014, 2:19:17 PM (10 years ago)
Author:
Christophe Delaere <christophe.delaere@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
30bb83a
Parents:
a3b2495
Message:

Working basic GUI

The functionality of Fwd and Bck buttons has been restored.
This brings us back to a fully working prototype ready for new features.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/evdisplay.C

    ra3b2495 rfafc433  
    88   // load the libraries
    99   gSystem->Load("libGeom");
    10    //gSystem->Load("../libDelphes");
    1110   gSystem->Load("../libDelphesDisplay");
    1211
     
    1615
    1716   // 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
    1919/*
    20    make_gui();
    21    load_event();
    22    gEve->Redraw3D(kTRUE); // Reset camera after the first event has been shown.
    23 
    2420   // EClipType not exported to CINT (see TGLUtil.h):
    2521   // 0 - no clip, 1 - clip plane, 2 - clip box
Note: See TracChangeset for help on using the changeset viewer.