Skip to content

fcouderc/flashgg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flashgg

  1. Create a CMSSW_7_0_6 project.

  2. Fork flashgg repository on the web here: https://github.com/cms-analysis/flashgg

  3. In CMSSW_7_0_6/src, do commands something like:

git clone [email protected]:yourusername/flashgg.git flashgg
cd flashgg
git remote add upstream https://github.com/cms-analysis/flashgg
# see https://help.github.com/articles/fork-a-repo for more about this 

Now build, a very basic workflow test, and an extremely primitive FWLite script:

cd $CMSSW_BASE/src
scram b
cd flashgg/MicroAODProducers/test
cmsRun simple_Producer_test.py
root -b -q scan_test_output.C

For the impatient user: Fork https://github.com/cms-analysis/flashgg and then execute

source ~carrillo/public/for_All/flashgg_me.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.3%
  • Python 18.7%