CMS 3D CMS Logo

EcalTrigPrimESProducer.cc File Reference

#include "EcalTrigPrimESProducer.h"
#include <iostream>
#include <fstream>
#include <TMath.h>
#include <sstream>
#include "FWCore/MessageLogger/interface/MessageLogger.h"

Go to the source code of this file.

Classes

struct  GzInputStream

Functions

template<typename T>
GzInputStreamoperator>> (GzInputStream &gis, T &var)


Function Documentation

template<typename T>
GzInputStream& operator>> ( GzInputStream gis,
T &  var 
) [inline]

Definition at line 50 of file EcalTrigPrimESProducer.cc.

References GzInputStream::iss, and GzInputStream::readLine().

00051  {
00052   while ((gis)&&(!(gis.iss>>var)))
00053    { gis.readLine() ; }
00054   return gis ;
00055  }


Generated on Tue Jun 9 17:55:44 2009 for CMSSW by  doxygen 1.5.4