CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
EcalCondTools Namespace Reference

Functions

def compare
 
def compareBarrel
 
def compareBarrelBorder
 
def compareEndcap
 
def compareEndcapBorder
 
def dumpXML
 
def getObject
 
def getToken
 
def histo
 
def listIovs
 
def listTags
 
def makedist
 
def plot
 

Function Documentation

def EcalCondTools.compare (   tag1,
  db1,
  since1,
  tag2,
  db2,
  since2,
  filename = 'compare.root' 
)
Produce comparison plots for two records. Save plots to file \
   according to format. tag can be an xml file

Definition at line 89 of file EcalCondTools.py.

def EcalCondTools.compareBarrel (   coeff_barl_1,
  coeff_barl_2 
)
Return an histogram and a map of the differences 

Definition at line 427 of file EcalCondTools.py.

def EcalCondTools.compareBarrelBorder (   coeff_barl_1,
  coeff_barl_2 
)
Return an histogram and a map of the differences 

Definition at line 452 of file EcalCondTools.py.

def EcalCondTools.compareEndcap (   coeff_endc_1,
  coeff_endc_2 
)
Return an histogram and a map of the differences for each endcap

Definition at line 473 of file EcalCondTools.py.

def EcalCondTools.compareEndcapBorder (   coeff_endc_1,
  coeff_endc_2 
)
Return an histogram and a map of the differences for each endcap

Definition at line 509 of file EcalCondTools.py.

def EcalCondTools.dumpXML (   db,
  tag,
  since,
  filename = 'dump.xml' 
)
def EcalCondTools.getObject (   db,
  tag,
  since 
)
Return payload object for a given iov, tag, db

Definition at line 348 of file EcalCondTools.py.

def EcalCondTools.getToken (   db,
  tag,
  since 
)
Return payload token for a given iov, tag, db

Definition at line 332 of file EcalCondTools.py.

def EcalCondTools.histo (   db,
  tag,
  since,
  filename = 'histo.root' 
)
Make histograms and save to file. tag can be an xml file

Definition at line 235 of file EcalCondTools.py.

def EcalCondTools.listIovs (   db,
  tag 
)
List all available iovs for a given tag

Definition at line 29 of file EcalCondTools.py.

def EcalCondTools.listTags (   db)
List all available tags for a given db 

Definition at line 18 of file EcalCondTools.py.

def EcalCondTools.makedist (   coeff_barl,
  coeff_endc 
)

Definition at line 375 of file EcalCondTools.py.

def EcalCondTools.plot (   db,
  tag,
  since,
  filename = 'plot.root' 
)
Invoke the plot function from the wrapper and save to the specified \
   file. The file format will reflect the extension given.

Definition at line 64 of file EcalCondTools.py.