Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
SsdProcessor.hpp
Go to the documentation of this file.
1 
5 #ifndef __SSD_PROCESSOR_HPP_
6 #define __SSD_PROCESSOR_HPP_
7 
8 #include "EventProcessor.hpp"
9 
10 class RawEvent;
11 
15 class SsdProcessor : public EventProcessor {
16  public:
18  SsdProcessor(); // no virtual c'tors
20  virtual void DeclarePlots(void);
24  virtual bool Process(RawEvent &event);
25 };
26 #endif // __SSD_PROCESSOR_HPP_
Generic event processor.
virtual void DeclarePlots(void) const
virtual bool Process(RawEvent &event)
Handles detectors of type dssd_front and dssd_back (Deprecated - Duplicate!)
Definition: SsdBetaProcessor.hpp:14
Class to handle event processing.
Definition: EventProcessor.hpp:25
The all important raw event.
Definition: RawEvent.hpp:46