Skip to content

Commit 65ee4d5

Browse files
committed
Added pdgid for t' and zeta, added xsec for 1TeV VLQ model
1 parent 8ac095b commit 65ee4d5

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

TreeMaker/python/makeTreeFromMiniAOD_cff.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ def makeTreeFromMiniAOD(self,process):
156156
4900021,4900023,4900101,4900102,4900111,4900113,4900211,4900213,51,52,53,
157157
5000001,5000002,
158158
9936661,9936662,
159+
159160
),
160161
# Other settings
161162
keepIds = cms.vint32(),
@@ -175,6 +176,7 @@ def makeTreeFromMiniAOD(self,process):
175176
4900021,4900023,4900101,4900102,4900111,4900113,4900211,4900213,51,52,53,
176177
5000001,5000002,
177178
9936661,9936662,
179+
178180
),
179181
keepIds = cms.vint32(6,23,24,25),
180182
keepFirst = cms.bool(True),

Utils/src/GenParticlesProducer.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ enum particle_type
186186
dm1=51,
187187
dm2=52,
188188
dm3=53,
189+
189190
//VLQ particles
190191
zeta=9936661,
191192
tprime=9936662,

WeightProducer/python/MCSampleValues.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,7 @@ class MCSampleValuesHelper():
10211021
"exoticVLQtbb_MiniAOD_1TeV" : {
10221022
"CrossSection" : XSValues(XS_13TeV=0.0397),
10231023
},
1024+
10241025
}
10251026

10261027
def __init__(self, extra_dicts=None):

0 commit comments

Comments
 (0)