Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
TriggerLogicProcessor.hpp
Go to the documentation of this file.
1 
6 #ifndef __TRIGGERLOGICPROCESSOR_HPP_
7 #define __TRIGGERLOGICPROCESSOR_HPP_
8 
9 #include "LogicProcessor.hpp"
10 
13 public:
16 
19 
21  virtual void DeclarePlots(void);
22 
26  virtual bool Process(RawEvent &event);
27 private:
28  int plotSize;
29 };
30 #endif // __TRIGGERLOGICPROCESSOR_HPP_
virtual bool Process(RawEvent &event)
Trigger Logic Processing derived from LogicProcessor.
Definition: TriggerLogicProcessor.hpp:12
virtual void DeclarePlots(void)
~TriggerLogicProcessor()
Definition: TriggerLogicProcessor.hpp:18
int plotSize
The size of the plots for the processor.
Definition: TriggerLogicProcessor.hpp:28
Class to handle logic signals derived originally from MTC processor.
Class to handle logic signals.
Definition: LogicProcessor.hpp:13
The all important raw event.
Definition: RawEvent.hpp:46