Skip to content

osWW-VBS/LHEAnalyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LHEAnalyzers

To compile:

c++ -o LHEanalyzer 'root-config --glibs --cflags' LHEanalyzer.cpp

Note: instead of ' in above command use the key just before 1 for similar to '

To run:

./LHEanalyzer /path/of/inputFile.lhe /path/of/outputfile/filename.root

Location of files to run on:

/eos/uscms/store/user/rasharma/lhe_files/POLARIZED_Samples

Location of output files go into 'plotting'. Inside of 'plotting' dir you can find a small script for plotting the output. This can obviously be modified to make the plots you would like.

To Read Root File created by the ExRootAnalysis Use the code ReadLHE.C & ReadLHE.h

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 49.0%
  • C 46.3%
  • Shell 4.4%
  • Python 0.3%