CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/L1Trigger/RPCTechnicalTrigger/interface/TTUBoardSpecsIO.h

Go to the documentation of this file.
00001 // $Id: TTUBoardSpecsIO.h,v 1.2 2009/09/26 13:39:16 elmer Exp $
00002 #ifndef CONFIGCODE_TTUBOARDSPECSIO_H 
00003 #define CONFIGCODE_TTUBOARDSPECSIO_H 1
00004 
00005 // Include files
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