/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DQM/TrackingMonitor/python/TrackingMonitorSeed_cfi.py
33 строки
1016 B
claralasa
Drop type specification in clone function
25 сен 2021, 21:50
25 сен 2021, 21:50
0dea6cd
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from DQM.TrackingMonitor.TrackingMonitor_cfi import * TrackMonSeed = TrackMon.clone( MeasurementState = 'ImpactPoint', FolderName = 'Tracking/TrackParameters', BSFolderName = 'Tracking/TrackParameters/BeamSpotParameters', AlgoName = 'Seed', #doGoodTrackPlots = False, doTrackerSpecific = False, doAllPlots = False, doHitPropertiesPlots = False, doGeneralPropertiesPlots = False, doBeamSpotPlots = False, doSeedParameterHistos = False, doLumiAnalysis = False, doMeasurementStatePlots = False, doRecHitsPerTrackProfile = False, doRecHitVsPhiVsEtaPerTrack = False, #doGoodTrackRecHitVsPhiVsEtaPerTrack = False, # # plot on Seed (total number, pt, seed # vs cluster) # doSeedNumberHisto = True, doSeedLumiAnalysis = True, doSeedVsClusterHisto = True, doSeedPTHisto = True, doSeedETAHisto = True, doSeedPHIHisto = True, doSeedPHIVsETAHisto = True, doStopSource = True )