![]() |
![]() |
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 127 of file beamvalidation.py.
def beamvalidation.dump_header | ( | lines | ) |
Definition at line 107 of file beamvalidation.py.
def beamvalidation.exit | ( | msg = "" | ) |
Definition at line 52 of file beamvalidation.py.
def beamvalidation.get_lastIOVs | ( | listoftags, | |
dest, | |||
auth | |||
) |
Definition at line 230 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 295 of file beamvalidation.py.
References createfilelist.int, edm.print(), split, str, and unpack().
def beamvalidation.get_productionFiles | ( | directory | ) |
Definition at line 346 of file beamvalidation.py.
References split.
Referenced by get_productionIOVs().
def beamvalidation.get_productionIOVs | ( | directory | ) |
Definition at line 357 of file beamvalidation.py.
References get_productionFiles().
def beamvalidation.nonzero | ( | self | ) |
Definition at line 40 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 274 of file beamvalidation.py.
Definition at line 55 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 281 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 288 of file beamvalidation.py.
References unpack().
def beamvalidation.write_iovs | ( | iovs, | |
lines | |||
) |
Definition at line 155 of file beamvalidation.py.
def beamvalidation.write_plots | ( | lines, | |
plots, | |||
web | |||
) |
Definition at line 324 of file beamvalidation.py.
def beamvalidation.write_tags | ( | tags, | |
lines | |||
) |
Definition at line 132 of file beamvalidation.py.
beamvalidation.args |
Definition at line 373 of file beamvalidation.py.
beamvalidation.auth |
Definition at line 383 of file beamvalidation.py.
beamvalidation.br |
Definition at line 397 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 382 of file beamvalidation.py.
beamvalidation.end |
Definition at line 396 of file beamvalidation.py.
beamvalidation.htmlwebsite |
Definition at line 377 of file beamvalidation.py.
beamvalidation.lasttag |
Definition at line 424 of file beamvalidation.py.
beamvalidation.lines |
Definition at line 395 of file beamvalidation.py.
beamvalidation.list_lastIOVs |
Definition at line 389 of file beamvalidation.py.
beamvalidation.list_tags |
Definition at line 386 of file beamvalidation.py.
beamvalidation.option |
Definition at line 373 of file beamvalidation.py.
beamvalidation.optionstring |
Definition at line 50 of file beamvalidation.py.
beamvalidation.outfile |
Definition at line 433 of file beamvalidation.py.
beamvalidation.pngfiles |
Definition at line 428 of file beamvalidation.py.
beamvalidation.processedruns |
Definition at line 392 of file beamvalidation.py.
beamvalidation.USAGE |
Definition at line 38 of file beamvalidation.py.