GithubHelp home page GithubHelp logo

zackseyun / analysis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from desy-cms/analysis

0.0 1.0 0.0 237.14 MB

Analysis framework of CMS data.

C++ 54.04% Python 11.46% Shell 0.21% C 33.76% Makefile 0.52%

analysis's Introduction

##############################################################################
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_7_6_3
cd CMSSW_7_6_3/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 https://github.com/desy-cms/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


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.