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
 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...
 
- Public Member Functions inherited from hops::MHO_Operator
 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

- Protected Attributes inherited from hops::MHO_TransformingOperator< uch_weight_store_type, weight_store_type >
std::tuple< const uch_weight_store_type *, weight_store_type * > 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: