Classes | |
class | IntegrityCheck |
class | PublishToFileSystem |
Functions | |
def | callback |
def | work |
Variables | |
list | d = datasets[0] |
tuple | das = das.DASOptionParser(usage=usage) |
tuple | group = OptionGroup(das.parser,'edmIntegrityCheck Options','Options related to checking files on CASTOR') |
tuple | pool = multiprocessing.Pool(processes=opts.max_threads) |
tuple | pub = PublishToFileSystem('Test') |
dictionary | report = {'DateCreated':'123456','PathList':['/store/cmst3/user/wreece']} |
string | usage |
def edmIntegrityCheck.callback | ( | result | ) |
Definition at line 59 of file edmIntegrityCheck.py.
def edmIntegrityCheck.work | ( | d, | |
op | |||
) |
Definition at line 38 of file edmIntegrityCheck.py.
Referenced by HcalQie.getCode(), HcalQie.getEnergy(), GroupedCkfTrajectoryBuilder.rebuildTrajectories(), TopologyWorker.setPartList(), and ConfigurationDBHandler.startElement().
list edmIntegrityCheck.d = datasets[0] |
Definition at line 65 of file edmIntegrityCheck.py.
tuple edmIntegrityCheck.das = das.DASOptionParser(usage=usage) |
Definition at line 16 of file edmIntegrityCheck.py.
tuple edmIntegrityCheck.group = OptionGroup(das.parser,'edmIntegrityCheck Options','Options related to checking files on CASTOR') |
Definition at line 17 of file edmIntegrityCheck.py.
tuple edmIntegrityCheck.pool = multiprocessing.Pool(processes=opts.max_threads) |
Definition at line 71 of file edmIntegrityCheck.py.
Referenced by FWDialogBuilder.addLabel(), fireworks.boldGC(), CmsShowCommonPopup.CmsShowCommonPopup(), CentralityTableProducer.endJob(), FastTimerService.fillPathMap(), fireworks.italicGC(), and CmsShowMainFrame.showFWorksInfo().
tuple edmIntegrityCheck.pub = PublishToFileSystem('Test') |
Definition at line 345 of file edmIntegrityCheck.py.
dictionary edmIntegrityCheck.report = {'DateCreated':'123456','PathList':['/store/cmst3/user/wreece']} |
Definition at line 346 of file edmIntegrityCheck.py.
string edmIntegrityCheck.usage |
Definition at line 12 of file edmIntegrityCheck.py.