Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
NeutronProcessor.hpp
Go to the documentation of this file.
1 
6 #ifndef __NEUTRONPROCESSOR_HPP_
7 #define __NEUTRONPROCESSOR_HPP_
8 
9 #include "EventProcessor.hpp"
10 
13 public:
21  virtual bool PreProcess(RawEvent &event);
25  virtual bool Process(RawEvent &event);
27  virtual void DeclarePlots(void);
28 };
29 
30 #endif // __NEUTRONPROCSSEOR_HPP_
Generic event processor.
virtual void DeclarePlots(void)
virtual bool Process(RawEvent &event)
virtual bool PreProcess(RawEvent &event)
Processor for handling scintillator neutron detectors - Deprecated.
Definition: NeutronProcessor.hpp:12
Class to handle event processing.
Definition: EventProcessor.hpp:25
The all important raw event.
Definition: RawEvent.hpp:46