Skip to content

ShevchenkoRostyslav/analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##############################################################################
INSTRUCTIONS FOR INSTALLATION 

## On NAF
module load cmssw
## Create a CMSSW project, e.g.
setenv SCRAM_ARCH slc6_amd64_gcc493
scram p -s CMSSW CMSSW_8_0_20_patch1
cd CMSSW_8_0_20_patch1/src
cmsenv

## Installing the head
## Clone the head (branch develop) of the repository (notice the dot at the end,
## it helps preserve the directory structure of CMSSW)
git clone git@github.com:ShevchenkoRostyslav/analysis.git .
scram b -j4

## If you want to use a frozen tag (latest one is winter15-pre2 from 22 Feb 2016)
git checkout tags/winter15-pre2 -b winter15-pre2
scram b distclean
scram b -j4


## CMSSW_7_4_X 
## If you are using CMSSW_7_4_X you need to uncomment the first line of
## Analysis/Ntuplizer/interface/TriggerAccepts.h
## That's a workaround to be able to save the trigger pre-scales that
## changed in CMSSW_7_6_X


About

Analysis framework of CMS data.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 62.2%
  • C 27.0%
  • Python 9.5%
  • Makefile 1.1%
  • Shell 0.2%