ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
lwtDev::GRUState Struct Reference
Collaboration diagram for lwtDev::GRUState:

Public Member Functions

 GRUState (size_t n_input, size_t n_outputs)
 

Public Attributes

MatrixXd h_t
 
int time
 

Detailed Description

Definition at line 571 of file Stack.cxx.

Constructor & Destructor Documentation

◆ GRUState()

lwtDev::GRUState::GRUState ( size_t  n_input,
size_t  n_outputs 
)

Definition at line 576 of file Stack.cxx.

576  :
577  h_t(MatrixXd::Zero(n_output, n_input)),
578  time(0)
579  {
580  }

Member Data Documentation

◆ h_t

MatrixXd lwtDev::GRUState::h_t

Definition at line 573 of file Stack.cxx.

◆ time

int lwtDev::GRUState::time

Definition at line 574 of file Stack.cxx.


The documentation for this struct was generated from the following file:
lwtDev::GRUState::h_t
MatrixXd h_t
Definition: Stack.cxx:573
lwtDev::GRUState::time
int time
Definition: Stack.cxx:574
generate::Zero
void Zero(TH1D *hin)
Definition: generate.cxx:32