VLQatNLO_pheno

You need to install https://github.com/delphes
(+ root + matplotlib)

Example of analysis running:

source /afs/cern.ch/sw/lcg/external/gcc/4.9.3/x86_64-slc6/setup.sh
source /afs/cern.ch/sw/lcg/app/releases/ROOT/6.06.00/x86_64-slc6-gcc49-opt/root/bin/thisroot.sh
(or: load your local enviroment for root and python)

cd $my_repo/VLQatNLO_pheno
./do_links.sh # check the path relative to delphes == run only once
./analysis_gen.py sample.root 1500
==> the path for the sample is taken relativelly to the EOS path from the samples in cernbox == if you are doing this locally take care of the path defined to sample.root on analysis_gen.py


########
Example of processing a hepmc sample

cd $my_repo/Delphes
source /afs/cern.ch/sw/lcg/external/gcc/4.9.3/x86_64-slc6/setup.sh
source /afs/cern.ch/sw/lcg/app/releases/ROOT/6.06.00/x86_64-slc6-gcc49-opt/root/bin/thisroot.sh
(or: load your local enviroment for root and python)

cp $my_repo/VLQatNLO_pheno/gen_card.tcl cards
gunzip sample.hepmc.gz
./DelphesHepMC cards/gen_card.tcl sample.root sample.hepmc
gzip sample.hepmc