-
Notifications
You must be signed in to change notification settings - Fork 4
/
ChangeLog
221 lines (150 loc) · 6.24 KB
/
ChangeLog
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
2011-03-12 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
* tag V00-09-01
* fix for slc5_amd64_gcc434 arch
* tag V00-09-00
* transition to CMSSW_3_11_X
2011-02-15 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
* tag V00-08-08
* change JetViewCleaner according to request by Matthias Edelhoff:
* added maxDeltaR to clean non hadronic tau decay jets (i.e. q/g
jets in Z-> tautau events)
2011-01-12 Hauke Held <held@cern.ch>
* tag V00-08-07
* small changes/bugfixes to jih and jig
2010-12-07 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
* tag V00-08-06
* CommandLine bug-fix
* tag V00-08-05
* CommandLine tuning
2010-11-30 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
* tag V00-08-04
* allow include statements in configuration files parsed by
CommandLine.
2010-11-14 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
* tag V00-08-03
* vector parameter extension now also works in config files
2010-11-09 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
* tag V00-08-02
* CommandLine: alrady defined vector parameters can now be
extended. Example: prog_x -vec 0 1 2 -vec+ 3
2010-10-18 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
* tag V00-08-01
* pick up changes by Hauke
2010-07-30 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
* tag V00-08-00
* CommandLine: the elements passed to a vector-type parameters
must from now on be passed separated by blanks (spaces), NOT
commas!
* This means on the other hand that single string elements of a
vector can contain commas
2010-04-26 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
* tag V00-07-05
* add jet_calcxsec_x tool, which calculates the effective
cross-sections to properly combine *inclusuve* QCD samples, which
are produced with a lower but no upper pthat boundary
2010-04-12 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
* tag V00-07-04
* various updates to jih & jig (Hauke & Philipp)
2010-04-05 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
* tag V00-07-03
* add config/ directory, containing several useful configuration
files to be used with jet_inspect_profiles_x
* example: jet_inspect_profiles_x jip_vseta.config jip_ptrsp.config -inputs ...
* the above example will draw the closure of the pt response as a
function of eta for several pT ranges
* tag V00-07-02
* improvements to jet_inspect_profiles_x
* add parameter 'opath' to jet_inspect_histos_x
* add parameter 'opath' to jet_inspect_graphs_x
2010-04-01 Andreas Hinzmann <hinzmann@cern.ch>
* change 'buh' error message
2010-03-31 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
* tag V00-07-01
* implement hlines parameter feature for jet_inspect_profiles_x
tool
2010-03-30 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
* tag V00-07-00
* add jet_inspect_profiles_x tool
2010-03-24 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
* tag V00-06-00
* CommandLine: several *.config files can now be passed
2010-03-08 Hauke Held <held@cern.ch>
* tag V00-05-09
* changed tag because V00-05-08 was already taken
* tag V00-05-08
* added foundBAncestor flag in GenJetLeptonFinder
2009-11-24 Philipp SCHIEFERDECKER <philipp.schieferdecker@cern.ch>
* tag V00-05-07
* jih: reset maximum of first histogram according to maximum of
additional histograms
* tag V00-05-06
* jih bugfix for inclusive distributions (when there are no bins!)
2009-11-22 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
* tag V00-05-05
* stick to reco::Candidate interface in GenJetLeptonFinder instead
of reco::GenJet
* tag V00-05-04
* add options 'mean', 'median', and 'peak' to
jet_inspect_histos_x, each of which will lead to the appropriate
line being drawn on top of each histogram, including a legend
* add option 'overlay' to jet_inspect_graphs_x (default true): if
set to false, the canvas will be divided and each graph will
appear in its own pad
* add option 'nocolor' to jet_inspect_graphs_x default false): use
only black & white and an adjusted marker style scheme (with
alternating full / open styles)
* make variables 'PtRel' and 'RelLepPt' known to both programs
* tag V00-05-03
* bin/jet_inspect_histos_x.cc: improve plots
* bin/jet_inspect_graphs_x.cc: add 'text' parameter
2009-11-19 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
* tag V00-05-02
* minor fix
* tag V00-05-01
* style improvements to jet_inspect_graphs_c
* fix CommandLine: only now can [v]string parmeter values with
whitespaces in them be read correctly!
2009-11-17 Philipp SCHIEFERDECKER <philipp.schieferdecker@cern.ch>
* tag V00-05-00
* added Hauke as developer
* removed Roger as admin / developer
* added GenJetLeptonFinder (Hauke)
2009-11-17 Hauke Held <held@cern.ch>
* added the GenJetLeptonFinder class and adjusted the BuildFile
accordingly
2009-10-29 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
* tag V00-04-02
* properly use size_t where appropriate, as proposed by Yetkin
2009-10-22 Philipp SCHIEFERDECKER <philipp.schieferdecker@cern.ch>
* tag V00-04-01
* make get_legend_title() in jet_inspect_graphs_x more robust
2009-09-10 Philipp SCHIEFERDECKER <philipp.schieferdecker@cern.ch>
* tag V00-04-00
* 33X and above
2009-08-16 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
* tag V00-03-02
* add 'prefix' parameter to jet_inspect_histos_x and
jet_inspect_graphs_x
* various little fixes
2009-07-21 Philipp Schieferdecker <philipp.schieferdecker@cern.ch>
* tag V00-03-00:
* add bin/jet_inspect_histos_x.cc
* add bin/jet_inspect_graphs_x.cc
* add bin/BuildFile
* updated / fixed RootStyle
* enable ObjectLoader to switch the order of variables
2009-07-01 Philipp SCHIEFERDECKER <philipp.schieferdecker@cern.ch>
* tag V00-02-00
* tested to work with both 2213 and 310
* add EtaPtMinCandViewRefSelector
2008-12-16 Philipp SCHIEFERDECKER <philipp.schieferdecker@cern.ch>
* tag V00-01-00
* remove HistogramLoader class
* add ObjectLoader class (templated); ObjectLoader<TH1F> replaces
HistogramLoader
2008-12-03 Philipp SCHIEFERDECKER <philipp.schieferdecker@cern.ch>
* tag V00-00-01
* small bug fixes
2008-07-29 Philipp SCHIEFERDECKER <philipp.schieferdecker@cern.ch>
* tag V00-00-00
* first import