CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Macros | Typedefs
WriterProxy.h File Reference
#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

 l1t
 

Macros

#define REGISTER_L1_WRITER(record, type)
 

Typedefs

typedef
edmplugin::PluginFactory
< l1t::WriterProxy *()> 
l1t::WriterFactory
 

Macro Definition Documentation

#define REGISTER_L1_WRITER (   record,
  type 
)
Value:
typedef l1t::WriterProxyT<record, type> record ## _ ## type ## _Writer; \
DEFINE_EDM_PLUGIN(l1t::WriterFactory, record ## _ ## type ## _Writer, #record "@" #type "@Writer")
type
Definition: HCALResponse.h:22
JetCorrectorParameters::Record record
Definition: classes.h:11
#define DEFINE_EDM_PLUGIN(factory, type, name)

Definition at line 93 of file WriterProxy.h.