1 #ifndef MHO_ChannelLabelerBuilderBuilder_HH__
2 #define MHO_ChannelLabelerBuilderBuilder_HH__
40 virtual bool Build()
override;
Class MHO_ChannelLabelerBuilder.
Definition: MHO_ChannelLabelerBuilder.hh:22
virtual bool Build() override
Initializes and builds the channel labeler operator.
Definition: MHO_ChannelLabelerBuilder.cc:15
MHO_ChannelLabelerBuilder(MHO_OperatorToolbox *toolbox, MHO_FringeData *fdata)
Definition: MHO_ChannelLabelerBuilder.hh:25
MHO_ChannelLabelerBuilder(MHO_OperatorToolbox *toolbox, MHO_ContainerStore *cstore=nullptr, MHO_ParameterStore *pstore=nullptr)
Definition: MHO_ChannelLabelerBuilder.hh:28
virtual ~MHO_ChannelLabelerBuilder()
Definition: MHO_ChannelLabelerBuilder.hh:33
class for storing and mapping per-channel control quantities (a typical task for fourfit control file...
Definition: MHO_ChannelQuantity.hh:20
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:27
Class MHO_ParameterStore.
Definition: MHO_ParameterStore.hh:52
Definition: MHO_ChannelLabeler.hh:17