Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions TreeMaker/python/makeTreeFromMiniAOD_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def makeTreeFromMiniAOD(self,process):
2000001,2000002,2000003,2000004,2000005,2000006,
4900021,4900023,4900101,4900102,4900111,4900113,4900211,4900213,51,52,53,
5000001,5000002,
9936661,9936662,
),
# Other settings
keepIds = cms.vint32(),
Expand All @@ -173,6 +174,7 @@ def makeTreeFromMiniAOD(self,process):
2000001,2000002,2000003,2000004,2000005,2000006,
4900021,4900023,4900101,4900102,4900111,4900113,4900211,4900213,51,52,53,
5000001,5000002,
9936661,9936662,
),
keepIds = cms.vint32(6,23,24,25),
keepFirst = cms.bool(True),
Expand Down
3 changes: 3 additions & 0 deletions Utils/src/GenParticlesProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ enum particle_type
dm1=51,
dm2=52,
dm3=53,
//VLQ particles
zeta=9936661,
tprime=9936662,
};

// Referenced:
Expand Down
3 changes: 3 additions & 0 deletions WeightProducer/python/MCSampleValues.py
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,9 @@ class MCSampleValuesHelper():
"RPV_2t6j_mStop-1400_mN1-100" : {
"CrossSection" : XSValues(XS_13TeV=0.000473),
},
"exoticVLQtbb_MiniAOD_1TeV" : {
"CrossSection" : XSValues(XS_13TeV=0.0397),
},
}

def __init__(self, extra_dicts=None):
Expand Down