Variables | |
tuple | alphaList = LumiList(filename = args[0]) |
tuple | betaList = LumiList(filename = args[1]) |
tuple | cmdGroup = optparse.OptionGroup(parser, "Command Options ") |
string | const = 'and' |
firstOnly = alphaList-betaList | |
Diff Command ##. More... | |
string | help = '"and" (i.e., take intersection) of two files' |
outputList = alphaList&betaList | |
All other commands ##. More... | |
tuple | parser = optparse.OptionParser("Usage: %prog --command [--options] alpha.json beta.json [output.json]") |
secondOnly = betaList-alphaList | |
tuple compareJSON.alphaList = LumiList(filename = args[0]) |
Definition at line 32 of file compareJSON.py.
tuple compareJSON.betaList = LumiList(filename = args[1]) |
Definition at line 33 of file compareJSON.py.
Definition at line 12 of file compareJSON.py.
string compareJSON.const = 'and' |
Definition at line 14 of file compareJSON.py.
Referenced by cms.Adler32(), ecaldqm::RecoSummaryTask.analyze(), ecaldqm::ClusterTask.analyze(), edm.convert_handle(), ora::AnyData.data(), ora::Record.data(), fwlite::LuminosityBlockBase.getByLabelImpl(), fwlite::RunBase.getByLabelImpl(), fwlite::EventBase.getByLabelImpl(), LTCDigi.GetEventNumberFromBuffer(), edm.getProduct(), edm::refcore.getProduct_(), edm::refcore.getProductWithCoreFromRef_(), edm::reftobase::RefHolderBase.getPtr(), edm::refitem::GetRefPtrImpl< C, T, F, KEY >.getRefPtr_(), edm::refitem::GetRefPtrImpl< C, T, F, unsigned int >.getRefPtr_(), LTCDigi.GetRunNumberFromBuffer(), edm::refcore.getThinnedProduct_(), CosmicHitPairGeneratorFromLayerPair.hitPairs(), CosmicLayerTriplets.init(), SiStripDetVOffFakeBuilder.initialize(), edm::reftobase::Holder< T, REF >.isEqualTo(), edm::reftobase::IndirectHolder< T >.isEqualTo(), edm::Wrapper< T >.isProductEqual_(), LTCDigi.LTCDigi(), edm::LuminosityBlock.luminosityBlockPrincipal(), SiStripHashedDetIdESModule.make(), edm::WorkerMaker< T >.makeWorker(), edm::Wrapper< T >.mergeProduct_(), edm::Guid.operator=(), edm::Guid.operator==(), edm.pointerToBase(), edm::ProductSelector.print(), edm::OrphanHandle< T >.product(), edm::TestHandle< T >.product(), edm::Handle< T >.product(), edm::refcoreimpl.productGetter(), edm::refcoreimpl.productPtr(), SimpleDAFHitCollector.rightdimension(), edm::Run.runPrincipal(), edm::refcoreimpl.setCacheIsProductGetter(), RPCSimSimple.simulateNoise(), RPCSimParam.simulateNoise(), TkStackMeasurementDet.specificGeomDet(), Traj2TrackHits.split(), and edm::refcore.tryToGetProductWithCoreFromRef_().
Diff Command ##.
Definition at line 41 of file compareJSON.py.
string compareJSON.help = '"and" (i.e., take intersection) of two files' |
Definition at line 15 of file compareJSON.py.
All other commands ##.
Definition at line 62 of file compareJSON.py.
tuple compareJSON.parser = optparse.OptionParser("Usage: %prog --command [--options] alpha.json beta.json [output.json]") |
Definition at line 10 of file compareJSON.py.
Definition at line 42 of file compareJSON.py.