This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import ROOT | |
from ROOT import * | |
import os,sys | |
ROOT.gROOT.Macro( '$ROOTCOREDIR/scripts/load_packages.C' ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from MadGraphControl.MadGraphUtils import * | |
include ( 'MC15JobOptions/MadGraphControl_SimplifiedModelPreInclude.py' ) | |
infoStrings = runArgs.jobConfig[0].split(".")[2].split("_") | |
evgenLog.info( "Stop Mass", infoStrings[4] ) | |
evgenLog.info( "ctau", infoStrings[6].replace('p','.') ) | |
gentype = str(infoStrings[2]) | |
decaytype = str(infoStrings[3]) |