|
| file | DDASDecoder.cpp |
| | Implement class for processing events. Create and call a ring item processor and let it decide what to do with the data.
|
| |
| file | DDASDecoder.h [code] |
| | Define an event proessor for reading ring items from a source, in this case a file. Very similar to the CEventProcessor class but really designed to work interactively with the GUI.
|
| |
| file | FitManager.cpp |
| | Implement the fit manager class and handle calls to appropriate fit functions.
|
| |
| file | FitManager.h [code] |
| | Defines a class for managing fits including calulating fit function values from fit parameters and fit configuration settings using the Configuraton class.
|
| |
| file | QHitData.cpp |
| | Implementation of hit data management class.
|
| |
| file | QHitData.h [code] |
| | Definition of class to handle disaplying hit data on the main window UI.
|
| |
| file | QRootCanvas.cpp |
| | Implementation of Qt-embedded ROOT canvas class.
|
| |
| file | QRootCanvas.h [code] |
| | Defines a class for embedding a ROOT canvas in a Qt application.
|
| |
| file | QTraceView.cpp |
| | Implement Qt main application window class.
|
| |
| file | QTraceView.h [code] |
| | Define a Qt main applicaiton window class.
|
| |
| file | traceview.cpp |
| | traceview main. Run the Qt application.
|
| |
| file | TraceViewProcessor.cpp |
| | Implemenation of event processor class for DDAS events.
|
| |
| file | TraceViewProcessor.h [code] |
| | Defines an event processor class for handing DDAS events.
|
| |