|
[yoda-svn] r429 - trunk/include/YODAblackhole at projects.hepforge.org blackhole at projects.hepforge.orgThu Dec 8 18:51:29 GMT 2011
Author: hoeth Date: Thu Dec 8 18:51:29 2011 New Revision: 429 Log: cosmetics Modified: trunk/include/YODA/ReaderAIDA.h Modified: trunk/include/YODA/ReaderAIDA.h ============================================================================== --- trunk/include/YODA/ReaderAIDA.h Thu Dec 8 18:15:30 2011 (r428) +++ trunk/include/YODA/ReaderAIDA.h Thu Dec 8 18:51:29 2011 (r429) @@ -22,24 +22,13 @@ return _instance; } - void read(std::istream& stream, std::vector<AnalysisObject*>& aos) { _readDoc(stream, aos); } - // Include definitions of all read methods (all fulfilled by Reader::read(...)) - //#include "YODA/ReaderMethods.icc" - - - protected: void _readDoc(std::istream& stream, std::vector<AnalysisObject*>& aos); - //void readGenericAO(std::istream& stream); - // virtual void readHisto(std::istream& stream, const Histo1D& h); - // virtual void readProfile(std::istream& stream, const Profile1D& p); - //void readScatter(std::istream& stream, const Scatter2D& p); - private:
More information about the yoda-svn mailing list |