CMS 3D CMS Logo

List of all members | Public Member Functions
python.cmstools.cmserror Class Reference
Inheritance diagram for python.cmstools.cmserror:

Public Member Functions

def __init__ (self, message)
 

Detailed Description

Definition at line 177 of file cmstools.py.

Constructor & Destructor Documentation

def python.cmstools.cmserror.__init__ (   self,
  message 
)

Definition at line 178 of file cmstools.py.

References edm.print().

178  def __init__(self, message):
179  length = len(message)+7 #7=len("ERROR: ")
180  print("="*length)
181  print("ERROR:", message)
182  print("="*length)
183 
S & print(S &os, JobReport::InputFile const &f)
Definition: JobReport.cc:66
def __init__(self, message)
Definition: cmstools.py:178