Classes | |
class | IOV |
class | ParsingError |
Functions | |
def | cmp_tags (a, b) |
def | dump_footer (lines) |
def | dump_header (lines) |
def | exit (msg="") |
def | get_lastIOVs (listoftags, dest, auth) |
def | get_listoftags (dest, auth) |
def | get_plots (path, output, iovs, tag) |
def | get_productionFiles (directory) |
def | get_productionIOVs (directory) |
def | nonzero (self) |
def | pack (high, low) |
def | parse (docstring, arglist=None) |
def | unpack (i) |
def | unpackLumiid (i) |
def | write_iovs (iovs, lines) |
def | write_plots (lines, plots, web) |
def | write_tags (tags, lines) |
Variables | |
args | |
auth | |
br | |
dest | |
Get the latest tags dest = "frontier://cmsfrontier.cern.ch:8000/Frontier/CMS_COND_31X_BEAMSPOT". More... | |
end | |
htmlwebsite | |
lasttag | |
lines | |
list_lastIOVs | |
list_tags | |
option | |
optionstring | |
outfile | |
pngfiles | |
processedruns | |
USAGE | |
def beamvalidation.cmp_tags | ( | a, | |
b | |||
) |
def beamvalidation.dump_footer | ( | lines | ) |
Definition at line 128 of file beamvalidation.py.
def beamvalidation.dump_header | ( | lines | ) |
Definition at line 108 of file beamvalidation.py.
def beamvalidation.exit | ( | msg = "" | ) |
Definition at line 53 of file beamvalidation.py.
def beamvalidation.get_lastIOVs | ( | listoftags, | |
dest, | |||
auth | |||
) |
Definition at line 231 of file beamvalidation.py.
References createfilelist.int, edm.print(), and split.
def beamvalidation.get_listoftags | ( | dest, | |
auth | |||
) |
def beamvalidation.get_plots | ( | path, | |
output, | |||
iovs, | |||
tag | |||
) |
Definition at line 296 of file beamvalidation.py.
References createfilelist.int, edm.print(), split, str, and unpack().
def beamvalidation.get_productionFiles | ( | directory | ) |
Definition at line 347 of file beamvalidation.py.
References split.
Referenced by get_productionIOVs().
def beamvalidation.get_productionIOVs | ( | directory | ) |
Definition at line 358 of file beamvalidation.py.
References get_productionFiles().
def beamvalidation.nonzero | ( | self | ) |
Definition at line 41 of file beamvalidation.py.
Referenced by CSCDigiValidator.zeroSupStripDigis().
def beamvalidation.pack | ( | high, | |
low | |||
) |
pack high,low 32bit unsigned int to one unsigned 64bit long long Note:the print value of result number may appear signed, if the sign bit is used.
Definition at line 275 of file beamvalidation.py.
Definition at line 56 of file beamvalidation.py.
def beamvalidation.unpack | ( | i | ) |
unpack 64bit unsigned long long into 2 32bit unsigned int, return tuple (high,low)
Definition at line 282 of file beamvalidation.py.
References mathSSE.return().
Referenced by get_plots(), and unpackLumiid().
def beamvalidation.unpackLumiid | ( | i | ) |
unpack 64bit lumiid to dictionary {'run','lumisection'}
Definition at line 289 of file beamvalidation.py.
References unpack().
def beamvalidation.write_iovs | ( | iovs, | |
lines | |||
) |
Definition at line 156 of file beamvalidation.py.
def beamvalidation.write_plots | ( | lines, | |
plots, | |||
web | |||
) |
Definition at line 325 of file beamvalidation.py.
def beamvalidation.write_tags | ( | tags, | |
lines | |||
) |
Definition at line 133 of file beamvalidation.py.
beamvalidation.args |
Definition at line 374 of file beamvalidation.py.
beamvalidation.auth |
Definition at line 384 of file beamvalidation.py.
beamvalidation.br |
Definition at line 398 of file beamvalidation.py.
Referenced by edm::RootTree.dropBranch(), magfieldparam::TkBfield.getBrfz(), magfieldparam::TkBfield.getBxyz(), CustomParticleFactory.getDecayTable(), edm::RootDelayedReader.getProduct_(), edm::FileInPath.initialize_(), SummaryTableOutputBranches.makeScalarBranches(), RBorderFinder.RBorderFinder(), StringBasedNTupler.registerleaves(), edm::PoolOutputModule::OutputItem::Sorter.Sorter(), fwlite::internal::BranchMapReaderStrategyV8.updateFile(), fwlite::internal::BranchMapReaderStrategyV11.updateFile(), fwlite::internal::BranchMapReaderStrategyV17.updateFile(), and fwlite::internal::BranchMapReaderStrategyV1.updateMap().
beamvalidation.dest |
Get the latest tags dest = "frontier://cmsfrontier.cern.ch:8000/Frontier/CMS_COND_31X_BEAMSPOT".
Definition at line 383 of file beamvalidation.py.
beamvalidation.end |
Definition at line 397 of file beamvalidation.py.
beamvalidation.htmlwebsite |
Definition at line 378 of file beamvalidation.py.
beamvalidation.lasttag |
Definition at line 425 of file beamvalidation.py.
beamvalidation.lines |
Definition at line 396 of file beamvalidation.py.
beamvalidation.list_lastIOVs |
Definition at line 390 of file beamvalidation.py.
beamvalidation.list_tags |
Definition at line 387 of file beamvalidation.py.
beamvalidation.option |
Definition at line 374 of file beamvalidation.py.
beamvalidation.optionstring |
Definition at line 51 of file beamvalidation.py.
beamvalidation.outfile |
Definition at line 434 of file beamvalidation.py.
beamvalidation.pngfiles |
Definition at line 429 of file beamvalidation.py.
beamvalidation.processedruns |
Definition at line 393 of file beamvalidation.py.
beamvalidation.USAGE |
Definition at line 39 of file beamvalidation.py.