Belle II Software development
|
Class to hold some intermediate information for the monitoring of the neurotrigger. More...
#include <CDCTriggerMLPInput.h>
Public Member Functions | |
CDCTriggerMLPInput () | |
default constructor | |
CDCTriggerMLPInput (std::vector< float > &input, unsigned sector) | |
explicit constructor | |
~CDCTriggerMLPInput () | |
destructor, empty because we don't allocate memory explicitly. | |
std::vector< float > | getInput () |
get the input vector | |
unsigned | getSector () |
get the sector index | |
Protected Member Functions | |
ClassDef (CDCTriggerMLPInput, 1) | |
Needed to make the ROOT object storable. | |
Protected Attributes | |
std::vector< float > | m_input |
input vector to go into the MLP | |
unsigned | m_sector |
sector index to identify the MLP | |
Class to hold some intermediate information for the monitoring of the neurotrigger.
Definition at line 20 of file CDCTriggerMLPInput.h.
|
inline |
|
inline |
explicit constructor
Definition at line 26 of file CDCTriggerMLPInput.h.
|
inline |
destructor, empty because we don't allocate memory explicitly.
Definition at line 31 of file CDCTriggerMLPInput.h.
|
inline |
get the input vector
Definition at line 34 of file CDCTriggerMLPInput.h.
|
inline |
get the sector index
Definition at line 39 of file CDCTriggerMLPInput.h.
|
protected |
input vector to go into the MLP
Definition at line 46 of file CDCTriggerMLPInput.h.
|
protected |
sector index to identify the MLP
Definition at line 48 of file CDCTriggerMLPInput.h.