/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/L1TObjects/src/L1RPCConfig.cc
38 строк
667 B
Cms Build
Clang-Format
31 май 2019, 08:35
31 май 2019, 08:35
ea50c02
Код
Авторство
О чём код?
// -*- C++ -*- // // Package: RPCObjects // Class : L1RPCConfig // // Implementation: // <Notes on implementation> // // Original Author: Tomasz Fruboes // Created: Tue Mar 20 12:04:44 CET 2007 // $Id: L1RPCConfig.cc,v 1.1 2007/04/02 10:44:15 fruboes Exp $ // // system include files // user include files #include "CondFormats/L1TObjects/interface/L1RPCConfig.h" // // constants, enums and typedefs // // // static data member definitions // // // constructors and destructor // L1RPCConfig::L1RPCConfig() { m_ppt = -1; } L1RPCConfig::~L1RPCConfig() {} //void L1RPCConfig::setDataDir(const std::string &dir){ // m_dataDir = dir; //}