Go to the documentation of this file.
18 #include "CLHEP/Matrix/GenMatrix.h"
19 #include "CLHEP/Matrix/Matrix.h"
20 #include "CLHEP/Matrix/Vector.h"
int saveMatrix(std::string outputFileName, const CLHEP::HepGenMatrix *saveMe)
static const std::string input
std::ostream & operator<<(std::ostream &outputFile, const CLHEP::HepGenMatrix &saveMe)
int saveMatrixVector(std::string outputFileName, const std::vector< CLHEP::HepGenMatrix * > &saveMe)
save (read) CLHEP::HepMatrix to (from) text files
bool touch(std::string inputFileName)
CLHEP::HepGenMatrix * getMatrix(std::string inputFileName)
std::istream & operator>>(std::istream &input, CLHEP::HepGenMatrix &matrix)
std::vector< CLHEP::HepGenMatrix * > * getMatrixVector(std::string inputFileName)
std::vector< CLHEP::HepMatrix > getConcreteMatrixVector(std::string inputFileName)