Skip to content

Commit

Permalink
same as revision 1.12, but with changed TrackProducer input tag of Mu…
Browse files Browse the repository at this point in the history
…AlCalIsolatedMu

from ALCARECOMuAlCalIsolatedMu:StandAlone to ALCARECOMuAlCalIsolatedMu:GlobalMuon
  • Loading branch information
Andreas Mussgiller committed Aug 9, 2010
1 parent 954be9a commit 2543378
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions DQMOffline/Alignment/python/ALCARECOMuAlDQM_cff.py
Expand Up @@ -8,42 +8,6 @@

#Below all DQM modules for MuonAlignment AlCaRecos are instantiated.

##########################################################
############## MuAlStandAloneCosmics #####################
##########################################################
ALCARECOMuAlStandAloneCosmicsTrackingDQM = _TrackMon.TrackMon.clone(
#names & designations
TrackProducer = 'ALCARECOMuAlStandAloneCosmics',
AlgoName = 'ALCARECOMuAlStandAloneCosmics',
FolderName = 'AlCaReco/MuAlStandAloneCosmics',
BSFolderName = "AlCaReco/MuAlStandAloneCosmics/BeamSpot",
MeasurementState = "default",
doSeedParameterHistos = False,
#sizes
TkSizeBin = 5,
TkSizeMin = 0,
TkSizeMax = 5,
TrackPtBin = 100,
TrackPtMin = 0,
TrackPtMax = 100
)

ALCARECOMuAlStandAloneCosmicsMuAlDQM = _MuonAl.muonAlignment.clone(
doSummary = True,
FolderName ='AlCaReco/MuAlStandAloneCosmics',
MuonCollection = 'ALCARECOMuAlStandAloneCosmics'
)

from Alignment.CommonAlignmentProducer.ALCARECOMuAlStandAloneCosmics_cff import ALCARECOMuAlStandAloneCosmicsHLT
ALCARECOMuAlStandAloneCosmicsHLTDQM = hltMonBitSummary.clone(
directory = "AlCaReco/MuAlStandAloneCosmics/HLTSummary",
histLabel = "MuAlStandAloneCosmics",
HLTPaths = ["HLT_.*Mu.*"],
eventSetupPathsKey = ALCARECOMuAlStandAloneCosmicsHLT.eventSetupPathsKey.value()
)

ALCARECOMuAlStandAloneCosmicsDQM = cms.Sequence( ALCARECOMuAlStandAloneCosmicsTrackingDQM + ALCARECOMuAlStandAloneCosmicsMuAlDQM + ALCARECOMuAlStandAloneCosmicsHLTDQM)

##########################################################
#MuAlGlobalCosmicsInCollisions
##########################################################
Expand Down

0 comments on commit 2543378

Please sign in to comment.