CMS 3D CMS Logo

Classes | Functions | Variables

jetTools Namespace Reference

Classes

class  AddJetCollection
class  AddJetID
class  RunBTagging
class  SetTagInfos
class  SwitchJetCollection
class  SwitchJetCorrLevels

Functions

def depricatedOptionOutputModule
def jetAlgo

Variables

list _allowedBTagDiscriminators
list _allowedBTagInfos
list _defaultBTagDiscriminators
list _defaultBTagInfos

Function Documentation

def jetTools::depricatedOptionOutputModule (   obj)

Definition at line 1408 of file jetTools.py.

01409                                      :
01410     print "-------------------------------------------------------"
01411     print " Error: the option 'outputModule' is not supported"
01412     print "        anymore by:"
01413     print "                   ", obj._label
01414     print "        please use 'outputModules' now and specify the"
01415     print "        names of all needed OutModules in there"
01416     print "        (default: ['out'])"
01417     print "-------------------------------------------------------"
01418     raise KeyError, "unsupported option 'outputModule' used in '"+obj._label+"'"
def jetTools::jetAlgo (   algo)

Definition at line 6 of file jetTools.py.

00007                    :
00008     
00009     # print 'PF2PAT: selecting jet algorithm ', algo
00010     
00011     if algo == 'IC5':
00012 #allPfJets = RecoJets.JetProducers.ic5PFJets_cfi.iterativeCone5PFJets.clone()
00013         jetAlgo = RecoJets.JetProducers.ic5PFJets_cfi.iterativeCone5PFJets.clone()
00014     elif algo == 'AK5':
00015         jetAlgo = RecoJets.JetProducers.ak5PFJets_cfi.ak5PFJets.clone()
00016     elif algo == 'AK7':
00017         jetAlgo = RecoJets.JetProducers.ak5PFJets_cfi.ak5PFJets.clone()    
00018         jetAlgo.rParam = cms.double(0.7)
00019         jetAlgo.doAreaFastjet = cms.bool(False)
00020         
00021     jetAlgo.src = 'pfNoElectron'
00022     return jetAlgo    

Variable Documentation

Definition at line 81 of file jetTools.py.

Initial value:
00001 ['impactParameterTagInfos'
00002                    ,'secondaryVertexTagInfos'
00003                    ,'secondaryVertexNegativeTagInfos'
00004                    ,'softMuonTagInfos'
00005                    ,'softPFMuonsTagInfos'
00006                    ,'softPFElectronsTagInfos'
00007                    ,'inclusiveSecondaryVertexFinderTagInfos'
00008                    ,'inclusiveSecondaryVertexFinderFilteredTagInfos'
00009                    ]

Definition at line 15 of file jetTools.py.

Definition at line 24 of file jetTools.py.

Initial value:
00001 ['impactParameterTagInfos'
00002                    ,'secondaryVertexTagInfos'
00003                    #,'secondaryVertexNegativeTagInfos'
00004                    #,'softMuonTagInfos'
00005                    #,'softPFMuonsTagInfos'
00006                    #,'softPFElectronsTagInfos'
00007                    #,'inclusiveSecondaryVertexFinderTagInfos'
00008                    #,'inclusiveSecondaryVertexFinderFilteredTagInfos'
00009                    ]

Definition at line 6 of file jetTools.py.