HOPS
HOPS class reference
MHO_NotchesBuilder.hh
Go to the documentation of this file.
1 #ifndef MHO_NotchesBuilder_HH__
2 #define MHO_NotchesBuilder_HH__
3 
4 #include "MHO_OperatorBuilder.hh"
5 
6 namespace hops
7 {
8 
21 {
22  public:
24 
26  MHO_ParameterStore* pstore = nullptr)
27  : MHO_OperatorBuilder(toolbox, cstore, pstore){};
28 
29  virtual ~MHO_NotchesBuilder(){};
30 
36  virtual bool Build() override;
37 
38  private:
39 };
40 
41 } // namespace hops
42 
43 #endif
Class MHO_ContainerStore.
Definition: MHO_ContainerStore.hh:32
Class MHO_FringeData.
Definition: MHO_FringeData.hh:30
Class MHO_NotchesBuilder.
Definition: MHO_NotchesBuilder.hh:21
MHO_NotchesBuilder(MHO_OperatorToolbox *toolbox, MHO_ContainerStore *cstore=nullptr, MHO_ParameterStore *pstore=nullptr)
Definition: MHO_NotchesBuilder.hh:25
virtual ~MHO_NotchesBuilder()
Definition: MHO_NotchesBuilder.hh:29
virtual bool Build() override
Constructs and adds a new MHO_Notches operator to the toolbox.
Definition: MHO_NotchesBuilder.cc:12
MHO_NotchesBuilder(MHO_OperatorToolbox *toolbox, MHO_FringeData *fdata)
Definition: MHO_NotchesBuilder.hh:23
Abtract base class for a builder object (creates an operator for later use)
Definition: MHO_OperatorBuilder.hh:28
Class MHO_OperatorToolbox.
Definition: MHO_OperatorToolbox.hh:28
Class MHO_ParameterStore.
Definition: MHO_ParameterStore.hh:52
Definition: MHO_AdhocFlagging.hh:18