CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1RPCConfig.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: RPCObjects
4 // Class : L1RPCConfig
5 //
6 // Implementation:
7 // <Notes on implementation>
8 //
9 // Original Author: Tomasz Fruboes
10 // Created: Tue Mar 20 12:04:44 CET 2007
11 // $Id: L1RPCConfig.cc,v 1.1 2007/04/02 10:44:15 fruboes Exp $
12 //
13 
14 // system include files
15 
16 // user include files
18 
19 
20 //
21 // constants, enums and typedefs
22 //
23 
24 //
25 // static data member definitions
26 //
27 
28 //
29 // constructors and destructor
30 //
32 {
33  m_ppt = -1;
34 }
35 
36 
38 {
39 }
40 
41 
42 //void L1RPCConfig::setDataDir(const std::string &dir){
43 
44 // m_dataDir = dir;
45 
46 //}