StdHeader.hh
Go to the documentation of this file.
00001 #ifndef RIVET_MATH_STD 00002 #define RIVET_MATH_STD 00003 00004 #include <stdexcept> 00005 #include <string> 00006 #include <ostream> 00007 #include <sstream> 00008 #include <iostream> 00009 #include <cmath> 00010 #include <map> 00011 #include <vector> 00012 00013 #include "eigen/vector.h" 00014 #include "eigen/matrix.h" 00015 00016 using std::string; 00017 using std::ostream; 00018 using std::ostringstream; 00019 using std::cout; 00020 using std::endl; 00021 using std::pair; 00022 using std::vector; 00023 00024 #endif Generated on Thu Feb 6 2014 17:38:46 for The Rivet MC analysis system by ![]() |