|
||||
File indexing completed on 2024-04-06 12:08:01
0001 import FWCore.ParameterSet.Config as cms 0002 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer 0003 CentralitypADQM = DQMEDAnalyzer('CentralitypADQM', 0004 centralitycollection = cms.InputTag("pACentrality"), 0005 vertexcollection = cms.InputTag("offlinePrimaryVertices") 0006 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |