#alp_analysis
...
...alp_analysis inherits classes from ALPHA framework. The latter has to be installed before. Everything inside a CMSSW environment. ...
Look at issue on GitHub and use this chat for discuss about the code:
-
Prerequisites git account and git environment set
-
Git instructions 0. In your working area, first set up the CMSSW release: ``` cmsrel CMSSW_8_0_12
cd CMSSW_8_0_12/src/ cmsenv git cms-init ```
-
Install packages needed by ALPHA: see README from ALPHA repo [https://github.com/cms-hh-pd/ALPHA#alpha]
-
Clone ALPHA and setup it: see README from ALPHA repo [https://github.com/cms-hh-pd/ALPHA#alpha] NOTE: clone it from cms-hh-pd repo:
bash git clone [email protected]:cms-hh-pd/ALPHA.git
-
Clone the alp_analysis git repository:
cd $CMSSW_BASE/src/Analysis git clone [email protected]:cms-hh-pd/alp_analysis.git
-
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++