Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:02:24

0001 // -*- C++ -*-
0002 //
0003 // Package:     RPCObjects
0004 // Class  :     L1RPCConfig
0005 //
0006 // Implementation:
0007 //     <Notes on implementation>
0008 //
0009 // Original Author:  Tomasz Fruboes
0010 //         Created:  Tue Mar 20 12:04:44 CET 2007
0011 // $Id: L1RPCConfig.cc,v 1.1 2007/04/02 10:44:15 fruboes Exp $
0012 //
0013 
0014 // system include files
0015 
0016 // user include files
0017 #include "CondFormats/L1TObjects/interface/L1RPCConfig.h"
0018 
0019 //
0020 // constants, enums and typedefs
0021 //
0022 
0023 //
0024 // static data member definitions
0025 //
0026 
0027 //
0028 // constructors and destructor
0029 //
0030 L1RPCConfig::L1RPCConfig() { m_ppt = -1; }
0031 
0032 L1RPCConfig::~L1RPCConfig() {}
0033 
0034 //void L1RPCConfig::setDataDir(const std::string &dir){
0035 
0036 //  m_dataDir = dir;
0037 
0038 //}