/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/L1TObjects/src/L1TriggerKey.cc
28 строк
501 B
Cms Build
Clang-Format
31 май 2019, 08:35
31 май 2019, 08:35
ea50c02
Код
Авторство
О чём код?
// -*- C++ -*- // // Package: L1TObjects // Class : L1TriggerKey // // Implementation: // <Notes on implementation> // // Original Author: // Created: Mon Dec 15 21:03:24 CET 2008 // $Id$ // // system include files // user include files #include "CondFormats/L1TObjects/interface/L1TriggerKey.h" // // constants, enums and typedefs // // // static data member definitions // const std::string L1TriggerKey::kNullKey = "NULL"; const std::string L1TriggerKey::kEmptyKey = "";