Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
ScintProcessor.hpp
Go to the documentation of this file.
1 
8 #ifndef __SCINTPROCESSOR_HPP_
9 #define __SCINTPROCESSOR_HPP_
10 
11 #include "EventProcessor.hpp"
12 #include "Trace.hpp"
13 
16 public:
22  virtual bool PreProcess(RawEvent &event);
26  virtual bool Process(RawEvent &event);
28  virtual void DeclarePlots(void);
29 private:
32  virtual void LiquidAnalysis(RawEvent &event);
33 
34  unsigned int counter;
35 };
36 #endif
Obsoltete Class to handle scintillator events.
Definition: ScintProcessor.hpp:15
Generic event processor.
virtual bool Process(RawEvent &event)
virtual void DeclarePlots(void)
unsigned int counter
a counter for the class
Definition: ScintProcessor.hpp:34
A simple class to store the traces.
Class to handle event processing.
Definition: EventProcessor.hpp:25
The all important raw event.
Definition: RawEvent.hpp:46
virtual void LiquidAnalysis(RawEvent &event)
virtual bool PreProcess(RawEvent &event)