CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TTUBoardSpecs.cc
Go to the documentation of this file.
1 // $Id: $
2 // Include files
3 
4 
5 
6 // local
8 
9 //-----------------------------------------------------------------------------
10 // Implementation file for class : TTUBoardSpecs
11 //
12 // 2008-12-15 : Andres Osorio
13 //-----------------------------------------------------------------------------
14 
15 //=============================================================================
16 // Standard constructor, initializes variables
17 //=============================================================================
19 
20 }
21 //=============================================================================
22 // Destructor
23 //=============================================================================
25  m_boardspecs.clear();
26 }
27 
28 //=============================================================================
virtual ~TTUBoardSpecs()
Destructor.
std::vector< TTUBoardConfig > m_boardspecs
Definition: TTUBoardSpecs.h:47
TTUBoardSpecs()
Standard constructor.