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__
 

Detailed Description

Definition at line 37 of file Config.py.

Constructor & Destructor Documentation

◆ __init__()

def Config.EDMException.__init__ (   self,
  error 
)

Definition at line 38 of file Config.py.

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