CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions
Modules.ESSource Class Reference
Inheritance diagram for Modules.ESSource:
Mixins._ConfigureComponent Mixins._TypedParameterizable Mixins._Unlabelable Mixins._Labelable Mixins._Parameterizable

Public Member Functions

def __init__ (self, type_, arg, kargs)
 
def isLeaf (self)
 
def moduleLabel_ (self, myname)
 
def nameInProcessDesc_ (self, myname)
 
- Public Member Functions inherited from Mixins._TypedParameterizable
def __init__ (self, type_, arg, kargs)
 
def clone (self, args, params)
 
def copy (self)
 
def dumpConfig (self, options=PrintOptions())
 
def dumpPython (self, options=PrintOptions())
 
def dumpPythonAttributes (self, myname, options)
 
def insertInto (self, parameterSet, myname)
 
def moduleLabel_ (self, myname)
 
def nameInProcessDesc_ (self, myname)
 
def type_ (self)
 
- Public Member Functions inherited from Mixins._Parameterizable
def __delattr__ (self, name)
 
def __init__ (self, arg, kargs)
 
def __repr__ (self)
 
def __setattr__ (self, name, value)
 
def dumpPython (self, options=PrintOptions())
 
def getParameter (self, params)
 
def hasParameter (self, params)
 
def insertContentsInto (self, parameterSet)
 
def isFrozen (self)
 
def isModified (self)
 
def parameterNames_ (self)
 
def parameters_ (self)
 
def setIsFrozen (self)
 
- Public Member Functions inherited from Mixins._Labelable
def __str__ (self)
 
def dumpSequenceConfig (self)
 
def dumpSequencePython (self, options=PrintOptions())
 
def hasLabel_ (self)
 
def label (self)
 
def label_ (self)
 
def setLabel (self, label)
 

Private Member Functions

def _isTaskComponent (self)
 
def _placeImpl (self, name, proc)
 

Detailed Description

Definition at line 29 of file Modules.py.

Constructor & Destructor Documentation

def Modules.ESSource.__init__ (   self,
  type_,
  arg,
  kargs 
)

Definition at line 30 of file Modules.py.

References Mixins.saveOrigin().

30  def __init__(self,type_,*arg,**kargs):
31  super(ESSource,self).__init__(type_,*arg,**kargs)
32  saveOrigin(self, 1)
def __init__(self, type_, arg, kargs)
Definition: Modules.py:30
def saveOrigin(obj, level)
Definition: Mixins.py:621

Member Function Documentation

def Modules.ESSource._isTaskComponent (   self)
private

Definition at line 45 of file Modules.py.

45  def _isTaskComponent(self):
46  return True
def _isTaskComponent(self)
Definition: Modules.py:45
def Modules.ESSource._placeImpl (   self,
  name,
  proc 
)
private

Definition at line 33 of file Modules.py.

