Skip to content

andresti/alp_analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#alp_analysis

FUNDAMENTAL IDEA

...

CODE STRUCTURE

...alp_analysis inherits classes from ALPHA framework. The latter has to be installed before. Everything inside a CMSSW environment. ...

TO DEBUG:

Look at issue on GitHub and use this chat for discuss about the code: Join the chat at https://gitter.im/cms-hh-pd/alp_analysis

TO INSTALL:

TO RUN:

Compile the code:

cd $CMSSW_BASE/src/
scram b -j 8

and run it:

cd $CMSSW_BASE/src/Analysis/alp_analysis
python scripts/Selector.py

If you do not have ALPHA compiled do:

cd Analysis/alp_analysis/src/ root -l

.L ../src/alp_objects.h++

About

Analysis code for the non-resonant hh search

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 76.5%
  • Python 23.5%