CMS 3D CMS Logo

Functions
EventContainer.cc File Reference
#include <iostream>
#include <fstream>
#include <iomanip>
#include <cassert>
#include "FWCore/FWLite/interface/FWLiteEnabler.h"
#include "PhysicsTools/FWLite/interface/EventContainer.h"
#include "PhysicsTools/FWLite/interface/dout.h"
#include "DataFormats/FWLite/interface/MultiChainEvent.h"
#include "TH1.h"

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 185 of file EventContainer.cc.

186 {
187  return o_stream;
188 }