22 #include "CLHEP/Matrix/GenMatrix.h"
23 #include "CLHEP/Matrix/Matrix.h"
24 #include "CLHEP/Matrix/Vector.h"
34 const CLHEP::HepGenMatrix * saveMe) ;
37 const std::vector<CLHEP::HepGenMatrix*> &saveMe) ;
39 int touch (std::string inputFileName) ;
41 CLHEP::HepGenMatrix*
getMatrix (std::string inputFileName) ;
43 std::vector<CLHEP::HepGenMatrix*> *
46 std::vector<CLHEP::HepMatrix>
int saveMatrix(std::string outputFileName, const CLHEP::HepGenMatrix *saveMe)
std::ostream & operator<<(std::ostream &out, const ALILine &li)
std::vector< CLHEP::HepGenMatrix * > * getMatrixVector(std::string inputFileName)
save (read) CLHEP::HepMatrix to (from) text files
int touch(std::string inputFileName)
CLHEP::HepGenMatrix * getMatrix(std::string inputFileName)
std::istream & operator>>(std::istream &input, CLHEP::HepGenMatrix &matrix)
int saveMatrixVector(std::string outputFileName, const std::vector< CLHEP::HepGenMatrix * > &saveMe)
std::vector< CLHEP::HepMatrix > getConcreteMatrixVector(std::string inputFileName)