Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
WalkVandleBetaProcessor.hpp
Go to the documentation of this file.
1 
6 #ifndef __WALKVANDLEBETAPROCESSOR_HPP_
7 #define __WALKVANDLEBETAPROCESSOR_HPP_
8 
9 #include "EventProcessor.hpp"
10 #include "VandleProcessor.hpp"
11 
14 public:
20  virtual void DeclarePlots(void);
21 
26  WalkVandleBetaProcessor(const std::vector<std::string> &typeList,
27  const double &res, const double &offset,
28  const double &numStarts);
29 
33  virtual bool Process(RawEvent &event);
34 };
35 #endif
A class to handle VANDLE bars.
virtual void DeclarePlots(void)
Class to process VANDLE related events.
Definition: WalkVandleBetaProcessor.hpp:13
Generic event processor.
Class to process VANDLE related events.
Definition: VandleProcessor.hpp:26
virtual bool Process(RawEvent &event)
~WalkVandleBetaProcessor()
Definition: WalkVandleBetaProcessor.hpp:18
The all important raw event.
Definition: RawEvent.hpp:46