These samples produced privately and can be found in CERN EOS
Producing gridpack for Wb→Wb scattering using Madgraph (
QuickGuideMadGraph5aMCatNLO):
Create cards, examples can be found in
~mpitt/public/TopWidth/cards
(folders
WBjetToLNu_LO
,
WAntiBjetToLNu_LO
,
WBjetToLNuG2_LO
and
WAntiBjetToLNuG2_LO
)
To create gridpacks, execute the following lines:
git clone -b cmsdas2020 https://github.com/agrohsje/genproductions.git
cd genproductions/bin/MadGraph5_aMCatNLO/
cp -r /eos/cms/store/cmst3/group/top/WbWb/cards/* .
./gridpack_generation.sh WBjetToLNu_LO WBjetToLNu_LO/
./gridpack_generation.sh WBjetToLNuG2_LO WBjetToLNuG2_LO/
./gridpack_generation.sh WAntiBjetToLNu_LO WAntiBjetToLNu_LO/
./gridpack_generation.sh WAntiBjetToLNuG2_LO WAntiBjetToLNuG2_LO/