Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Configuration
StandardSequences
python
Digi_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#
4
# Full-scale Digitization of the simulated hits
5
# in all CMS subdets : Tracker, ECAL, HCAl, Muon's;
6
# MixingModule (at least in zero-pileup mode) needs
7
# to be included to make Digi's operational, since
8
# it's required for ECAL/HCAL & Muon's
9
# Defined in a separate fragment
10
#
11
# Tracker Digis (Pixel + SiStrips) are now made in the mixing
12
# module, so the old "trDigi" sequence has been taken out.
13
#
14
15
# Calorimetry Digis (Ecal + Hcal) - * unsuppressed *
16
# returns sequence "calDigi"
17
from
SimCalorimetry.Configuration.SimCalorimetry_cff
import
*
18
# Muon Digis (CSC + DT + RPC)
19
# returns sequence "muonDigi"
20
#
21
from
SimMuon.Configuration.SimMuon_cff
import
*
22
#
23
# TrackingParticle Producer is now part of the mixing module, so
24
# it is no longer run here.
25
#
26
from
SimGeneral.Configuration.SimGeneral_cff
import
*
27
doAllDigi = cms.Sequence(calDigi+muonDigi)
28
pdigi = cms.Sequence(cms.SequencePlaceholder(
"randomEngineStateProducer"
)*cms.SequencePlaceholder(
"mix"
)*doAllDigi*addPileupInfo)
29
pdigi_valid = cms.Sequence(pdigi)
SimMuon_cff
Config
SimCalorimetry_cff
SimGeneral_cff
Generated for CMSSW Reference Manual by
1.8.5