|
||||
File indexing completed on 2024-04-06 12:26:07
0001 import FWCore.ParameterSet.Config as cms 0002 0003 DTClusAnalyzer = cms.EDAnalyzer("DTClusAnalyzer", 0004 debug = cms.untracked.bool(True), 0005 rootFileName = cms.untracked.string('DTClusAnalyzer.root'), 0006 recClusLabel = cms.string('dt1DClusters'), 0007 recHits1DLabel = cms.string('dt1DRecHits'), 0008 recHits2DLabel = cms.string('dt2DSegments') 0009 ) 0010 0011 0012
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |