CMS 3D CMS Logo

List of all members | Public Member Functions
Config.EDMException Class Reference
Inheritance diagram for Config.EDMException:
Exception

Public Member Functions

def __init__ (self, error, message)
 

Detailed Description

Definition at line 36 of file Config.py.

Constructor & Destructor Documentation

◆ __init__()

def Config.EDMException.__init__ (   self,
  error,
  message 
)

Definition at line 37 of file Config.py.

37  def __init__(self, error, message):
38  super().__init__(error+"\n"+message)
39 
40 
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)