File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 11# 2010-minimumbias-trackvertex
22Validation code for 2010 MinimumBias dataset, based on track and vertex spectra
3+
4+ You need to work in a Virtual Machine properly contextualized for CMS. Everything is available on the CERN Open Data Portal:
5+ http://opendata.cern.ch/VM/CMS/2010 .
6+
7+ In order to run the demoanalyzer_cfg.py to create the ROOT files, you need to create a working area and set up a proper
8+ CMS environment.
9+
10+ ## Creating the Working area
11+
12+ This step is only needed the first time.
13+
14+ '''
15+ cmsrel CMSSW_4_2_8
16+ '''
17+
18+ ## Cloning the 2010-minimumbias-trackvertex repository from Github
19+
20+ Type this command to change directory:
21+
22+ '''
23+ cd CMSSW_4_2_8/src
24+ '''
25+
26+ For cloning type:
27+ '''
28+ git clone https://github.com/cms-opendata-validation/2010-minimumbias-trackvertex Validation/TrackVertex_2010
29+ '''
You can’t perform that action at this time.
0 commit comments