Go to the documentation of this file.00001
00002 #ifndef CONFIGCODE_TTUBOARDSPECSIO_H
00003 #define CONFIGCODE_TTUBOARDSPECSIO_H 1
00004
00005
00006 #include "CondFormats/RPCObjects/interface/TTUBoardSpecs.h"
00007
00008 #include <stdlib.h>
00009 #include <iostream>
00010 #include <fstream>
00011 #include <ios>
00012
00019 class TTUBoardSpecsIO : public TTUBoardSpecs {
00020 public:
00022 TTUBoardSpecsIO( );
00023
00024 virtual ~TTUBoardSpecsIO( );
00025
00026 friend std::istream& operator>>(std::istream &, TTUBoardConfig &);
00027
00028 protected:
00029
00030 private:
00031
00032 };
00033
00034 std::istream& operator>>(std::istream &, TTUBoardSpecsIO::TTUBoardConfig &);
00035
00036 #endif // CONFIGCODE_TTUBOARDSPECSIO_H