References MuonTypeByOrCut.type_, edm::ObjectWithDict.type_, L1TMuonOverlapParams::Node.type_, FWJobMetadataManager::Data.type_, reco::MuonMETCorrectionData.type_, L1TTwinMuxParams::Node.type_, L1TMuonGlobalParams_PUBLIC::Node.type_, FastTimeParametersESModule.type_, CutBasedElectronID.type_, L1TMuonGlobalParams::Node.type_, OpticalAlignMeasurementInfo.type_, L1TMuonBarrelParams::Node.type_, ProcessCallGraph::NodeType.type_, edm::eventsetup::ComponentDescription.type_, HcalSiPMCharacteristics::PrecisionItem.type_, HcalSiPMParameter.type_, l1t::CaloParams::Node.type_, omtf::RpcDataWord64.type_, omtf::RpcDataWord64::.type_, StringCutObjectSelector< T, DefaultLazyness >.type_, StringObjectFunction< T, DefaultLazyness >.type_, MuonRefProducer.type_, omtf::MuonDataWord64.type_, omtf::MuonDataWord64::.type_, TauDQMHistPlotter::cfgEntryProcess.type_, reco::TrackingRecHitInfo.type_, pftools::ParticleFiltrationDecision.type_, pos::PixelTKFECParameters.type_, pat::TriggerFilter.type_, NoProductErrorThrower.type_, l1t::BlockHeader.type_, pat::TriggerCondition.type_, omtf::DtDataWord64.type_, omtf::DtDataWord64::.type_, FastTimeGeometryESProducer.type_, MultShiftMETcorrInputProducer.type_, l1t::CaloSpare.type_, FastTimeTopologyBuilder.type_, GlobalVariablesTableProducer::Variable.type_, edm::ParentContext.type_, edm::ConsumesInfo.type_, pat::helper::AnyNumberAssociationAdaptor.type_, omtf::CscDataWord64.type_, DQMHcalIsoTrackAlCaReco.type_, omtf::CscDataWord64::.type_, DBReader.type_, GsfElectronDataAnalyzer.type_, edm::ParameterWildcardBase.type_, NoBranchErrorThrower.type_, edm::eventsetup::EventSetupRecordKey.type_, l1t::EtSum.type_, SimpleFlatTableProducerBase< T, TProd >::VariableBase.type_, L1TUtmCondition.type_, edm::AllowedLabelsDescriptionBase.type_, reco::PUSubMETCandInfo.type_, fwlite::internal::DataKey.type_, L1TUtmScale.type_, pftools::CandidateWrapper.type_, BinomialInterval.type_, FastTimerSD.type_, ScoutingMuon.type_, edm::eventsetup::DataKey.type_, l1extra::L1EmParticle.type_, OpticalAlignInfo.type_, l1extra::L1JetParticle.type_, Json::Reader::Token.type_, edm::PileUp.type_, PFBlockLink.type_, pat::JetCorrFactorsProducer.type_, L1TUtmObject.type_, Entry.type_, pos::PixelPortCardConfig.type_, edm::ParameterDescriptionBase.type_, FastTimeTopology.type_, edm::Handle< GenericObject >.type_, BeamSpotObjects.type_, L1GctInternHFData.type_, l1extra::L1EtMissParticle.type_, edm::Handle< FWGenericObject >.type_, CandMCMatchTableProducer.type_, funct::RootIntegrator.type_, reco::PFBlockElement.type_, CSCCorrelatedLCTDigi.type_, L1GctInternHtMiss.type_, reco::BeamSpot.type_, L1GctInternEtSum.type_, L1GctInternJetData.type_, TrackerDpgAnalysis.type_, SiStripConfigDb::Run.type_, ConfigurableHisto.type_, reco::Muon.type_, Mixins._TypedParameterizable.type_(), GsfElectronFakeAnalyzer.type_, Json::Value.type_, edm::IndexIntoFile::IndexIntoFileItrImpl.type_, and Config.SubProcess.type_().

Referenced by SequenceTypes._ModuleSequenceType._place(), and Mixins._TypedParameterizable._place().

33  def _placeImpl(self,name,proc):
34  if name == '':
35  name=self.type_()
36  proc._placeESSource(name,self)
def _placeImpl(self, name, proc)
Definition: Modules.py:33
def Modules.ESSource.isLeaf (   self)

Definition at line 47 of file Modules.py.

47  def isLeaf(self):
48  return True
49 
def isLeaf(self)
Definition: Modules.py:47
def Modules.ESSource.moduleLabel_ (   self,
  myname 
)

Definition at line 37 of file Modules.py.

