Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
E11006Processor.hpp
Go to the documentation of this file.
1 
6 #ifndef __E11006PROCESSOR_HPP_
7 #define __E11006PROCESSOR_HPP_
8 
9 #include "EventProcessor.hpp"
10 
12  public:
13  E11006Processor(); // no virtual c'tors
14  ~E11006Processor(){};
15  bool Process(RawEvent &event);
16  void E11006Processor::DeclarePlots(void);
17  private:
18 };
19 #endif // __E11006PROCESSOR_HPP_
Generic event processor.
Class to handle the Valid signal from MoNA DAQ.
Definition: E11006Processor.hpp:11
bool Process(RawEvent &event)
Class to handle event processing.
Definition: EventProcessor.hpp:25
The all important raw event.
Definition: RawEvent.hpp:46