CMS 3D CMS Logo

Functions | Variables
l1trig_cff Namespace Reference

Functions

def nanoL1TrigObjCustomize (process)
 
def nanoL1TrigObjCustomizeFull (process)
 
def setL1NanoToReduced (process)
 

Variables

 bool
 
 cut
 
 doc
 
 eta
 
 etaAtVtx
 
 etSumType
 
 extension
 
 float
 
 footprintEt
 
 hasEM
 
 hwCharge
 
 hwChargeValid
 
 hwDEtaExtra
 
 hwDPhiExtra
 
 hwDXY
 
 hwEta
 
 hwEtaAtVtx
 
 hwIso
 
 hwIsoSum
 
 hwPhi
 
 hwPhiAtVtx
 
 hwPt
 
 hwPtUnconstrained
 
 hwQual
 
 hwRank
 
 hwTag
 
 int
 
 isMerged
 
 isoEt
 
 l1_float_precision_
 
 l1CaloObjVars
 
 l1EGReducedVars
 
 l1EGTable
 
 l1EtSumReducedVars
 
 l1EtSumTable
 
 l1JetReducedVars
 
 l1JetTable
 
 l1MuonReducedVars
 
 l1MuTable
 
 l1ObjVars
 
 l1P3Vars
 
 l1PtVars
 
 l1TablesTask
 
 l1TauReducedVars
 
 l1TauTable
 
 maxBX
 
 minBX
 
 name
 
 nTT
 
 phi
 
 phiAtVtx
 
 precision
 
 pt
 
 ptUnconstrained
 
 puDonutEt0
 
 puDonutEt1
 
 puDonutEt2
 
 puDonutEt3
 
 puEt
 
 rawEt
 
 seedEt
 
 shape
 
 src
 
 tfMuonIndex
 
 towerHoE
 
 towerIEta
 
 towerIPhi
 
 variables
 

Function Documentation

◆ nanoL1TrigObjCustomize()

def l1trig_cff.nanoL1TrigObjCustomize (   process)

Definition at line 181 of file l1trig_cff.py.

References setL1NanoToReduced().

181 def nanoL1TrigObjCustomize(process):
182  process.load("PhysicsTools.NanoAOD.l1trig_cff")
183  process.nanoTableTaskCommon.add(process.l1TablesTask)
184  process = setL1NanoToReduced(process)
185  return process
186 
def nanoL1TrigObjCustomize(process)
Definition: l1trig_cff.py:181
def setL1NanoToReduced(process)
Definition: l1trig_cff.py:159

◆ nanoL1TrigObjCustomizeFull()

def l1trig_cff.nanoL1TrigObjCustomizeFull (   process)

Definition at line 187 of file l1trig_cff.py.

187 def nanoL1TrigObjCustomizeFull(process):
188  process.load("PhysicsTools.NanoAOD.l1trig_cff")
189  process.nanoTableTaskCommon.add(process.l1TablesTask)
190  return process
191 
def nanoL1TrigObjCustomizeFull(process)
Definition: l1trig_cff.py:187

◆ setL1NanoToReduced()

def l1trig_cff.setL1NanoToReduced (   process)
sets the L1 objects only have reduced information which is necessary 
for central nano

Definition at line 159 of file l1trig_cff.py.

Referenced by nanoL1TrigObjCustomize().

159 def setL1NanoToReduced(process):
160  """
161  sets the L1 objects only have reduced information which is necessary
162  for central nano
163  """
164  #reduce the variables to the core variables
165  #note et sum variables are already reduced
166  process.l1EGTable.variables = cms.PSet(l1EGReducedVars)
167  process.l1MuTable.variables = cms.PSet(l1MuonReducedVars)
168  process.l1JetTable.variables = cms.PSet(l1JetReducedVars)
169  process.l1TauTable.variables = cms.PSet(l1TauReducedVars)
170  process.l1EtSumTable.variables = cms.PSet(l1EtSumReducedVars)
171 
172  #apply cuts
173  process.l1EGTable.cut="pt>=10"
174  process.l1TauTable.cut="pt>=24"
175  process.l1JetTable.cut="pt>=30"
176  process.l1MuTable.cut="pt>=3 && hwQual>=8"
177  process.l1EtSumTable.cut="(getType==8 || getType==1 || getType==2 || getType==3)"
178 
179  return process
180 
def setL1NanoToReduced(process)
Definition: l1trig_cff.py:159

Variable Documentation

◆ bool

l1trig_cff.bool

Definition at line 118 of file l1trig_cff.py.

◆ cut

l1trig_cff.cut

Definition at line 63 of file l1trig_cff.py.

