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