CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/SimCalorimetry/EcalTrigPrimProducers/plugins/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 
)

Definition at line 50 of file EcalTrigPrimESProducer.cc.

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

 {
  while ((gis)&&(!(gis.iss>>var)))
   { gis.readLine() ; }
  return gis ;
 }