Variables | |
tuple | aux = event.object() |
tuple | conversionHandle = Handle('vector<reco::Conversion>') |
tuple | conversionLabel = ("conversions") |
tuple | conversionVector = conversionHandle.product() |
tuple | events = Events(options) |
tuple | options = VarParsing('python') |
tuple printConversionInfo.aux = event.object() |
Definition at line 18 of file printConversionInfo.py.
Referenced by edm::SubProcess.beginLuminosityBlock(), edm::SubProcess.beginRun(), DT4DSegmentClients.endLuminosityBlock(), DT2DSegmentClients.endLuminosityBlock(), DDTIBLayerAlgo_MTCC.execute(), HcalTB02HcalNumberingScheme.getetaID(), gen::PomwigHadronizer.initializeDPDF(), edm::RawInputSource.makeEvent(), TFWLiteSelectorBasic.Process(), edm::EventAuxiliaryHistoryProducer.produce(), edm::ConfigurableInputSource.reallyReadEvent(), fwlite::Record.Record(), CastorSD.rotateUnitID(), EcalUncalibratedRecHit.setAux(), HelixArbitraryPlaneCrossing2Order.solutionByDirection(), TtFullLepKinSolver.SWAP(), TtFullLepKinSolver.TopRec(), and edm::SubProcess.write().
tuple printConversionInfo.conversionHandle = Handle('vector<reco::Conversion>') |
Definition at line 14 of file printConversionInfo.py.
Referenced by PhotonCoreProducer.produce(), and ConvertedPhotonProducer.produce().
tuple printConversionInfo.conversionLabel = ("conversions") |
Definition at line 15 of file printConversionInfo.py.
tuple printConversionInfo.conversionVector = conversionHandle.product() |
Definition at line 21 of file printConversionInfo.py.
tuple printConversionInfo.events = Events(options) |
Definition at line 13 of file printConversionInfo.py.
tuple printConversionInfo.options = VarParsing('python') |
Definition at line 8 of file printConversionInfo.py.