Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
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
)