NCFS-Pack
A generic (astro)particle physics analysis framework
 
Loading...
Searching...
No Matches
Riostream.h
Go to the documentation of this file.
1// @(#)root/base:$Id$
2// Author: Fons Rademakers 23/1/02
3
4
13
14#ifndef ROOT_Riostream
15#define ROOT_Riostream
16
17
19
29
30#include <fstream>
31#include <iostream>
32#include <iomanip>
33
34// Next line added by Nick van Eijndhoven to enable cout and endl
35using namespace std;
36
37#endif