Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8724145
RivetSTL.hh
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
883 B
Subscribers
None
RivetSTL.hh
View Options
#ifndef RIVET_RivetSTL_HH
#define RIVET_RivetSTL_HH
#include
<typeinfo>
#include
<set>
#include
<list>
#include
<map>
#include
<utility>
#include
<string>
#include
<sstream>
#include
<vector>
#include
<stdexcept>
#include
<iostream>
#include
<iomanip>
#include
<cmath>
#include
<limits>
#include
<cassert>
#include
<fstream>
namespace
Rivet
{
// Convenient imports of common STL classes and functions.
using
std
::
set
;
using
std
::
map
;
using
std
::
multimap
;
using
std
::
type_info
;
using
std
::
string
;
using
std
::
stringstream
;
using
std
::
less
;
using
std
::
list
;
using
std
::
vector
;
using
std
::
pair
;
using
std
::
make_pair
;
using
std
::
runtime_error
;
using
std
::
min
;
using
std
::
max
;
using
std
::
numeric_limits
;
using
std
::
ostream
;
using
std
::
istream
;
using
std
::
cout
;
using
std
::
cin
;
using
std
::
cerr
;
using
std
::
setw
;
using
std
::
endl
;
}
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Mon, Jan 20, 10:33 PM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4242691
Default Alt Text
RivetSTL.hh (883 B)
Attached To
rRIVETSVN rivetsvn
Event Timeline
Log In to Comment