RivetSTL.hh
Go to the documentation of this file.
00001 #ifndef RIVET_RivetSTL_HH 00002 #define RIVET_RivetSTL_HH 00003 00004 #include <typeinfo> 00005 #include <set> 00006 #include <list> 00007 #include <map> 00008 #include <utility> 00009 #include <string> 00010 #include <sstream> 00011 #include <vector> 00012 #include <stdexcept> 00013 #include <iostream> 00014 #include <iomanip> 00015 #include <cmath> 00016 #include <limits> 00017 #include <cassert> 00018 #include <fstream> 00019 00020 00021 namespace Rivet { 00022 00023 // Convenient imports of common STL classes and functions. 00024 using std::set; 00025 using std::map; 00026 using std::multimap; 00027 using std::type_info; 00028 using std::string; 00029 using std::stringstream; 00030 using std::less; 00031 using std::list; 00032 using std::vector; 00033 using std::pair; 00034 using std::make_pair; 00035 using std::runtime_error; 00036 using std::min; 00037 using std::max; 00038 using std::abs; 00039 using std::numeric_limits; 00040 using std::ostream; 00041 using std::istream; 00042 using std::cout; 00043 using std::cin; 00044 using std::cerr; 00045 using std::setw; 00046 using std::pow; 00047 using std::endl; 00048 00049 } 00050 00051 #endif Generated on Fri Dec 21 2012 15:03:42 for The Rivet MC analysis system by ![]() |