Skip to content

Commit

Permalink
reducing number of particles to one
Browse files Browse the repository at this point in the history
  • Loading branch information
apsallid committed Nov 20, 2020
1 parent fa3869f commit bc18939
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 bc18939

Please sign in to comment.