HOPS
HOPS class reference
MHO_SamplerLabelerBuilder.hh
Go to the documentation of this file.
1 #ifndef MHO_SamplerLabelerBuilderBuilder_HH__
2 #define MHO_SamplerLabelerBuilderBuilder_HH__
3 
4 #include "MHO_OperatorBuilder.hh"
5 
6 namespace hops
7 {
8 
21 {
22  public:
24  : MHO_OperatorBuilder(toolbox, fdata){};
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
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_OperatorToolbox.
Definition: MHO_OperatorToolbox.hh:26
Class MHO_ParameterStore.
Definition: MHO_ParameterStore.hh:52
Class MHO_SamplerLabelerBuilder.
Definition: MHO_SamplerLabelerBuilder.hh:21
MHO_SamplerLabelerBuilder(MHO_OperatorToolbox *toolbox, MHO_FringeData *fdata)
Definition: MHO_SamplerLabelerBuilder.hh:23
virtual ~MHO_SamplerLabelerBuilder()
Definition: MHO_SamplerLabelerBuilder.hh:30
MHO_SamplerLabelerBuilder(MHO_OperatorToolbox *toolbox, MHO_ContainerStore *cstore=nullptr, MHO_ParameterStore *pstore=nullptr)
Definition: MHO_SamplerLabelerBuilder.hh:26
virtual bool Build() override
Initializes and builds the MHO_SamplerLabeler operator (groups channels by sampler),...
Definition: MHO_SamplerLabelerBuilder.cc:15
Definition: MHO_ChannelLabeler.hh:17