-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathINSTALL
More file actions
64 lines (47 loc) · 1.13 KB
/
INSTALL
File metadata and controls
64 lines (47 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
How to install:
cmsrel CMSSW_2_1_12 (or any other release - RateEff package is independent of CMSSW)
cd CMSSW_2_1_12/src
project CMSSW
cvs co -r RateEff-02-00-02 HLTrigger/HLTanalyzers/test/RateEff
cd HLTrigger/HLTanalyzers/test/RateEff
tar xvzf libconfig-1.3.tar.gz
cd libconfig-1.3/
./configure
make
cd ../
make
source setup.(c)sh
./OHltRateEff hltmenu_8E29_2009May11.cfg
Class descriptions:
===================
Main program
------------
OHltRateEff.cpp
Class to parse & store configs from file
----------------------------------------
OHltConfig.h
OHltConfig.cpp
Container class for menu settings
---------------------------------
OHltMenu.h
OHltMenu.cpp
Container class for rate counts
---------------------------------
OHltRateCounter.h
OHltRateCounter.cpp
Class for printing txt and TeX results
--------------------------------------
OHltRatePrinter.h
OHltRatePrinter.cpp
Class to loop over event tree
& do the actual rate count ...
--------------------------------------
OHltTree.h
OHltTree.cpp
OHltTreeOpen.cpp
(OpenHLT part, 2 examples exists,
still need updated!)
ToDo
====
- add efficiency part
- add primary dataset part