Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76671
b: "refs/heads/CMSSW_7_1_X"
c: caa5ff0
h: "refs/heads/CMSSW_7_1_X"
i:
  76669: c6fba92
  76667: aa5ff69
  76663: 4e979b7
  76655: 238f6b2
  76639: 7e4a27b
  76607: ecf6f8f
  76543: 4ba77f8
v: v3
  • Loading branch information
Lars Sonnenschein committed Oct 30, 2009
1 parent deb35f9 commit c7319c4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": 1df6f32c473c1d1822fb223a2cc3c07afb153eae
"refs/heads/CMSSW_7_1_X": caa5ff04b4614f7b2655115fa4f198ca3651bd0e
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
TIFOnly_linear = cms.bool(False),
ElossScaleFactor = cms.double(1.0),
MaxPhi = cms.double(360.0),
#MaxTheta = cms.double(84.26),
MaxTheta = cms.double(89.0),
MaxTheta = cms.double(84.26),
#MaxTheta = cms.double(89.0),
MaxT0 = cms.double(12.5),
ZDistOfTarget = cms.double(15000.0),
ZCentrOfTarget = cms.double(0.0),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
TIFOnly_linear = cms.bool(False),
ElossScaleFactor = cms.double(1.0),
MaxPhi = cms.double(360.0),
#MaxTheta = cms.double(84.26),
MaxTheta = cms.double(89.0),
MaxTheta = cms.double(84.26),
#MaxTheta = cms.double(89.0),
MaxT0 = cms.double(12.5),
ZDistOfTarget = cms.double(15000.0),
ZCentrOfTarget = cms.double(0.0),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

process.maxEvents = cms.untracked.PSet(
#input = cms.untracked.int32(500)
input = cms.untracked.int32(10)
input = cms.untracked.int32(100000)
)
process.CMSCGEN_out = cms.OutputModule("PoolOutputModule",
fileName = cms.untracked.string('cosmic.root')
Expand All @@ -27,6 +27,7 @@
process.generator.MaxTheta = 89.
#process.generator.MinTheta = 91.
#process.generator.MaxTheta = 180.
#process.generator.ElossScaleFactor = 0. #default=1.
##process.generator.MinEnu = 10.
##process.generator.MaxEnu = 100000.
#Neutrino production altitude (in [mm])
Expand Down

0 comments on commit c7319c4

Please sign in to comment.