|
HOPS
HOPS 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>
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 |
collects unchannelized (3d) weight data and groups by channel (but all channels must be of equal size) into 4d object
| hops::MHO_WeightChannelizer::MHO_WeightChannelizer | ( | ) |
|
virtual |