◆ doc

l1trig_cff.doc

Definition at line 18 of file l1trig_cff.py.

◆ eta

l1trig_cff.eta

Definition at line 13 of file l1trig_cff.py.

◆ etaAtVtx

◆ etSumType

l1trig_cff.etSumType

Definition at line 37 of file l1trig_cff.py.

◆ extension

l1trig_cff.extension

Definition at line 66 of file l1trig_cff.py.

◆ float

l1trig_cff.float

Definition at line 8 of file l1trig_cff.py.

◆ footprintEt

l1trig_cff.footprintEt

Definition at line 150 of file l1trig_cff.py.

◆ hasEM

◆ hwCharge

◆ hwChargeValid

l1trig_cff.hwChargeValid

◆ hwDEtaExtra

l1trig_cff.hwDEtaExtra

Definition at line 78 of file l1trig_cff.py.

◆ hwDPhiExtra

l1trig_cff.hwDPhiExtra

Definition at line 77 of file l1trig_cff.py.

◆ hwDXY

l1trig_cff.hwDXY

Definition at line 56 of file l1trig_cff.py.

◆ hwEta

◆ hwEtaAtVtx

◆ hwIso

◆ hwIsoSum

l1trig_cff.hwIsoSum

Definition at line 76 of file l1trig_cff.py.

◆ hwPhi

◆ hwPhiAtVtx

◆ hwPt

◆ hwPtUnconstrained

◆ hwQual

◆ hwRank

l1trig_cff.hwRank

Definition at line 79 of file l1trig_cff.py.

◆ hwTag

l1trig_cff.hwTag

Definition at line 71 of file l1trig_cff.py.

◆ int

l1trig_cff.int

Definition at line 37 of file l1trig_cff.py.

◆ isMerged

◆ isoEt

l1trig_cff.isoEt

Definition at line 116 of file l1trig_cff.py.

◆ l1_float_precision_

l1trig_cff.l1_float_precision_

Definition at line 5 of file l1trig_cff.py.

◆ l1CaloObjVars

l1trig_cff.l1CaloObjVars

Definition at line 25 of file l1trig_cff.py.

◆ l1EGReducedVars

l1trig_cff.l1EGReducedVars

Definition at line 39 of file l1trig_cff.py.

◆ l1EGTable

l1trig_cff.l1EGTable

Definition at line 139 of file l1trig_cff.py.

◆ l1EtSumReducedVars

l1trig_cff.l1EtSumReducedVars

Definition at line 35 of file l1trig_cff.py.

◆ l1EtSumTable

l1trig_cff.l1EtSumTable

Definition at line 124 of file l1trig_cff.py.

◆ l1JetReducedVars

l1trig_cff.l1JetReducedVars

Definition at line 31 of file l1trig_cff.py.

◆ l1JetTable

l1trig_cff.l1JetTable

Definition at line 87 of file l1trig_cff.py.

◆ l1MuonReducedVars

l1trig_cff.l1MuonReducedVars

Definition at line 49 of file l1trig_cff.py.

◆ l1MuTable

l1trig_cff.l1MuTable

Definition at line 59 of file l1trig_cff.py.

◆ l1ObjVars

l1trig_cff.l1ObjVars

Definition at line 16 of file l1trig_cff.py.

◆ l1P3Vars

l1trig_cff.l1P3Vars

Definition at line 11 of file l1trig_cff.py.

◆ l1PtVars

l1trig_cff.l1PtVars

Definition at line 7 of file l1trig_cff.py.

◆ l1TablesTask

l1trig_cff.l1TablesTask

Definition at line 157 of file l1trig_cff.py.

◆ l1TauReducedVars

l1trig_cff.l1TauReducedVars

Definition at line 44 of file l1trig_cff.py.

◆ l1TauTable

l1trig_cff.l1TauTable

Definition at line 106 of file l1trig_cff.py.

◆ maxBX

l1trig_cff.maxBX

Definition at line 62 of file l1trig_cff.py.

◆ minBX

l1trig_cff.minBX

Definition at line 61 of file l1trig_cff.py.

◆ name

l1trig_cff.name

Definition at line 64 of file l1trig_cff.py.

◆ nTT

l1trig_cff.nTT

◆ phi

l1trig_cff.phi

Definition at line 9 of file l1trig_cff.py.

◆ phiAtVtx

◆ precision

l1trig_cff.precision

Definition at line 8 of file l1trig_cff.py.

◆ pt

l1trig_cff.pt

Definition at line 8 of file l1trig_cff.py.

◆ ptUnconstrained

l1trig_cff.ptUnconstrained

Definition at line 55 of file l1trig_cff.py.

