Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
TrackPropagation
Geant4e
python
Geant4ePropagator_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# Default Geant4e propagator setup, uses Muons as particle hypotesis
4
# ParticleName can be any particle described in the Geant4 documentation
5
# http://geant4.web.cern.ch/geant4/UserDocumentation/UsersGuides/ForApplicationDeveloper/html/ch05s03.html
6
# The chargen ( e.g. mu+ or mu- ) will be added by the propagator, depending on the fitted track's charge
7
Geant4ePropagator = cms.ESProducer(
"GeantPropagatorESProducer"
,
8
ComponentName = cms.string(
"Geant4ePropagator"
),
9
PropagationDirection=cms.string(
"alongMomentum"
),
10
ParticleName=cms.string(
"mu"
)
11
)
Config
Generated for CMSSW Reference Manual by
1.8.5