CMS 3D CMS Logo

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

Variables

tuple exoticaHSCPOutputModule
 
tuple SpecifiedEvenetContent
 

Variable Documentation

tuple EXOHSCP_EventContent_cfi.exoticaHSCPOutputModule
Initial value:
1 = cms.OutputModule("PoolOutputModule",
2  outputCommands = cms.untracked.vstring(),
3  SelectEvents = cms.untracked.PSet(
4  SelectEvents = cms.vstring("exoticaHSCPSkimPath") #the selector name must be same as the path name in EXOHSCP_cfg.py in test directory.
5  ),
6  dataset = cms.untracked.PSet(
7  filterName = cms.untracked.string('EXOHSCP'), #name a name you like.
8  dataTier = cms.untracked.string('EXOGroup')
9  ),
10  fileName = cms.untracked.string('exoticahscptest.root') # can be modified later in EXOHSCP_cfg.py in test directory.
11 )

Definition at line 4 of file EXOHSCP_EventContent_cfi.py.

tuple EXOHSCP_EventContent_cfi.SpecifiedEvenetContent

Definition at line 21 of file EXOHSCP_EventContent_cfi.py.