Skip to content

Dedicated software to read Les Houches Events (LHE) and write out a tree containing relevant variables

Notifications You must be signed in to change notification settings

chrisjcc/LHETools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

# To compile this package with scram use
setup CMSSW7x
cd CMSSW/src
cmsenv
scram build -j8


# To compile a standalone executable use (alternative -stdlib=libc++)
clang++ `root-config --cflags --glibs` -std=c++11 -stdlib=libstdc++ bin/lheReader.cpp -o test/lheReader

# Usage with python run script
python runLHEreader.py output.root inputfolder

# Usage
lheReader -i [input_1.lhe] [input_2.lhe] -o [output.root] -r [run] -e [event] -l [lumi] -d [debug mode]

# To printout out input file names included in the output file execute on the ROOT commmand prompt
lheFileNames->Print()

About

Dedicated software to read Les Houches Events (LHE) and write out a tree containing relevant variables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published