Warning, /DQM/SiTrackerPhase2/test/README.md is written in an unsupported language. File is not indexed.
0001 To run the L1 Tk DQM Plotting script:
0002
0003 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.
0004
0005 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:
0006 ```
0007 cmsRun dqmstep_phase2tk_cfg.py
0008 ```
0009
0010 This outputs a file called ```step3_pre4_inDQM.root``` which will be used as input in the next step. To run part 2:
0011 ```
0012 cmsRun harvestingstep_phase2tk_cfg.py
0013 ```
0014
0015 This outputs a file called ```DQM_V0001_R000000001__Global__CMSSW_X_Y_Z__RECO.root``` that allows user to view the histograms locally.