Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
NeutronScintProcessor.hpp
Go to the documentation of this file.
1 
6 #ifndef __NEUTRONSCINTPROCESSOR_HPP_
7 #define __NEUTRONSCINTPROCESSOR_HPP_
8 
9 #include "EventProcessor.hpp"
10 
13 public:
19  virtual bool PreProcess(RawEvent &event);
23  virtual bool Process(RawEvent &event);
25  virtual void DeclarePlots(void);
26 };
27 #endif // __NEUTRONSCINTPROCSSEOR_HPP_
virtual void DeclarePlots(void)
Class to handle Neutron Scintillators (that are not VANDLE)
Definition: NeutronScintProcessor.hpp:12
Generic event processor.
virtual bool PreProcess(RawEvent &event)
virtual bool Process(RawEvent &event)
Class to handle event processing.
Definition: EventProcessor.hpp:25
The all important raw event.
Definition: RawEvent.hpp:46