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 TkGluedMeasurementDet::HitCollectorForSimpleHits.addProjected(), TkGluedMeasurementDet::HitCollectorForFastMeasurements.addProjected(), cms.Adler32(), SiStripGainFromData.algoBeginJob(), ecaldqm::RecoSummaryTask.analyze(), ecaldqm::ClusterTask.analyze(), PixelLumiDQM.analyze(), B2GDQM.analyzeJets(), PFElecTkProducer.applySelection(), edm::SoATuple< edm::EDConsumerBase::TokenLookupInfo, bool, edm::EDConsumerBase::LabelPlacement, edm::KindOfType >.begin(), RPCConeBuilder.buildCones(), TrackProducerAlgorithm< reco::Track >.buildTrack(), GroupedCkfTrajectoryBuilder.buildTrajectories(), edm.checkClassDictionaries(), edm.checkTypeDictionaries(), edm.convert_handle(), BareRootProductGetter.createNewBuffer(), ora::AnyData.data(), ora::Record.data(), edm::reftobase::RefVectorHolder< REFV >::const_iterator_imp_specific.dc(), edm::SoATuple< edm::EDConsumerBase::TokenLookupInfo, bool, edm::EDConsumerBase::LabelPlacement, edm::KindOfType >.end(), edm::Event.eventPrincipal(), cond::BlobStreamingService.expand(), edm::RootOutputFile.fillBranches(), SiStripDigitizer.finalizeEvent(), PFElecTkProducer.FindPfRef(), cond::BlobStreamingService.findVariant(), edm::SoATuple< edm::EDConsumerBase::TokenLookupInfo, bool, edm::EDConsumerBase::LabelPlacement, edm::KindOfType >.get(), fwlite::LuminosityBlockBase.getByLabelImpl(), fwlite::RunBase.getByLabelImpl(), fwlite::EventBase.getByLabelImpl(), edm::eventsetup::EventSetupRecord.getImplementation(), BareRootProductGetter.getIt(), QuickTrackAssociatorByHitsImpl.getMatchedClusters(), QuickTrackAssociatorByHits.getMatchedClusters(), edm.getProduct(), edm::refcore.getProductPtr_(), edm::reftobase::RefHolderBase.getPtr(), fwlite::DataGetterHelper.getThinnedAssociation(), BareRootProductGetter.getThinnedAssociation(), edm::EventPrincipal.getThinnedAssociation(), edm::refcore.getThinnedProductPtr_(), CosmicHitPairGeneratorFromLayerPair.hitPairs(), CosmicLayerTriplets.init(), SiStripDetVOffFakeBuilder.initialize(), SiStripDigitizer.initializeEvent(), edm::DataMixingSiStripMCDigiWorker.initializeEvent(), edm::FunctionWithDict.invoke(), edm::reftobase::Holder< T, REF >.isEqualTo(), edm::reftobase::IndirectHolder< T >.isEqualTo(), edm::Wrapper< T >.isProductEqual_(), PFElecTkProducer.isSameEgSC(), PFElecTkProducer.isSharingEcalEnergyWithEgSC(), edm::LuminosityBlock.luminosityBlockPrincipal(), SiStripHashedDetIdESModule.make(), edm::WorkerMaker< T >.makeWorker(), edm::Wrapper< T >.mergeProduct_(), edm::Ptr< T >.operator*(), edm::Ptr< T >.operator->(), edm::Guid.operator=(), edm::Guid.operator==(), edm::TypeWithDict.pointerToBaseType(), edm::ProductSelector.print(), DeDxDiscriminatorLearner.processHit(), StandaloneTrackMonitor.processHit(), DeDxHitInfoProducer.processHit(), HSCPDeDxInfoProducer.processHit(), DeDxEstimatorProducer.processHit(), DigiSimLinkProducer.produce(), HSCPDeDxInfoProducer.produce(), DeDxHitInfoProducer.produce(), PFTrackProducer.produce(), DeDxEstimatorProducer.produce(), PFElecTkProducer.produce(), edm::OrphanHandle< T >.product(), edm::TestHandle< T >.product(), edm::Handle< T >.product(), edm::reftobase::RefVectorHolder< REFV >.push_back(), edm::PtrVector< reco::FFTJPTJet >.push_back(), edm::reftobase::RefVectorHolderDoFillView< REFV >.reallyFillView(), PFElecTkProducer.resolveGsfTracks(), ecaldqm::LaserWriter.run(), ecaldqm::PedestalWriter.run(), ecaldqm::TestPulseWriter.run(), ecaldqm::LedWriter.run(), run_script(), edm::Run.runPrincipal(), RPCSimSimple.simulateNoise(), RPCSimParam.simulateNoise(), RPCSimAsymmetricCls.simulateNoise(), RPCSimAverageNoise.simulateNoise(), RPCSimAverage.simulateNoise(), RPCSimAverageNoiseEff.simulateNoise(), RPCSimAverageNoiseEffCls.simulateNoise(), TkGluedMeasurementDet.specificGeomDet(), Traj2TrackHits.split(), reco::PFCandidate.storeRefInfo(), edm.tryToGetProduct(), edm::refcore.tryToGetProductPtr_(), and fwlite::DataGetterHelper.wrapperBasePtr().
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.