CMS 3D CMS Logo

Classes | Functions
EcalTrigPrimESProducer.cc File Reference
#include "EcalTrigPrimESProducer.h"
#include <TMath.h>
#include <fstream>
#include <iostream>
#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 42 of file EcalTrigPrimESProducer.cc.

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

42  {
43  while ((bool)gis && !(gis.iss >> var)) {
44  gis.readLine();
45  }
46  return gis;
47 }
std::istringstream iss