-
Create a CMSSW_7_0_6 project.
-
Fork flashgg repository on the web here: https://github.com/cms-analysis/flashgg
-
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