Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
SsdBetaProcessor.hpp
Go to the documentation of this file.
1 
5 #ifndef __SSDBETAPROCESSOR_HPP_
6 #define __SSDBETAPROCESSOR_HPP_
7 
8 #include "EventProcessor.h"
9 
10 class DetectorSummary;
11 class RawEvent;
12 
14 class SsdProcessor : public EventProcessor {
15 private:
17 public:
19  SsdProcessor();
21  virtual void DeclarePlots(void) const;
25  virtual bool Process(RawEvent &event);
26 };
27 #endif
virtual void DeclarePlots(void) const
DetectorSummary * ssdSummary
all detectors of type dssd_front
Definition: SsdBetaProcessor.hpp:16
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
Summary of all channels of one detector type.
Definition: DetectorSummary.hpp:31