Ignore:
Timestamp:
06/29/12 10:52:28 (12 years ago)
Author:
lyard
Message:
Added 3D view of camera pulse shapes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.cc

    r14077 r14250  
    10391039    GLWindow->fIsDrsCalibration = state;
    10401040    GLWindow->ApplyCalibration();
     1041    threeD_Window->setData(GLWindow->eventData);
    10411042
    10421043    on_autoScaleColor_clicked();
     
    13341335    PosOfMax_window->SetData(GLWindow->PosOfMaxvalues);
    13351336    Max_window->SetData(GLWindow->Maxvalues);
     1337    threeD_Window->setData(GLWindow->eventData);//rawEventData);
    13361338
    13371339    if (RMS_window->isVisible())
Note: See TracChangeset for help on using the changeset viewer.