CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
dqm_interfaces.InvalidNumberOfArguments Class Reference
Inheritance diagram for dqm_interfaces.InvalidNumberOfArguments:
dqm_interfaces.Error Exception

Public Member Functions

def __init__ (self, msg)
 

Public Attributes

 msg
 

Detailed Description

Definition at line 50 of file dqm_interfaces.py.

Constructor & Destructor Documentation

◆ __init__()

def dqm_interfaces.InvalidNumberOfArguments.__init__ (   self,
  msg 
)

Definition at line 52 of file dqm_interfaces.py.

52  def __init__(self,msg):
53  self.msg = msg
54 
55 #-----------------------------------------------------------------------------
56 
def __init__(self, dataset, job_number, job_id, job_name, isDA, isMC, applyBOWS, applyEXTRACOND, extraconditions, runboundary, lumilist, intlumi, maxevents, gt, allFromGT, alignmentDB, alignmentTAG, apeDB, apeTAG, bowDB, bowTAG, vertextype, tracktype, refittertype, ttrhtype, applyruncontrol, ptcut, CMSSW_dir, the_dir)

Member Data Documentation

◆ msg

dqm_interfaces.InvalidNumberOfArguments.msg

Definition at line 53 of file dqm_interfaces.py.