CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Static Public Member Functions | Private Member Functions
StaticFFTJetRcdMapper< Mapper > Class Template Reference

#include <FFTJetRcdMapper.h>

Public Types

typedef Mapper::Base::data_type data_type
 

Static Public Member Functions

static const Mapperinstance ()
 
template<class Record >
static void registerRecord (const std::string &record)
 

Private Member Functions

 StaticFFTJetRcdMapper ()
 

Detailed Description

template<class Mapper>
class StaticFFTJetRcdMapper< Mapper >

Definition at line 98 of file FFTJetRcdMapper.h.

Member Typedef Documentation

template<class Mapper >
typedef Mapper::Base::data_type StaticFFTJetRcdMapper< Mapper >::data_type

Definition at line 101 of file FFTJetRcdMapper.h.

Constructor & Destructor Documentation

template<class Mapper >
StaticFFTJetRcdMapper< Mapper >::StaticFFTJetRcdMapper ( )
private

Member Function Documentation

template<class Mapper >
static const Mapper& StaticFFTJetRcdMapper< Mapper >::instance ( )
inlinestatic
template<class Mapper >
template<class Record >
static void StaticFFTJetRcdMapper< Mapper >::registerRecord ( const std::string &  record)
inlinestatic

Definition at line 110 of file FFTJetRcdMapper.h.

References StaticFFTJetRcdMapper< Mapper >::instance(), and record.

111  {
112  Mapper& rd = const_cast<Mapper&>(instance());
113  delete rd[record];
115  }
JetCorrectorParameters::Record record
Definition: classes.h:7
Definition: DDLMap.h:16
static const Mapper & instance()