References MuonTypeByOrCut.type_, edm::ObjectWithDict.type_, L1TMuonOverlapParams::Node.type_, FWJobMetadataManager::Data.type_, reco::MuonMETCorrectionData.type_, L1TTwinMuxParams::Node.type_, L1TMuonGlobalParams_PUBLIC::Node.type_, FastTimeParametersESModule.type_, CutBasedElectronID.type_, L1TMuonGlobalParams::Node.type_, OpticalAlignMeasurementInfo.type_, L1TMuonBarrelParams::Node.type_, ProcessCallGraph::NodeType.type_, edm::eventsetup::ComponentDescription.type_, HcalSiPMCharacteristics::PrecisionItem.type_, HcalSiPMParameter.type_, l1t::CaloParams::Node.type_, omtf::RpcDataWord64.type_, omtf::RpcDataWord64::.type_, StringCutObjectSelector< T, DefaultLazyness >.type_, StringObjectFunction< T, DefaultLazyness >.type_, MuonRefProducer.type_, omtf::MuonDataWord64.type_, omtf::MuonDataWord64::.type_, TauDQMHistPlotter::cfgEntryProcess.type_, reco::TrackingRecHitInfo.type_, pftools::ParticleFiltrationDecision.type_, pos::PixelTKFECParameters.type_, pat::TriggerFilter.type_, NoProductErrorThrower.type_, l1t::BlockHeader.type_, pat::TriggerCondition.type_, omtf::DtDataWord64.type_, omtf::DtDataWord64::.type_, FastTimeGeometryESProducer.type_, MultShiftMETcorrInputProducer.type_, l1t::CaloSpare.type_, FastTimeTopologyBuilder.type_, GlobalVariablesTableProducer::Variable.type_, edm::ParentContext.type_, edm::ConsumesInfo.type_, pat::helper::AnyNumberAssociationAdaptor.type_, omtf::CscDataWord64.type_, DQMHcalIsoTrackAlCaReco.type_, omtf::CscDataWord64::.type_, DBReader.type_, GsfElectronDataAnalyzer.type_, edm::ParameterWildcardBase.type_, NoBranchErrorThrower.type_, edm::eventsetup::EventSetupRecordKey.type_, l1t::EtSum.type_, SimpleFlatTableProducerBase< T, TProd >::VariableBase.type_, L1TUtmCondition.type_, edm::AllowedLabelsDescriptionBase.type_, reco::PUSubMETCandInfo.type_, fwlite::internal::DataKey.type_, L1TUtmScale.type_, pftools::CandidateWrapper.type_, BinomialInterval.type_, FastTimerSD.type_, ScoutingMuon.type_, edm::eventsetup::DataKey.type_, l1extra::L1EmParticle.type_, OpticalAlignInfo.type_, l1extra::L1JetParticle.type_, Json::Reader::Token.type_, edm::PileUp.type_, PFBlockLink.type_, pat::JetCorrFactorsProducer.type_, L1TUtmObject.type_, Entry.type_, pos::PixelPortCardConfig.type_, edm::ParameterDescriptionBase.type_, FastTimeTopology.type_, edm::Handle< GenericObject >.type_, BeamSpotObjects.type_, L1GctInternHFData.type_, l1extra::L1EtMissParticle.type_, edm::Handle< FWGenericObject >.type_, CandMCMatchTableProducer.type_, funct::RootIntegrator.type_, reco::PFBlockElement.type_, CSCCorrelatedLCTDigi.type_, L1GctInternHtMiss.type_, reco::BeamSpot.type_, L1GctInternEtSum.type_, L1GctInternJetData.type_, TrackerDpgAnalysis.type_, SiStripConfigDb::Run.type_, ConfigurableHisto.type_, reco::Muon.type_, Mixins._TypedParameterizable.type_(), GsfElectronFakeAnalyzer.type_, Json::Value.type_, edm::IndexIntoFile::IndexIntoFileItrImpl.type_, and Config.SubProcess.type_().

37  def moduleLabel_(self,myname):
38  result = myname
39  if self.type_() == myname:
40  result = ""
41  return result
def moduleLabel_(self, myname)
Definition: Modules.py:37
def Modules.ESSource.nameInProcessDesc_ (   self,
  myname 
)

Definition at line 42 of file Modules.py.

