Skip to content

Commit

Permalink
Update T1qqqq fragment for the desired mass scan
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Breeze committed Jun 26, 2017
1 parent 8fb958e commit 095fcd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions T1qqqq_fastsim/fragments/T1qqqq_fragment.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ def matchParams(mass):


scanBlocks = []
scanBlocks.append(gridBlock(600, 1200, 100, 100))
scanBlocks.append(gridBlock(1200, 2301, 50, 100))
scanBlocks.append(gridBlock(600, 650, 100, 100))
#scanBlocks.append(gridBlock(1200, 2301, 50, 100))
minDM = 25
ymin, ymed, ymax = 0, 500, 1600
ymin, ymed, ymax = 0, 50, 100


# Number of events for mass point, in thousands
Expand Down Expand Up @@ -220,4 +220,4 @@ def events(mass):
SLHATableForPythia8 = cms.string('%s' % slhatable),
PythiaParameters = basePythiaParameters,
),
)
)

0 comments on commit 095fcd7

Please sign in to comment.