#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/PluginManager/interface/PluginFactory.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "CondCore/DBOutputService/interface/PoolDBOutputService.h"
#include "CondCore/DBCommon/interface/DbSession.h"
#include "CondCore/DBCommon/interface/DbScopedTransaction.h"
#include "CondTools/L1Trigger/interface/Exception.h"
#include <string>
Go to the source code of this file.
Classes | |
class | l1t::WriterProxy |
class | l1t::WriterProxyT< Record, Type > |
Namespaces | |
namespace | l1t |
Defines | |
#define | REGISTER_L1_WRITER(record, type) |
Typedefs | |
typedef edmplugin::PluginFactory < l1t::WriterProxy *()> | l1t::WriterFactory |
template class l1t::WriterProxyT<record, type>; \ typedef l1t::WriterProxyT<record, type> record ## _ ## type ## _Writer; \ DEFINE_EDM_PLUGIN(l1t::WriterFactory, record ## _ ## type ## _Writer, #record "@" #type "@Writer")
Definition at line 93 of file WriterProxy.h.