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 () |
![]() | |
MHO_TransformingOperator () | |
virtual | ~MHO_TransformingOperator () |
virtual bool | Execute () override |
Executes transformation using provided arguments. More... | |
virtual bool | Initialize () override |
Initializes the system by calling InitializeImpl with arguments from fArgs. More... | |
virtual void | SetArgs (const uch_weight_store_type *in, weight_store_type *out) |
Setter for args (operation transforms the original type into another) More... | |
![]() | |
MHO_Operator () | |
virtual | ~MHO_Operator () |
std::string | GetName () const |
Getter for operator name. More... | |
virtual double | Priority () const |
Get the the priority field value. More... | |
void | SetName (std::string name) |
Setter for operator name. More... | |
virtual void | SetPriority (const double &priority) |
Setter for operator priority (determines order of execution within a operator category) More... | |
Additional Inherited Members | |
![]() | |
std::tuple< const uch_weight_store_type *, weight_store_type * > | 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 |