1 |
#This is a package to study the timing performance
|
2 |
#It generates histograms for the (up to 10) modules specified in the cfi file
|
3 |
#one should put the following line in cfg
|
4 |
#include "HLTrigger/Timer/data/timer.cfi"
|
5 |
#and "myTimer" in the path in addition to make it work
|
6 |
|
7 |
#The package should be ok on top of most releases
|
8 |
|
9 |
scramv1 project CMSSW CMSSW_x_y_z
|
10 |
cd CMSSW_x_y_z/src
|
11 |
project CMSSW
|
12 |
cvs co -d Analyzer/ModuleTimer UserCode/CLiu/ModuleTimer
|
13 |
cd Analyzer/ModuleTimer
|
14 |
scramv1 b
|