ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/DTDPGAnalysis/python/DTTTreGenerator_cfi.py
(Generate patch)

Comparing UserCode/DTDPGAnalysis/python/DTTTreGenerator_cfi.py (file contents):
Revision 1.4 by guiducci, Wed Apr 18 12:47:02 2012 UTC vs.
Revision 1.5 by guiducci, Mon May 28 14:29:07 2012 UTC

# Line 11 | Line 11 | myDTNtuple = cms.EDAnalyzer('TTreeGenera
11                                staMuLabel     = cms.InputTag("muons"),
12                                gmtLabel     = cms.InputTag("gtDigis"),
13                                gtLabel      = cms.InputTag("gtDigis"),
14 +                              rpcRecHitLabel = cms.InputTag("rpcRecHits"),
15                                dtDigiSize = cms.int32(300),
16                                dtSegmentSize = cms.int32(50),
17                                cscSegmentSize = cms.int32(50),
# Line 21 | Line 22 | myDTNtuple = cms.EDAnalyzer('TTreeGenera
22                                dtTrigDDUSize = cms.int32(50),
23                                gmtSize       = cms.int32(50),
24                                STAMuSize     = cms.int32(20),
25 +                              rpcRecHitSize = cms.int32(300),
26                                PrimaryVertexTag = cms.InputTag("offlinePrimaryVertices"),
27                                TriggerTag = cms.InputTag("TriggerResults::HLT"),
28                                beamSpotTag = cms.InputTag("offlineBeamSpot"),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines