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 #ifndef CONFIGCODE_TTUBOARDSPECSIO_H
2 #define CONFIGCODE_TTUBOARDSPECSIO_H 1
3 
4 // Include files
6 
7 #include <stdlib.h>
8 #include <iostream>
9 #include <fstream>
10 #include <ios>
11 
19 public:
21  TTUBoardSpecsIO( );
22 
23  virtual ~TTUBoardSpecsIO( );
24 
25  friend std::istream& operator>>(std::istream &, TTUBoardConfig &);
26 
27 protected:
28 
29 private:
30 
31 };
32 
33 std::istream& operator>>(std::istream &, TTUBoardSpecsIO::TTUBoardConfig &);
34 
35 #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