CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TTUBoardSpecsIO.h
Go to the documentation of this file.
1 // $Id: TTUBoardSpecsIO.h,v 1.2 2009/09/26 13:39:16 elmer Exp $
2 #ifndef CONFIGCODE_TTUBOARDSPECSIO_H
3 #define CONFIGCODE_TTUBOARDSPECSIO_H 1
4 
5 // Include files
7 
8 #include <stdlib.h>
9 #include <iostream>
10 #include <fstream>
11 #include <ios>
12 
20 public:
22  TTUBoardSpecsIO( );
23 
24  virtual ~TTUBoardSpecsIO( );
25 
26  friend std::istream& operator>>(std::istream &, TTUBoardConfig &);
27 
28 protected:
29 
30 private:
31 
32 };
33 
34 std::istream& operator>>(std::istream &, TTUBoardSpecsIO::TTUBoardConfig &);
35 
36 #endif // CONFIGCODE_TTUBOARDSPECSIO_H
virtual ~TTUBoardSpecsIO()
Destructor.
TTUBoardSpecsIO()
Standard constructor.
friend std::istream & operator>>(std::istream &, TTUBoardConfig &)
std::istream & operator>>(std::istream &input, CLHEP::HepGenMatrix &matrix)
Definition: matrixSaver.cc:111