References FWJobMetadataManager::Data.moduleLabel_, PFMatchedCandidateRefExtractor.moduleLabel_, edm::ModuleLabelMatch.moduleLabel_, GBRForestWriter.moduleLabel_, MuonMETcorrInputProducer.moduleLabel_, edm::BranchKey.moduleLabel_, SysShiftMETcorrInputProducer.moduleLabel_, ShiftedJetProducerByMatchedObjectT< T >.moduleLabel_, Type0PFMETcorrInputProducer.moduleLabel_, PFCandMETcorrInputProducer.moduleLabel_, NoPileUpPFMEtProducer.moduleLabel_, RecoTauJetRegionProducer.moduleLabel_, PFchsMETcorrInputProducer.moduleLabel_, RecoTauDiscriminantCutMultiplexer.moduleLabel_, ShiftedPFCandidateProducerForPFMVAMEt.moduleLabel_, PATTauDiscriminantCutMultiplexer.moduleLabel_, MultShiftMETcorrInputProducer.moduleLabel_, MultShiftMETcorrDBInputProducer.moduleLabel_, ShiftedParticleProducer.moduleLabel_, NoPileUpPFMEtDataProducer.moduleLabel_, ShiftedPFCandidateProducerForPFNoPUMEt.moduleLabel_, BoostedTauSeedsProducer.moduleLabel_, PATTauDiscriminationAgainstElectronMVA6.moduleLabel_, SubjetFilterAlgorithm.moduleLabel_, PFRecoTauDiscriminationAgainstElectronMVA6.moduleLabel_, pat::TauJetCorrFactorsProducer.moduleLabel_, PFRecoTauDiscriminationAgainstElectronMVA5.moduleLabel_, ObjectViewMatcher< T1, T2 >.moduleLabel_, ObjectViewCleaner< T >.moduleLabel_, PFRecoTauChargedHadronProducer.moduleLabel_, PFRecoTauDiscriminationAgainstMuon2.moduleLabel_, JetIdSelector< T >.moduleLabel_, edm::ProductSelectorRules::Rule.moduleLabel_, TauTagValidation.moduleLabel_, MinMETProducerT< T >.moduleLabel_, edm::ModuleDescription.moduleLabel_, TauDiscriminationProducerBase< TauType, TauDiscriminator >.moduleLabel_, ShiftedParticleProducerT< T >.moduleLabel_, PFRecoTauDiscriminationAgainstMuonMVA.moduleLabel_, HLTMuonMatchAndPlot.moduleLabel_, CorrectedMETProducerT< T >.moduleLabel_, PFRecoTauDiscriminationByIsolationMVA2.moduleLabel_, PFRecoTauDiscriminationByMVAIsolationRun2.moduleLabel_, PATTauDiscriminationByMVAIsolationRun2.moduleLabel_, PFRecoTauDiscriminationAgainstElectronDeadECAL.moduleLabel_, VirtualJetProducer.moduleLabel_, ShiftedJetProducerT< T, Textractor >.moduleLabel_, edm::BranchDescription.moduleLabel_, edm::PoolOutputModule.moduleLabel_, JetCleanerForType1METT< T, Textractor >.moduleLabel_, CaloJetMETcorrInputProducerT< T, Textractor >.moduleLabel_, PFRecoTauDiscriminationByIsolation.moduleLabel_, PFJetMETcorrInputProducerT< T, Textractor >.moduleLabel_, edm::ProductResolverIndexHelper::Item.moduleLabel_, Mixins._TypedParameterizable.moduleLabel_(), MuonTypeByOrCut.type_, edm::ObjectWithDict.type_, L1TMuonOverlapParams::Node.type_, FWJobMetadataManager::Data.type_, reco::MuonMETCorrectionData.type_, L1TTwinMuxParams::Node.type_, L1TMuonGlobalParams_PUBLIC::Node.type_, FastTimeParametersESModule.type_, CutBasedElectronID.type_, L1TMuonGlobalParams::Node.type_, OpticalAlignMeasurementInfo.type_, L1TMuonBarrelParams::Node.type_, ProcessCallGraph::NodeType.type_, edm::eventsetup::ComponentDescription.type_, HcalSiPMParameter.type_, HcalSiPMCharacteristics::PrecisionItem.type_, l1t::CaloParams::Node.type_, omtf::RpcDataWord64.type_, omtf::RpcDataWord64::.type_, StringCutObjectSelector< T, DefaultLazyness >.type_, StringObjectFunction< T, DefaultLazyness >.type_, MuonRefProducer.type_, omtf::MuonDataWord64.type_, omtf::MuonDataWord64::.type_, TauDQMHistPlotter::cfgEntryProcess.type_, reco::TrackingRecHitInfo.type_, pftools::ParticleFiltrationDecision.type_, pos::PixelTKFECParameters.type_, pat::TriggerFilter.type_, NoProductErrorThrower.type_, l1t::BlockHeader.type_, pat::TriggerCondition.type_, omtf::DtDataWord64.type_, omtf::DtDataWord64::.type_, MultShiftMETcorrInputProducer.type_, FastTimeGeometryESProducer.type_, l1t::CaloSpare.type_, FastTimeTopologyBuilder.type_, GlobalVariablesTableProducer::Variable.type_, edm::ParentContext.type_, edm::ConsumesInfo.type_, pat::helper::AnyNumberAssociationAdaptor.type_, omtf::CscDataWord64.type_, DQMHcalIsoTrackAlCaReco.type_, omtf::CscDataWord64::.type_, DBReader.type_, GsfElectronDataAnalyzer.type_, edm::ParameterWildcardBase.type_, NoBranchErrorThrower.type_, edm::eventsetup::EventSetupRecordKey.type_, l1t::EtSum.type_, edm::AllowedLabelsDescriptionBase.type_, SimpleFlatTableProducerBase< T, TProd >::VariableBase.type_, L1TUtmCondition.type_, fwlite::internal::DataKey.type_, reco::PUSubMETCandInfo.type_, L1TUtmScale.type_, pftools::CandidateWrapper.type_, BinomialInterval.type_, FastTimerSD.type_, ScoutingMuon.type_, edm::eventsetup::DataKey.type_, l1extra::L1EmParticle.type_, OpticalAlignInfo.type_, l1extra::L1JetParticle.type_, Json::Reader::Token.type_, edm::PileUp.type_, PFBlockLink.type_, pat::JetCorrFactorsProducer.type_, L1TUtmObject.type_, Entry.type_, pos::PixelPortCardConfig.type_, edm::ParameterDescriptionBase.type_, FastTimeTopology.type_, edm::Handle< GenericObject >.type_, BeamSpotObjects.type_, L1GctInternHFData.type_, l1extra::L1EtMissParticle.type_, edm::Handle< FWGenericObject >.type_, CandMCMatchTableProducer.type_, funct::RootIntegrator.type_, reco::PFBlockElement.type_, CSCCorrelatedLCTDigi.type_, L1GctInternHtMiss.type_, reco::BeamSpot.type_, L1GctInternEtSum.type_, L1GctInternJetData.type_, TrackerDpgAnalysis.type_, SiStripConfigDb::Run.type_, ConfigurableHisto.type_, reco::Muon.type_, Mixins._TypedParameterizable.type_(), GsfElectronFakeAnalyzer.type_, Json::Value.type_, edm::IndexIntoFile::IndexIntoFileItrImpl.type_, and Config.SubProcess.type_().

Referenced by Types.EDAlias.insertInto().

42  def nameInProcessDesc_(self, myname):
43  result = self.type_() + "@" + self.moduleLabel_(myname)
44  return result
def moduleLabel_(self, myname)
Definition: Mixins.py:436
def nameInProcessDesc_(self, myname)
Definition: Modules.py:42