Definition at line 174 of file cuy.py.
def cuy.FindIssue.startElement |
( |
|
self, |
|
|
|
name, |
|
|
|
attrs |
|
) |
| |
Definition at line 188 of file cuy.py.
References cuy.FindIssue.atype, CombinedSVCalibration.data, CombinedTauTagCalibration.data, DOTExport.DotProducer.data, TrackProbabilityCalibration.data, ElectronLikelihoodCalibration.data, CSCTMBScope.data, confdb.HLTProcess.data, SimpleVFATFrameCollection.data, classes.PlotData.data, emtf::Event.data, magfieldparam::rz_poly.data, QGLikelihoodObject.data, dqm::DQMFileSaverOnline::SnapshotFiles.data, KDTreeNodeInfo< DATA >.data, materialEffect::Covariance.data, dqmTnP::AbstractFitter.data, CSCUpgradeMotherboard::LCTContainer.data, LASModuleProfile.data, KDTreeNodeInfoT< DATA, DIM >.data, QGLikelihoodSystematicsObject.data, UnbinnedFitDeDxEstimator.data, tkMSParameterization::Elems.data, TkStripRecHitIter.data, TkLasBeam.data, KDTreeNodes< DATA >.data, tkMSParameterization::FromToData.data, hcaltb::ClassicQADCDataFormat.data, GeometryComparisonPlotter.data, EcalGlobalShowerContainmentCorrectionsVsEta::Coefficients.data, magfieldparam::poly2d_base.data, edm::MapOfVectors< K, T >::Iter.data, edm::DetSet< T >.data, data, EcalShowerContainmentCorrections::Coefficients.data, PixelLimits.data, TkMSParameterization.data, options.HLTProcessOptions.data, cscdqm::Cache.data, StripLimits.data, DQMNet::Bucket.data, PhysicsTools::TrainerMonitoring::Module.data, VFATFrame.data, cuy.FindIssue.data, HCAL_HLX::ET_SUM_NIBBLE.data, HCAL_HLX::OCCUPANCY_NIBBLE.data, HCAL_HLX::LHC_NIBBLE.data, HCAL_HLX::ET_SUM_SECTION.data, HCAL_HLX::OCCUPANCY_SECTION.data, HCAL_HLX::LHC_SECTION.data, edmStreamStallGrapher.Stack.data, splitter.FileObj.size, ClusterData.size, cond::persistency::RUN_INFO::RUN_NUMBER.size, cond::persistency::GLOBAL_TAG::NAME.size, cond::persistency::TAG::NAME.size, HGCalBestChoiceDataPayload.size, cond::persistency::GLOBAL_TAG::VALIDITY.size, cond::persistency::RUN_INFO::START_TIME.size, cond::persistency::TAG::TIME_TYPE.size, cond::persistency::GLOBAL_TAG::DESCRIPTION.size, cond::persistency::RUN_INFO::END_TIME.size, cond::persistency::TAG::OBJECT_TYPE.size, cond::persistency::TAG::SYNCHRONIZATION.size, cond::persistency::GLOBAL_TAG::RELEASE.size, cond::persistency::TAG::END_OF_VALIDITY.size, cond::persistency::GLOBAL_TAG::SNAPSHOT_TIME.size, cond::persistency::GLOBAL_TAG::INSERTION_TIME.size, cond::persistency::TAG::DESCRIPTION.size, cond::persistency::TAG::LAST_VALIDATED_TIME.size, cond::persistency::RUN_INFO::MAX_RUN_NUMBER.size, cond::persistency::TAG::INSERTION_TIME.size, cond::persistency::TAG::MODIFICATION_TIME.size, evf::evtn::sizes.size, cond::persistency::RUN_INFO::MIN_RUN_NUMBER.size, PUEvent::PUMinBiasEvt.size, DDHCalForwardAlgo.size, hgc_digi::HGCCellInfo.size, cond::persistency::RUN_INFO::MIN_START_TIME.size, cond::persistency::GLOBAL_TAG_MAP::GLOBAL_TAG_NAME.size, counting_bloom_t.size, cond::persistency::GLOBAL_TAG_MAP::RECORD.size, MagGeoBuilderFromDDD::bLayer.size, SiPixelClusterShapeCache::Field.size, cond::persistency::GLOBAL_TAG_MAP::LABEL.size, reco::Candidate.size, Phase2ITPixelClusterShapeCache::Field.size, cond::persistency::GLOBAL_TAG_MAP::TAG_NAME.size, reco::Vertex.size, cond::persistency::PAYLOAD::HASH.size, cond::persistency::PAYLOAD::OBJECT_TYPE.size, SiStripLAProfileBooker.size, cond::persistency::PAYLOAD::DATA.size, cond::persistency::PAYLOAD::STREAMER_INFO.size, cond::persistency::PAYLOAD::VERSION.size, cond::persistency::PAYLOAD::INSERTION_TIME.size, ColinearityKinematicConstraint.size, cond::TagInfo_t.size, cond::persistency::IOV::TAG_NAME.size, cond::persistency::IOV::SINCE.size, cond::persistency::IOV::PAYLOAD_HASH.size, cond::persistency::IOV::INSERTION_TIME.size, cond::persistency::IOV::SINCE_GROUP.size, cond::persistency::IOV::SEQUENCE_SIZE.size, cond::persistency::IOV::MIN_SINCE.size, edmNew::dstvdetails::DetSetVectorTrans::Item.size, cond::persistency::IOV::MAX_SINCE.size, cond::persistency::TAG_LOG::TAG_NAME.size, cond::persistency::TAG_LOG::EVENT_TIME.size, cond::persistency::TAG_LOG::USER_NAME.size, cond::persistency::TAG_LOG::HOST_NAME.size, cond::persistency::TAG_LOG::COMMAND.size, cond::persistency::TAG_LOG::ACTION.size, cond::persistency::TAG_LOG::USER_TEXT.size, esMonitoring.LineHistoryEnd.size, cuy.FindIssue.size, and CLookToRead.size.
189 if name ==
'validation':
191 self.
atype = attrs.get(
'type',
None)
193 self.
data[self.
atype].type = attrs.get(
'type',
None)
194 self.
data[self.
atype].filename = attrs.get(
'file',
None)
195 self.
data[self.
atype].release = attrs.get(
'release',
None)
196 self.
data[self.
atype].weight = attrs.get(
'weight',
'')
def startElement(self, name, attrs)