Referenced by l1t::GenToInputProducer.produce().

◆ puDonutEt0

l1trig_cff.puDonutEt0

Definition at line 99 of file l1trig_cff.py.

◆ puDonutEt1

l1trig_cff.puDonutEt1

Definition at line 100 of file l1trig_cff.py.

◆ puDonutEt2

l1trig_cff.puDonutEt2

Definition at line 101 of file l1trig_cff.py.

◆ puDonutEt3

l1trig_cff.puDonutEt3

Definition at line 102 of file l1trig_cff.py.

◆ puEt

l1trig_cff.puEt

Definition at line 98 of file l1trig_cff.py.

Referenced by l1t::Stage2Layer2JetAlgorithmFirmwareImp1.create().

◆ rawEt

l1trig_cff.rawEt

◆ seedEt

l1trig_cff.seedEt

Definition at line 97 of file l1trig_cff.py.

◆ shape

l1trig_cff.shape

Definition at line 152 of file l1trig_cff.py.

Referenced by edm::DataMixingHcalDigiWorker.addHcalPileups(), edm::DataMixingHcalDigiWorker.addHcalSignals(), FWConvTrackHitsDetailView.addModules(), FWTrackHitsDetailView.addModules(), PrintGeomSummary.addName(), cms::DDNamespace.addSolidNS(), HPDIonFeedbackSim.addThermalNoise(), PrintGeomSolids.analyze(), CastorPedestalsAnalysis.analyze(), TrackerDpgAnalysis.analyze(), npstat::ArrayNDScanner.ArrayNDScanner(), OutputDD4hepToDDL.beginRun(), FWME0SegmentProxyBuilder.build(), FWPhase2TrackerCluster1DDetProxyBuilder.build(), FWSiPixelClusterDetProxyBuilder.build(), FWSiStripClusterProxyBuilder.build(), FWTracksModulesProxyBuilder.build(), FWCSCStripDigiProxyBuilder.build(), FWSecVertexProxyBuilder.build(), FWCSCSegmentProxyBuilder.build(), FWCSCWireDigiProxyBuilder.build(), FWPhase2TrackerCluster1DProxyBuilder.build(), FWSecVertexCandidateProxyBuilder.build(), FWTauProxyBuilderBase.buildBaseTau(), TrackerShapeToBounds.buildBounds(), FWME0RecHitProxyBuilder.buildViewType(), FWGEMSegmentProxyBuilder.buildViewType(), FWRPCRecHitProxyBuilder.buildViewType(), FWGEMRecHitProxyBuilder.buildViewType(), FWDTSegmentProxyBuilder.buildViewType(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1.calibratedPt(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1.calibrationLutIndex(), CSCTMBHeader2006.CLCTDigis(), clone(), DTGeometryValidate.compareShape(), GEMGeometryValidate.compareShape(), RPCGeometryValidate.compareShape(), ME0GeometryValidate.compareShape(), CSCGeometryValidate.compareShape(), ValidateGeometry.compareShape(), EcalDccWeightBuilder.computeWeights(), EcalTPGParamBuilder.computeWeights(), HcalDbService.convertPedestals(), HcalDbService.convertPedestalWidths(), HFRecoEcalCandidateAlgo.correctEPosition(), FWTGeoRecoGeometryESProducer.createShape(), DeepMETProducer.DeepMETProducer(), ticl::PatternRecognitionbyCLUE3D< TILES >.energyRegressionAndID(), ticl::PatternRecognitionbyCA< TILES >.energyRegressionAndID(), ticl::PatternRecognitionbyFastJet< TILES >.energyRegressionAndID(), TracksterLinksProducer.energyRegressionAndID(), TrackstersMergeProducer.energyRegressionAndID(), HcalDataFrameFilter_impl.energySum< QIE11DataFrame >(), reco::HcalNoiseInfoProducer.filldigis(), GlobalDigisProducer.fillHCal(), GlobalDigisAnalyzer.fillHCal(), L1NNCaloTauEmulator.floatShape(), HcalPulseContainmentManager.get(), get_name(), get_shape(), get_title(), get_transform(), HcalFeatureHFEMBit.getE(), CastorTTRecord.getEnergy_fC(), FWGeometry.getEveShape(), FWGeometry.getHGCScintillatorEveShape(), FWGeometry.getHGCSiliconEveShape(), getLinearizedADC(), reco::castor.getLinearizedADC(), fireworks.getShape(), HcalPulseContainmentCorrection.HcalPulseContainmentCorrection(), HcalShapeIntegrator.HcalShapeIntegrator(), npstat::HistoND< Numeric, Axis >.HistoND(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1.idShape(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1.idShapeLutIndex(), PulseFitWithShape.init(), npstat::ArrayNDScanner.initialize(), FWGeometry.initMap(), is_leaf_node(), npstat::ArrayND< Numeric >.isCompatible(), load_dddefinition(), hcaldqm::utilities.loadADC2fCDB(), FWGeometry.loadMap(), main(), CaloHitResponse.makeAnalogSignal(), CastorDbService.makeCastorCalibration(), CastorDbService.makeCastorCalibrationWidth(), FWRPZViewGeometry.makeMuonGeometryRhoPhi(), FWRPZViewGeometry.makeMuonGeometryRhoZ(), FWRPZViewGeometry.makeShape(), HcalSiPMHitResponse.makeSiPMSignal(), npstat::ArrayND< Numeric >.multiMirror(), FWGeoTopNode.paintShape(), CastorPedestalAnalysis.per2CapsHists(), HcalPedestalAnalysis.per2CapsHists(), fireworks.phase2PixelLocalX(), fireworks.phase2PixelLocalY(), placeAssembly(), PrintGeomSummary.printSummary(), HcalSimpleReconstructor.process(), CastorSimpleReconstructor.produce(), ZdcSimpleReconstructor.produce(), ZdcHitReconstructor.produce(), ZdcHitReconstructor_Run3.produce(), HcalHitReconstructor.produce(), HcalChannelPropertiesEP.produce2(), edm::DataMixingHcalDigiWorker.putHcal(), HcalDigisValidation.reco(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1.returnShape(), ecaldqm::TestPulseWriter.run(), reco::L2TauIsolationInfo.setEcalClusterShape(), reco::L2TauIsolationInfo.setHcalClusterShape(), FWRPZViewGeometry.showGEM(), FW3DViewGeometry.showHGCalEE(), FW3DViewGeometry.showHGCalHSc(), FW3DViewGeometry.showHGCalHSi(), FWRPZViewGeometry.showME0(), FWRPZViewGeometry.showMtdBarrel(), FW3DViewGeometry.showMtdBarrel(), FW3DViewGeometry.showMtdEndcap(), FW3DViewGeometry.showMuonBarrel(), FW3DViewGeometry.showMuonBarrelFull(), FW3DViewGeometry.showMuonEndcap(), FW3DViewGeometry.showPixelBarrel(), FWRPZViewGeometry.showPixelBarrel(), FW3DViewGeometry.showPixelEndcap(), FWRPZViewGeometry.showPixelEndcap(), FWRPZViewGeometry.showRpcEndcap(), FW3DViewGeometry.showTrackerBarrel(), FWRPZViewGeometry.showTrackerBarrel(), FW3DViewGeometry.showTrackerEndcap(), FWRPZViewGeometry.showTrackerEndcap(), DDCoreToDDXMLOutput.solid(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1.trimCluster(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1.trimmingLutIndex(), HcaluLUTTPGCoder.update(), CSCGeometryValidate.validateCSCChamberGeometry(), ValidateGeometry.validateCSChamberGeometry(), ValidateGeometry.validateCSCLayerGeometry(), DTGeometryValidate.validateDTChamberGeometry(), ValidateGeometry.validateDTChamberGeometry(), DTGeometryValidate.validateDTLayerGeometry(), ValidateGeometry.validateDTLayerGeometry(), GEMGeometryValidate.validateGEMChamberGeometry(), ME0GeometryValidate.validateME0ChamberGeometry(), ME0GeometryValidate.validateME0EtaPartitionGeometry2(), RPCGeometryValidate.validateRPCChamberGeometry(), ValidateGeometry.validateRPCGeometry(), ValidateGeometry.validateTrackerGeometry(), and npstat::ArrayND< Numeric >.write().

◆ src

l1trig_cff.src

Definition at line 60 of file l1trig_cff.py.

◆ tfMuonIndex

l1trig_cff.tfMuonIndex

Definition at line 70 of file l1trig_cff.py.

Referenced by L1TStage2uGMT.analyze(), and L1TStage2uGMT.getTfOrigin().

◆ towerHoE

l1trig_cff.towerHoE

Definition at line 153 of file l1trig_cff.py.

◆ towerIEta

l1trig_cff.towerIEta

Definition at line 27 of file l1trig_cff.py.

Referenced by l1t::CaloTools.calHwEtSum().

◆ towerIPhi

l1trig_cff.towerIPhi

Definition at line 28 of file l1trig_cff.py.

Referenced by l1t::CaloTools.calHwEtSum().

◆ variables

l1trig_cff.variables

Definition at line 67 of file l1trig_cff.py.