Skip to content
dongjun edited this page May 24, 2019 · 6 revisions

Welcome to the nano wiki!

Production samples

if you are begginer of CMSSW, do this command firstly.

source /cvmfs/cms.cern.ch/cmsset_default.sh 

quick start

scram p -n nanoAOD CMSSW CMSSW_9_4_9
cd nanoAOD/src
cmsenv
git clone git@github.com:CPLUOS/nano.git
scram b -j 20
getDatasetInfo run2_2016v4

getDatasetInfo will get the data set information from the google doc and save it into nano/nanoAOD/data/dataset/dataset.json

For more info on NanoAOD and miniAOD.

Clone this wiki locally