CMS 3D CMS Logo

Functions
genericClientPSetHelper_cff Namespace Reference

Functions

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

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().

3 def efficSet(nameIn, titleIn, numeratorIn, denominatorIn, typeIn="eff"):
4  pset = cms.PSet(name=cms.untracked.string(nameIn),
5  title=cms.untracked.string(titleIn),
6  numerator=cms.untracked.string(numeratorIn),
7  denominator=cms.untracked.string(denominatorIn),
8  type=cms.untracked.string(typeIn))
9  return pset
10 
11 
def efficSet(nameIn, titleIn, numeratorIn, denominatorIn, typeIn="eff")