Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
LiquidScintProcessor.hpp
Go to the documentation of this file.
1 
5 #ifndef __LIQUIDSCINTPROCESSOR_HPP_
6 #define __LIQUIDSCINTPROCESSOR_HPP_
7 
8 #include "EventProcessor.hpp"
9 #include "Trace.hpp"
10 
13 public:
21  virtual bool PreProcess(RawEvent &event);
25  virtual bool Process(RawEvent &event);
27  virtual void DeclarePlots(void);
28 private:
29  unsigned int counter;
30 };
31 #endif // __LIQUIDSCINTPROCSSEOR_HPP_
Class to handle liquid scintillator.
Definition: LiquidScintProcessor.hpp:12
unsigned int counter
A counter for counting...
Definition: LiquidScintProcessor.hpp:29
Generic event processor.
virtual bool Process(RawEvent &event)
virtual bool PreProcess(RawEvent &event)
virtual void DeclarePlots(void)
A simple class to store the traces.
Class to handle event processing.
Definition: EventProcessor.hpp:25
~LiquidScintProcessor()
Definition: LiquidScintProcessor.hpp:17
The all important raw event.
Definition: RawEvent.hpp:46