CMS 3D CMS Logo

/data/git/CMSSW_5_3_11_patch5/src/CondFormats/L1TObjects/src/L1RPCConfig.cc

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Package:     RPCObjects
00004 // Class  :     L1RPCConfig
00005 // 
00006 // Implementation:
00007 //     <Notes on implementation>
00008 //
00009 // Original Author:  Tomasz Fruboes
00010 //         Created:  Tue Mar 20 12:04:44 CET 2007
00011 // $Id: L1RPCConfig.cc,v 1.3 2008/07/23 23:09:10 wsun Exp $
00012 //
00013 
00014 // system include files
00015 
00016 // user include files
00017 #include "CondFormats/L1TObjects/interface/L1RPCConfig.h"
00018 
00019 
00020 //
00021 // constants, enums and typedefs
00022 //
00023 
00024 //
00025 // static data member definitions
00026 //
00027 
00028 //
00029 // constructors and destructor
00030 //
00031 L1RPCConfig::L1RPCConfig()
00032 {
00033  m_ppt = -1;
00034 }
00035 
00036 
00037 L1RPCConfig::~L1RPCConfig()
00038 {
00039 }
00040 
00041 
00042 //void L1RPCConfig::setDataDir(const std::string &dir){
00043 
00044 //  m_dataDir = dir;
00045 
00046 //}