CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskTechTrig_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # trigger mask: block the corresponding technical trigger if bit value is 1 
00004 # for the respective DAQ partition
00005 
00006 
00007 
00008 l1GtTriggerMaskTechTrig = cms.ESProducer("L1GtTriggerMaskTechTrigTrivialProducer",
00009     TriggerMask = cms.vuint32(           
00010            0x00,
00011            0x00,
00012            0x00,
00013            0x00,
00014            0x00,
00015            0x00,
00016            0x00,
00017            0x00,
00018            0x00,
00019            0x00,
00020            0x00,
00021            0x00,
00022            0x00,
00023            0x00,
00024            0x00,
00025            0x00,
00026            0x00,
00027            0x00,
00028            0x00,
00029            0x00,
00030            0x00,
00031            0x00,
00032            0x00,
00033            0x00,
00034            0x00,
00035            0x00,
00036            0x00,
00037            0x00,
00038            0x00,
00039            0x00,
00040            0x00,
00041            0x00,
00042            0x00,
00043            0x00,
00044            0x00,
00045            0x00,
00046            0x00,
00047            0x00,
00048            0x00,
00049            0x00,
00050            0x00,
00051            0x00,
00052            0x00,
00053            0x00,
00054            0x00,
00055            0x00,
00056            0x00,
00057            0x00,
00058            0x00,
00059            0x00,
00060            0x00,
00061            0x00,
00062            0x00,
00063            0x00,
00064            0x00,
00065            0x00,
00066            0x00,
00067            0x00,
00068            0x00,
00069            0x00,
00070            0x00,
00071            0x00,
00072            0x00,
00073            0x00
00074            )
00075 )
00076 
00077