Skip to content

Commit

Permalink
Merge pull request #32263 from apsallid/reducingnumofparticles
Browse files Browse the repository at this point in the history
[HGCAL] Using single particle in closeby configurations
  • Loading branch information
cmsbuild authored Nov 25, 2020
2 parents 14fc0c5 + bc18939 commit 2ab7400
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Configuration/Generator/python/CE_E_Front_120um_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Pointing = cms.bool(True),
Overlapping = cms.bool(False),
RandomShoot = cms.bool(False),
NParticles = cms.int32(2),
NParticles = cms.int32(1),
MaxEta = cms.double(2.7),
MinEta = cms.double(1.7),
MaxPhi = cms.double(3.14159265359),
Expand Down
2 changes: 1 addition & 1 deletion Configuration/Generator/python/CE_E_Front_200um_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Pointing = cms.bool(True),
Overlapping = cms.bool(False),
RandomShoot = cms.bool(False),
NParticles = cms.int32(2),
NParticles = cms.int32(1),
MaxEta = cms.double(2.7),
MinEta = cms.double(1.7),
MaxPhi = cms.double(3.14159265359),
Expand Down
2 changes: 1 addition & 1 deletion Configuration/Generator/python/CE_E_Front_300um_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Pointing = cms.bool(True),
Overlapping = cms.bool(False),
RandomShoot = cms.bool(False),
NParticles = cms.int32(2),
NParticles = cms.int32(1),
MaxEta = cms.double(2.7),
MinEta = cms.double(1.7),
MaxPhi = cms.double(3.14159265359),
Expand Down
2 changes: 1 addition & 1 deletion Configuration/Generator/python/CE_H_Coarse_300um_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Pointing = cms.bool(True),
Overlapping = cms.bool(False),
RandomShoot = cms.bool(False),
NParticles = cms.int32(2),
NParticles = cms.int32(1),
MaxEta = cms.double(2.7),
MinEta = cms.double(1.7),
MaxPhi = cms.double(3.14159265359),
Expand Down
2 changes: 1 addition & 1 deletion Configuration/Generator/python/CE_H_Coarse_Scint_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Pointing = cms.bool(True),
Overlapping = cms.bool(False),
RandomShoot = cms.bool(False),
NParticles = cms.int32(2),
NParticles = cms.int32(1),
MaxEta = cms.double(2.7),
MinEta = cms.double(1.7),
MaxPhi = cms.double(3.14159265359),
Expand Down
2 changes: 1 addition & 1 deletion Configuration/Generator/python/CE_H_Fine_120um_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Pointing = cms.bool(True),
Overlapping = cms.bool(False),
RandomShoot = cms.bool(False),
NParticles = cms.int32(2),
NParticles = cms.int32(1),
MaxEta = cms.double(2.7),
MinEta = cms.double(1.7),
MaxPhi = cms.double(3.14159265359),
Expand Down
2 changes: 1 addition & 1 deletion Configuration/Generator/python/CE_H_Fine_200um_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Pointing = cms.bool(True),
Overlapping = cms.bool(False),
RandomShoot = cms.bool(False),
NParticles = cms.int32(2),
NParticles = cms.int32(1),
MaxEta = cms.double(2.7),
MinEta = cms.double(1.7),
MaxPhi = cms.double(3.14159265359),
Expand Down
2 changes: 1 addition & 1 deletion Configuration/Generator/python/CE_H_Fine_300um_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Pointing = cms.bool(True),
Overlapping = cms.bool(False),
RandomShoot = cms.bool(False),
NParticles = cms.int32(2),
NParticles = cms.int32(1),
MaxEta = cms.double(2.7),
MinEta = cms.double(1.7),
MaxPhi = cms.double(3.14159265359),
Expand Down

0 comments on commit 2ab7400

Please sign in to comment.