CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AlCaRecoTriggerBitsRcdRead_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 AlCaRecoTriggerBitsRcdRead = cms.EDAnalyzer(
4  "AlCaRecoTriggerBitsRcdRead",
5  outputType = cms.untracked.string("twiki"), # or text, python (future: html?)
6  # if empty, use message logger, else add suffix according to outputType:
7  rawFileName = cms.untracked.string("")
8  )