#include <fstream>
#include <iostream>
#include <iomanip>
#include <string>
#include <map>
#include <memory>
#include <cassert>
#include "CLHEP/Matrix/GenMatrix.h"
#include "CLHEP/Matrix/Matrix.h"
#include "CLHEP/Matrix/Vector.h"
#include "Calibration/Tools/interface/matrixSaver.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &outputFile, const CLHEP::HepGenMatrix *saveMe) |
std::istream & | operator>> (std::istream &input, CLHEP::HepGenMatrix &matrix) |
std::ostream& operator<< | ( | std::ostream & | outputFile, |
const CLHEP::HepGenMatrix * | saveMe | ||
) |
Definition at line 29 of file matrixSaver.cc.
References assert(), cuy::col, and download_sqlite_cfg::outputFile.
std::istream& operator>> | ( | std::istream & | input, |
CLHEP::HepGenMatrix & | matrix | ||
) |
Definition at line 111 of file matrixSaver.cc.
References assert(), cuy::col, and input.