HOPS
HOPS class reference
MHO_ChannelLabelerBuilder.hh
Go to the documentation of this file.
1 #ifndef MHO_ChannelLabelerBuilder_HH__
2 #define MHO_ChannelLabelerBuilder_HH__
3 
5 #include "MHO_OperatorBuilder.hh"
6 
7 namespace hops
8 {
9 
22 {
23  public:
25 
27  MHO_ParameterStore* pstore = nullptr)
28  : MHO_OperatorBuilder(toolbox, cstore, pstore){};
29 
31 
37  virtual bool Build() override;
38 
39  private:
40 };
41 
42 } // namespace hops
43 
44 #endif
Utility functions for mapping per-channel control quantities.
Class MHO_ChannelLabelerBuilder.
Definition: MHO_ChannelLabelerBuilder.hh:22
virtual bool Build() override
Initializes and builds the channel labeler operator.
Definition: MHO_ChannelLabelerBuilder.cc:16
MHO_ChannelLabelerBuilder(MHO_OperatorToolbox *toolbox, MHO_FringeData *fdata)
Definition: MHO_ChannelLabelerBuilder.hh:24
MHO_ChannelLabelerBuilder(MHO_OperatorToolbox *toolbox, MHO_ContainerStore *cstore=nullptr, MHO_ParameterStore *pstore=nullptr)
Definition: MHO_ChannelLabelerBuilder.hh:26
virtual ~MHO_ChannelLabelerBuilder()
Definition: MHO_ChannelLabelerBuilder.hh:30
Class MHO_ContainerStore.
Definition: MHO_ContainerStore.hh:32
Class MHO_FringeData.
Definition: MHO_FringeData.hh:30
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