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)
int saveMatrixVector(std::string outputFileName, const std::vector< CLHEP::HepGenMatrix *> &saveMe)
static std::string const input
std::vector< CLHEP::HepGenMatrix * > * getMatrixVector(std::string inputFileName)
std::ostream & operator<<(std::ostream &outputFile, const 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::HepMatrix > getConcreteMatrixVector(std::string inputFileName)