Belle II Software  release-08-01-10
CDCTriggerMLPInput Class Reference

Class to hold some intermediate information for the monitoring of the neurotrigger. More...

#include <CDCTriggerMLPInput.h>

Inheritance diagram for CDCTriggerMLPInput:
Collaboration diagram for CDCTriggerMLPInput:

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
 

Detailed Description

Class to hold some intermediate information for the monitoring of the neurotrigger.

Definition at line 20 of file CDCTriggerMLPInput.h.


The documentation for this class was generated from the following file: