CMS 3D CMS Logo

Functions

genericClientPSetHelper_cff Namespace Reference

Functions

def efficSet

Function Documentation

def genericClientPSetHelper_cff::efficSet (   nameIn,
  titleIn,
  numeratorIn,
  denominatorIn,
  typeIn = "eff" 
)

Definition at line 3 of file genericClientPSetHelper_cff.py.

Referenced by DQMGenericClient::DQMGenericClient().

00004                                                                        :
00005     pset = cms.PSet(name=cms.untracked.string(nameIn),
00006                     title=cms.untracked.string(titleIn), 
00007                     numerator=cms.untracked.string(numeratorIn), 
00008                     denominator=cms.untracked.string(denominatorIn),
00009                     type=cms.untracked.string(typeIn))
00010     return pset
00011