CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
EXOTriLepton_EventContent_cfi Namespace Reference

Variables

tuple exoticaTriLeptonOutputModule
 
tuple SpecifiedEvenetContent
 

Variable Documentation

tuple EXOTriLepton_EventContent_cfi.exoticaTriLeptonOutputModule
Initial value:
1 = cms.OutputModule("PoolOutputModule",
2  outputCommands = cms.untracked.vstring(),
3  SelectEvents = cms.untracked.PSet(
4  SelectEvents = cms.vstring("exoticaTriMuonSkimPath","exoticaTriElectronSkimPath","exotica1E2MuSkimPath","exotica2E1MuSkimPath")
5 #the selector name must be same as the path name in EXOTriLepton_cfg.py in test directory.
6  ),
7  dataset = cms.untracked.PSet(
8  filterName = cms.untracked.string('EXOTriLepton'), #name a name you like.
9  dataTier = cms.untracked.string('EXOGroup')
10  ),
11  fileName = cms.untracked.string('exoticatrileptontest.root') # can be modified later in EXOTriLepton_cfg.py in test directory.
12  )

Definition at line 5 of file EXOTriLepton_EventContent_cfi.py.

tuple EXOTriLepton_EventContent_cfi.SpecifiedEvenetContent
Initial value:
1 = cms.PSet(
2  outputCommands = cms.untracked.vstring(
3  "keep *_exotica*_*_*",
4  )
5  )

Definition at line 23 of file EXOTriLepton_EventContent_cfi.py.