Belle II Software
release-08-01-10
|
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.