#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> | |
GzInputStream & | operator>> (GzInputStream &gis, T &var) |
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 }