|
DDASToys for NSCLDAQ
6.2-000
|
Files | |
| file | CEventProcessor.cpp |
| Implement class for processing events. Create and call a ring item processor and let it decide what to do with the data. | |
| file | CEventProcessor.h [code] |
| Define an event proessor for reading ring items from a source. Generally a file for this application, creating an analysis pipleline to consume ring items from a ringbuffer is untested. | |
| file | DDASRootFitEvent.cpp |
| Implement the methods of DDASRootFitHit and signal the implementation to ROOT. | |
| file | DDASRootFitEvent.h [code] |
| Header for events that are writable to ROOT trees. | |
| file | DDASRootFitHit.cpp |
| Implement the DDASRootFitHit class. | |
| file | DDASRootFitHit.h [code] |
| Define a hit with fitting data that can serialized by ROOT. | |
| file | eeconverter.cpp |
| Create an event processor, call its operator() to process data, and handle exceptions. | |
| file | LinkDef.h [code] |
| Defines the linkages to supply to root. | |
| file | ProcessToRootSink.cpp |
| Implement mandatory interface from CRingItemProcessor to process data to a ROOT file sink. | |
| file | ProcessToRootSink.h [code] |
| Define a ring item processes which processes data into a ROOT data file sink. | |
| file | RootExtensions.h [code] |
| Provide streamable versions of the event extensions defined in fit_extensions.h. | |
| file | RootFileDataSink.cpp |
| Implement the ROOT file data sink for DDAS fit events. | |
| file | RootFileDataSink.h [code] |
| Define a CDataSink that writes out result ring items to a ROOT file. | |
| file | StringsToIntegers.cpp |
| Functions to convert lists of comma-delimited integers to a vector of ints. | |
| file | StringsToIntegers.h [code] |
| Definition of functions to convert strings of comma-delimited integers to a vector of ints. | |