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 126 of file beamvalidation.py.
def beamvalidation.dump_header | ( | lines | ) |
Definition at line 106 of file beamvalidation.py.
def beamvalidation.exit | ( | msg = "" | ) |
Definition at line 51 of file beamvalidation.py.
def beamvalidation.get_lastIOVs | ( | listoftags, | |
dest, | |||
auth | |||
) |
Definition at line 229 of file beamvalidation.py.
References createfilelist.int, and split.
def beamvalidation.get_listoftags | ( | dest, | |
auth | |||
) |
def beamvalidation.get_plots | ( | path, | |
output, | |||
iovs, | |||
tag | |||
) |
Definition at line 294 of file beamvalidation.py.
References createfilelist.int, split, str, and unpack().
def beamvalidation.get_productionFiles | ( | directory | ) |
Definition at line 345 of file beamvalidation.py.
References split.
Referenced by get_productionIOVs().
def beamvalidation.get_productionIOVs | ( | directory | ) |
Definition at line 356 of file beamvalidation.py.
References get_productionFiles().
def beamvalidation.nonzero | ( | self | ) |
Definition at line 39 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 273 of file beamvalidation.py.
Definition at line 54 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 280 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 287 of file beamvalidation.py.
References unpack().
def beamvalidation.write_iovs | ( | iovs, | |
lines | |||
) |
Definition at line 154 of file beamvalidation.py.
def beamvalidation.write_plots | ( | lines, | |
plots, | |||
web | |||
) |
Definition at line 323 of file beamvalidation.py.
def beamvalidation.write_tags | ( | tags, | |
lines | |||
) |
Definition at line 131 of file beamvalidation.py.
beamvalidation.args |
Definition at line 372 of file beamvalidation.py.
beamvalidation.auth |
Definition at line 382 of file beamvalidation.py.
beamvalidation.br |
Definition at line 396 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 381 of file beamvalidation.py.
beamvalidation.end |
Definition at line 395 of file beamvalidation.py.
beamvalidation.htmlwebsite |
Definition at line 376 of file beamvalidation.py.
beamvalidation.lasttag |
Definition at line 423 of file beamvalidation.py.
beamvalidation.lines |
Definition at line 394 of file beamvalidation.py.
beamvalidation.list_lastIOVs |
Definition at line 388 of file beamvalidation.py.
beamvalidation.list_tags |
Definition at line 385 of file beamvalidation.py.
beamvalidation.option |
Definition at line 372 of file beamvalidation.py.
beamvalidation.optionstring |
Definition at line 49 of file beamvalidation.py.
beamvalidation.outfile |
Definition at line 432 of file beamvalidation.py.
beamvalidation.pngfiles |
Definition at line 427 of file beamvalidation.py.
beamvalidation.processedruns |
Definition at line 391 of file beamvalidation.py.
beamvalidation.USAGE |
Definition at line 37 of file beamvalidation.py.