CMS 3D CMS Logo

Functions
TH1Store.cc File Reference
#include <iostream>
#include <fstream>
#include <iomanip>
#include <cassert>
#include "boost/regex.hpp"
#include "PhysicsTools/FWLite/interface/TH1Store.h"

Go to the source code of this file.

Functions

ostream & operator<< (ostream &o_stream, const TH1Store &rhs)
 

Function Documentation

ostream& operator<< ( ostream &  o_stream,
const TH1Store rhs 
)

Definition at line 160 of file TH1Store.cc.

161 {
162  return o_stream;
163 }