|
[yoda-svn] r418 - trunk/include/YODAblackhole at projects.hepforge.org blackhole at projects.hepforge.orgWed Dec 7 14:58:04 GMT 2011
Author: hoeth Date: Wed Dec 7 14:58:04 2011 New Revision: 418 Log: noop commit in ReaderYODA.h Modified: trunk/include/YODA/ReaderYODA.h Modified: trunk/include/YODA/ReaderYODA.h ============================================================================== --- trunk/include/YODA/ReaderYODA.h Wed Dec 7 11:32:47 2011 (r417) +++ trunk/include/YODA/ReaderYODA.h Wed Dec 7 14:58:04 2011 (r418) @@ -9,11 +9,6 @@ #include "YODA/AnalysisObject.h" #include "YODA/Reader.h" -#include <vector> -#include <string> -#include <istream> - - namespace YODA { @@ -26,13 +21,13 @@ return _instance; } + void read(std::istream& stream, std::vector<AnalysisObject*>& aos) { + _readDoc(stream, aos); + } + protected: - void writeHeader(std::ostream& stream); - void writeFooter(std::ostream& stream); - void writeHisto(std::ostream& stream, const Histo1D& h); - void writeProfile(std::ostream& stream, const Profile1D& p); - void writeScatter2D(std::ostream& stream, const Scatter2D& s); + void _readDoc(std::istream& stream, std::vector<AnalysisObject*>& aos); private: ReaderYODA() { }
More information about the yoda-svn mailing list |