Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /L1Trigger/CSCTrackFinder/test/README.txt is written in an unsupported language. File is not indexed.

0001 
0002 #########################
0003 For Analysis of CSCTF Distributions and Efficiencies in MC:
0004 
0005 cmsRun csctfEfficiencySim_cfg.py
0006 
0007 The primary histos are on canvases in the main cscTFEfficiency folder.
0008 
0009 For analysis of CSCTF Distributions in Data:
0010 
0011 cmsRun csctfAnaData_cfg.py
0012 
0013 In Data, the useful histos are in the TrackFinder folder (kinimatic
0014 distributions), and the TFMultiplicity folder, which can give rate histograms.
0015 
0016 ##########################
0017 For Analysis of LCT/Track Stub rates per sector/subsector and 
0018 distributions in phi/eta
0019 
0020 cmsRun lctOccupancies_cfg.py
0021 
0022 For basic printouts of LCT vars:
0023 
0024 cmsRun lctPrinter_cfg.py
0025 
0026 ##########################
0027 To Make Single Muon Data for CSCTF:
0028 
0029 Run:
0030 cmsDriver.py L1Trigger/CSCTrackFinder/python/PtGun_cfi.py -s GEN,SIM,DIGI -n 10000 --conditions auto:mc --no_exec
0031 
0032 Then replace the outputCommands line with this in the OutputModule:
0033         outputCommands = cms.untracked.vstring(
0034         "keep PSimHits_g4SimHits_MuonDTHits_*",
0035         "keep PSimHits_g4SimHits_MuonCSCHits_*",
0036         "keep SimTracks_g4SimHits_*_*",
0037         "keep CSCDetIdCSCComparatorDigiMuonDigiCollection_*_*_*",
0038         "keep CSCDetIdCSCStripDigiMuonDigiCollection_*_*_*",
0039         "keep CSCDetIdCSCWireDigiMuonDigiCollection_*_*_*",
0040         "keep DTLayerIdDTDigiMuonDigiCollection_*_*_*",
0041         "keep DTLayerIdDTDigiSimLinkMuonDigiCollection_*_*_*"
0042         ),