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 ##. | |
string | help = '"and" (i.e., take intersection) of two files' |
outputList = alphaList&betaList | |
All other commands ##. | |
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.
tuple compareJSON::cmdGroup = optparse.OptionGroup(parser, "Command Options ") |
Definition at line 12 of file compareJSON.py.
string compareJSON::const = 'and' |
Definition at line 14 of file compareJSON.py.
Referenced by cms::Adler32(), edm::convert_handle(), ora::AnyData::data(), ora::Record::data(), edm::reftobase::RefVectorHolder< REFV >::const_iterator_imp_specific::dc(), edm::Event::eventPrincipal(), edm::RootOutputFile::fillBranches(), fwlite::EventBase::getByLabelImpl(), fwlite::RunBase::getByLabelImpl(), fwlite::LuminosityBlockBase::getByLabelImpl(), edm::eventsetup::EventSetupRecord::getImplementation(), edm::getProduct(), edm::refcore::getProductPtr_(), edm::reftobase::RefHolderBase::getPtr(), edm::reftobase::Holder< T, REF >::isEqualTo(), edm::reftobase::IndirectHolder< T >::isEqualTo(), edm::LuminosityBlock::luminosityBlockPrincipal(), edm::Ptr< T >::operator*(), edm::Ptr< T >::operator->(), edm::Guid::operator=(), edm::Guid::operator==(), edm::GroupSelector::print(), edm::TestHandle< T >::product(), edm::OrphanHandle< T >::product(), edm::Handle< T >::product(), edm::PtrVector< Candidate >::push_back(), edm::reftobase::RefVectorHolder< REFV >::push_back(), edm::Event::put(), edm::reftobase::RefVectorHolderDoFillView< REFV >::reallyFillView(), edm::reflex_cast(), run_script(), edm::Run::runPrincipal(), RPCSimAverageNoise::simulateNoise(), RPCSimTriv::simulateNoise(), RPCSimAverage::simulateNoise(), RPCSimSimple::simulateNoise(), RPCSimAverageNoiseEff::simulateNoise(), RPCSimParam::simulateNoise(), RPCSimAverageNoiseEffCls::simulateNoise(), TkGluedMeasurementDet::specificGeomDet(), edm::WrapperInterface< T >::typeCast(), and edm::View< T >::View().
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.