HOPS
HOPS class reference
Public Member Functions | List of all members
hops::MHO_WeightChannelizer Class Reference

collects unchannelized (3d) weight data and groups by channel (but all channels must be of equal size) into 4d object More...

#include <MHO_WeightChannelizer.hh>

Inheritance diagram for hops::MHO_WeightChannelizer:
[legend]

Public Member Functions

 MHO_WeightChannelizer ()
 
virtual ~MHO_WeightChannelizer ()
 
- Public Member Functions inherited from hops::MHO_TransformingOperator< uch_weight_store_type, weight_store_type >
 MHO_TransformingOperator ()
 
virtual ~MHO_TransformingOperator ()
 
virtual bool Execute () override
 Function Execute. More...
 
virtual bool Initialize () override
 Function Initialize. More...
 
void SetArgs (const uch_weight_store_type *in, weight_store_type *out)
 
- Public Member Functions inherited from hops::MHO_Operator
 MHO_Operator ()
 
virtual ~MHO_Operator ()
 
std::string GetName () const
 Getter for operator name. More...
 
double Priority () const
 Get the the priority field value. More...
 
void SetName (std::string name)
 Setter for operator name. More...
 
void SetPriority (double priority)
 Setter for operator priority (determines order of execution within a operator category) More...
 

Additional Inherited Members

- Protected Member Functions inherited from hops::MHO_ArgumentCarrier< Args >
template<typename Func >
auto Apply (Func &&func) -> decltype(mho_tuple_apply(std::forward< Func >(func), fArgs))
 
- Protected Attributes inherited from hops::MHO_ArgumentCarrier< Args >
std::tuple< Args... > fArgs
 

Detailed Description

collects unchannelized (3d) weight data and groups by channel (but all channels must be of equal size) into 4d object

Author
J. Barrett - barre.nosp@m.ttj@.nosp@m.mit.e.nosp@m.du
Date
Mon Jul 12 15:11:14 2021 -0400

Constructor & Destructor Documentation

◆ MHO_WeightChannelizer()

hops::MHO_WeightChannelizer::MHO_WeightChannelizer ( )

◆ ~MHO_WeightChannelizer()

hops::MHO_WeightChannelizer::~MHO_WeightChannelizer ( )
virtual

The documentation for this class was generated from the following files: