test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
fftjetlookuptableesproducer_cfi.ValidFFTJetLUT Class Reference

Public Member Functions

def __init__
 

Public Attributes

 basename
 
 dbRecord
 
 dbTag
 
 esProducer
 
 LUTRecord
 

Detailed Description

A class which contains the info about a valid combination
of ES record types and ES producer type for FFTJet lookup tables

Definition at line 3 of file fftjetlookuptableesproducer_cfi.py.

Constructor & Destructor Documentation

def fftjetlookuptableesproducer_cfi.ValidFFTJetLUT.__init__ (   self,
  basename 
)

Definition at line 8 of file fftjetlookuptableesproducer_cfi.py.

8 
9  def __init__(self, basename):
10  self.basename = basename
11  self.dbTag = "FFT" + basename + "TableDBTag"
12  self.dbRecord = "FFT" + basename + "ParametersRcd"
13  self.LUTRecord = "FFT" + basename + "TableRcd"
14  self.esProducer = "FFT" + basename + "TableESProducer"
15 
16 # The following dictionary contains valid combinations of ES record
17 # types and ES producer type for FFTJet (pileup) lookup tables.
18 #
19 # The dictionary keys used here correspond to the types defined in
20 # CondFormats/JetMETObjects/interface/FFTJetLUTTypes.h
21 #
22 # The database ES record types are listed in
23 # CondFormats/DataRecord/interface/FFTJetCorrectorParametersRcdTypes.h
24 #
25 # The jet correction sequence types (which depend on the corresponding
26 # database ES record types) are listed in
27 # JetMETCorrections/FFTJetObjects/interface/FFTJetLookupTableRcdTypes.h
28 #
29 # The ES producer types are defined in
30 # JetMCorrections/FFTJetModules/plugins/FFTJetLookupTableESProducer.cc
#

Member Data Documentation

fftjetlookuptableesproducer_cfi.ValidFFTJetLUT.basename

Definition at line 9 of file fftjetlookuptableesproducer_cfi.py.

fftjetlookuptableesproducer_cfi.ValidFFTJetLUT.dbRecord

Definition at line 11 of file fftjetlookuptableesproducer_cfi.py.

fftjetlookuptableesproducer_cfi.ValidFFTJetLUT.dbTag

Definition at line 10 of file fftjetlookuptableesproducer_cfi.py.

fftjetlookuptableesproducer_cfi.ValidFFTJetLUT.esProducer

Definition at line 13 of file fftjetlookuptableesproducer_cfi.py.

fftjetlookuptableesproducer_cfi.ValidFFTJetLUT.LUTRecord

Definition at line 12 of file fftjetlookuptableesproducer_cfi.py.