Skip to content

Commit 36dc230

Browse files
committed
Added README.md
1 parent a3c29e6 commit 36dc230

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

DQM/SiTrackerPhase2/test/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
To run the L1 Tk DQM Plotting script:
2+
3+
Running the DQM plots is split into two parts. You will need to use the GEN-SIM-RECO or GEN-SIM-DIGI-RAW version of the file you want to run on.
4+
5+
To run part 1 of the DQM plotting, ```dqmstep_phase2tk_cfg.py``` is needed. In this code, the user can change the input file. To run code on a small sample size:
6+
```
7+
cmsRun dqmstep_phase2tk_cfg.py
8+
```
9+
10+
This outputs a file called ```step3_pre4_inDQM.root``` which will be used as input in the next step. To run part 2:
11+
```
12+
cmsRun harvestingstep_phase2tk_cfg.py
13+
```
14+
15+
This outputs a file called ```DQM_V0001_R000000001__Global__CMSSW_X_Y_Z__RECO.root``` that allows user to view the histograms locally.

0 commit comments

Comments
 (0)