CMS 3D CMS Logo

iguana-application.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from FWCore.MessageLogger.MessageLogger_cfi import *
00004 VisConfigurationService = cms.Service("VisConfigurationService",
00005     EnabledTwigs = cms.untracked.vstring('/Objects/CMS Event and Detector/Reco Detector/DTs/Wheel 0', 
00006         '/Objects/CMS Event and Detector/Muon DT Event/DT 4DSegment'),
00007     VisAutoStart = cms.untracked.bool(False),
00008     Views = cms.untracked.vstring('3D Window'),
00009     ContentProxies = cms.untracked.vstring('Framework/EventSetup', 
00010         'Reco/MuonDT', 
00011         'Reco/MuonCSC', 
00012         'Reco/MuonRPC', 
00013         'Reco/Ecal', 
00014         'Reco/Hcal', 
00015         'Reco/Tracker', 
00016         'Reco/Muon', 
00017         'Reco/Jets', 
00018         'Simulation/Data Formats', 
00019         'Simulation/Hits'),
00020     VisLegoScale = cms.untracked.double(2.0),
00021     VisCaloAnnotation = cms.untracked.bool(False),
00022     VisExceptionMessage = cms.untracked.string('none'),
00023     VisCaloEnergyScale = cms.untracked.double(1.0),
00024     VisEventTimer = cms.untracked.uint32(30000),
00025     VisEnergyCut = cms.untracked.double(1.0)
00026 )

Generated on Tue Jun 9 17:49:47 2009 for CMSSW by  doxygen 1.5.4