Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
17 #ifndef TILERECUTILS_TILEFITTER_H
18 #define TILERECUTILS_TILEFITTER_H
22 #include <CLHEP/Matrix/Matrix.h>
23 #include <CLHEP/Matrix/Vector.h>
24 #include <CLHEP/Matrix/SymMatrix.h>
44 std::vector<double>&
getErr();
67 #endif // TILERECUTILS_TILEFITTER_H
std::vector< double > m_errDiag
std::vector< size_t > vec
std::vector< int > m_vConfig
void printMat(CLHEP::HepMatrix &mat)
std::vector< double > & getErr()
int fitAmp(TileFilterResult &tResult, bool lDebug=false)
Auxiliary class for TileRawChannelMakerManyAmps.
void printVec(CLHEP::HepVector &vec)