/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/Integration/plugins/Doodad.h
33 строки
585 B
Chris Jones
Moved plugins to FWCore/Integration/plugins
10 янв 2023, 17:49
10 янв 2023, 17:49
974ebbd
Код
Авторство
О чём код?
#ifndef Integration_Doodad_h #define Integration_Doodad_h // -*- C++ -*- // // Package: Integration // Class : Doodad // /**\class Doodad Doodad.h FWCore/Integration/interface/Doodad.h Description: Dummy class used to test the EventSetup in the integration test Usage: Isn't actually usable :) */ // // Original Author: Chris Jones // Created: Fri Jun 24 13:23:03 EDT 2005 // // system include files // user include files // forward declarations namespace edmtest { struct Doodad { Doodad() : a() {} int a; }; } // namespace edmtest #endif