Define matrix types for the HitFit package, and supply a few additional operations. See the documentation for the header file matutil.h for details. More...
#include "TopQuarkAnalysis/TopHitFit/interface/matutil.h"
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | hitfit |
Functions | |
void | hitfit::clear (CLHEP::HepGenMatrix &m) |
Helper function: Reset all elements of a matrix to 0. | |
double | hitfit::scalar (const CLHEP::HepGenMatrix &m) |
Return the matrix as a scalar. Raise an assertion if the matris is not . |
Define matrix types for the HitFit package, and supply a few additional operations. See the documentation for the header file matutil.h for details.
Definition in file matutil.cc.