forked from cms-sw/cmssw
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9edc67
commit 3271636
Showing
1 changed file
with
1 addition
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1 @@ | ||
The new class GEMDigiSimLink is added. The class makes a relation between the produced GEM digis (strip and bx) and the properties of the simhits (tof, particle type, process type, ..). | ||
An example analyzer SimMuon/GEMDigitizer/test/GEMDigiSimLinkReader.cc also is added. | ||
|
||
The input file needed in SimMuon/GEMDigitizer/test/runGEMDigiSimLinkReader_cfg.py | ||
might be produced following the instructions from the GEM Simulation page: | ||
https://twiki.cern.ch/twiki/bin/view/CMS/GemSimulationsInstructionsCMSSW#Using_cmsDriver | ||
|
||
i.e | ||
To produce the file containg GEMDigiSimLinks it is enough to run | ||
cmsRun SimMuon/GEMDigitizer/test/runGEMDigiProducer_cfg.py | ||
|
||
To produce the GEMRecHits you may use: | ||
cmsRun RecoLocalMuon/GEMRecHit/test/runGEMRecHitProducer_cfg.py | ||
Introduction to CMSSW: http://cms-sw.github.io |