Class to hold some intermediate information for the monitoring of the neurotrigger.
More...
#include <CDCTriggerMLPInput.h>
|
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.
◆ CDCTriggerMLPInput() [1/2]
◆ CDCTriggerMLPInput() [2/2]
explicit constructor
Definition at line 26 of file CDCTriggerMLPInput.h.
26 :
27 m_input(input), m_sector(sector)
28 {};
◆ ~CDCTriggerMLPInput()
destructor, empty because we don't allocate memory explicitly.
Definition at line 31 of file CDCTriggerMLPInput.h.
◆ getInput()
std::vector< float > getInput |
( |
| ) |
|
|
inline |
◆ getSector()
◆ m_input
std::vector<float> m_input |
|
protected |
◆ m_sector
The documentation for this class was generated from the following file: