CMS 3D CMS Logo

Namespaces | Functions | Variables

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/RecoLuminosity/LumiDB/python/tablePrinter.py File Reference

Go to the source code of this file.

Namespaces

namespace  tablePrinter

Functions

def tablePrinter::indent

Variables

string tablePrinter::data
int tablePrinter::headerwidth = 46
tuple tablePrinter::labels = ('First Name','Last Name','Age','Position')
list tablePrinter::lumidata
list tablePrinter::lumifooter = [('%-*s'%(24,'189'),'%-*s'%(10,'17.89'),'%-*s'%(10,'16.1'),'%-*s'%(20,'3.47'))]
list tablePrinter::lumiheader = [('%-*s'%(30,'Lumi Sections'),'%-*s'%(46,'Luminosity'))]
list tablePrinter::rows = [row.strip().split(',') for row in data.splitlines()]
int tablePrinter::width = 10