#include "EmcFEM.h"
#include <string>
Include dependency graph for emcRawDataAccessor.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | emcRawDataAccessor |
Typedefs | |
typedef EMCalFEE | emcDataExtractor |
(Singleton) Adapter class which encapsulates access to EmcDynamicData and EMCalFEE classes. |
|
(Singleton) Adapter class which encapsulates access to EmcDynamicData and EMCalFEE classes. The purpose of this object is to avoid to have to deal with those two (too) closely related objects in many places as it is the case now. Please note that you have 2 options to access the events : 1) Use the SetDataSource(Eventiterator*) and GetNextEvent() methods to loop over events by yourself. 2) Use the processEvent(Event*) to process an external event (use this method e.g. in an offline reconstruction chain). To be deprecated as soon as online code does not need it anylonger.
Definition at line 30 of file emcRawDataAccessor.h. |