|
ATLAS Offline Software
|
Go to the documentation of this file.
11 if( ncol >=
COLMAX )
return false;
12 if( nrow >=
ROWMAX )
return false;
15 for(
int i=0;
i<nrow;++
i ){
16 for(
int j=0;j<ncol;++j ){
17 TString bname =
prefix.c_str();
28 if( ncol >=
COLMAX )
return false;
29 if( nrow >=
ROWMAX )
return false;
32 for(
int i=0;
i<nrow;++
i ){
33 for(
int j=0;j<ncol;++j ){
34 TString bname =
prefix.c_str();
45 if(
m_ncols == -1 )
return false;
58 if(
m_ncols == -1 )
return false;
static const int COLMAX
data
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.
bool fill(const Amg::MatrixX &matrix)
fill a vector
float m_matrix[COLMAX][ROWMAX]
Ensure that the ATLAS eigen extensions are properly loaded.
bool initForWrite(TTree &tree, const std::string &varname, int ncol, int nrow, const std::string &prefix="")
initialize class for writing
bool initForRead(TTree &tree, const std::string &varname, int ncol, int nrow, const std::string &prefix="")
initialize class for reading