-
Notifications
You must be signed in to change notification settings - Fork 12
/
ChangeLog
724 lines (401 loc) · 18.3 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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
CheckMATE - Changelog
Ver 2.0.37
---------
2023-01-11 Krzysztof Rolbiecki <[email protected]>
~ multibin profile likelihood
2023-03-31 Krzysztof Rolbiecki <[email protected]>
~ more ATLAS analyses updated to multibin
Ver 2.0.36
---------
2022-11-28 Krzysztof Rolbiecki <[email protected]>
~ Python3 compatibility
2022-11-17 Krzysztof Rolbiecki <[email protected]>
~ added atlas_2010_14293
~ statistical combinations
~ TMVA support
Ver 2.0.35
---------
2022-11-04 Krzysztof Rolbiecki <[email protected]>
~ providing master path for external analysis resources (like in LLP)
~ Delphes 3.5 required
Ver 2.0.35
---------
2022-09-30 Krzysztof Rolbiecki <[email protected]>
~ implementation of NN method in atlas_2106_09609
Ver 2.0.34
---------
2022-02-09 Krzysztof Rolbiecki <[email protected]>
~ bugfix for atlas_conf_2019_040
2021-11-17 Jong Soo Kim <[email protected]>
~ bugfix for atlas_2004_10894
2021-10-06 Jong Soo Kim <[email protected]>
~ added atlas_1502_05686, atlas_2103_11684, atlas_2004_10894, atlas_2106_09609
atlas_1911_06660
Ver 2.0.32
---------
2021-08-23 Krzysztof Rolbiecki <[email protected]>
~ added atlas_phys_2014_007
~ fixed problem with 14 YeV .tcl card
Ver 2.0.31
---------
2021-08-20 Krzysztof Rolbiecki <[email protected]>
~ added atlas_1807_07447
Ver 2.0.30
---------
2021-07-16 Krzysztof Rolbiecki <[email protected]>
~ added atlas_1911_12606
Ver 2.0.29
---------
2021-03-14 Arran Freegard <[email protected]>
~ added atlas_1403_5294 and atlas_higg_2013_03
Ver 2.0.28
---------
2021-02-10 Krzysztof Rolbiecki <[email protected]>
~ added atlas_2101_01629
Ver 2.0.28
---------
2020-11-03 Krzysztof Rolbiecki <[email protected]>
~ added atlas_conf_2018_041
2020-09-27 Manimala Chakraborti, Ipsita Saha
~ added atlas_1803_02762
Ver 2.0.27
---------
2020-09-27 Manimala Chakraborti, Ipsita Saha
~ added atlas_conf_2019_020
2020-04-08 Krzysztof Rolbiecki <[email protected]>
~ removed python Root check due to a change in naming conventions (python->pyroot) around v6.20
Ver 2.0.26
---------
2018-04-16 Krzysztof Rolbiecki <[email protected]>
~ fixed center-of-mass energy setting and unifying lepton isolation
Ver 2.0.25
---------
2018-04-16 Jong Soo Kim <[email protected]>
~ added atlas_1804_03602
Ver 2.0.24
---------
2018-03-28 Krzysztof Rolbiecki <[email protected]>
~ added atlas_1706_03731
Ver 2.0.23
---------
2018-03-28 Jong Soo Kim <[email protected]>
~ fixed missing files in atlas_1507_05493
Ver 2.0.23
---------
2018-03-21 Jong Soo Kim <[email protected]>
~ fixed tools/analysis/Makefile.am
Ver 2.0.22
---------
2018-03-21 Jong Soo Kim <[email protected]>
~ added atlas_conf_2016_066 (GMSB search)
Ver 2.0.21
---------
2018-03-16 Krzysztof Rolbiecki <[email protected]>
~ fixed bug in atlas_1712_08119
Ver 2.0.20
---------
2018-03-12 Jong Soo Kim <[email protected]>
~ added cms_sus_16_048
Ver 2.0.20
---------
2018-03-12 Jong Soo Kim <[email protected]>
~ added cms_sus_16_025
Ver 2.0.19
---------
2018-03-12 Jong Soo Kim <[email protected]>
~ added cms_sus_16_039
Ver 2.0.18
---------
2018-03-08 Krzysztof Rolbiecki <[email protected]>
~ added atlas_1708_07875 (EW SUSY, taus)
~ added atlas_1802_03158 (GMSB photons)
~ new JES function for ATLAS 13
Ver 2.0.17
---------
2018-02-14 Krzysztof Rolbiecki <[email protected]>
~ added atlas_1712_02332 (jets+MET, gluinos, squarks)
~ added atlas_1712_08119 (electroweak soft leptons)
Ver 2.0.16
---------
2017-12-14 Jong Soo Kim <[email protected]>
~ added atlas_1710_11412 (ttbar + met and bbar + met, simplified DM)
Ver 2.0.15
---------
2017-11-20 Jong Soo Kim <[email protected]>
Krzysztof Rolbiecki
~ added atlas_conf_2017_040 (Z + met)
~ moved atlas_1609_01599 to alpha
Ver 2.0.14
---------
2017-10-13 Krzysztof Rolbiecki <[email protected]>
~ Added atlas_1709_04183 (stops jets+MET)
Ver 2.0.14
---------
2017-11-20 Jong Soo Kim <[email protected]>
~ added atlas_1507_05493 (GMSB search)
Ver 2.0.13
---------
2017-07-11 Krzysztof Rolbiecki <[email protected]>
~ Added atlas_1704_03848 (monophoton)
~ Update atlas_conf_2017_022
Ver 2.0.12
---------
2017-04-27 Frederic Poncza <[email protected]>
~ Fixed bug in 7TeV and 8TeV Analysis Handlers, true_c eta cut was wrong.
2017-04-19 Ferdinand Eiteneuer <[email protected]>
~ Fixed bug in atlas_conf_2016_096, the SR 3LI was not defined correctly.
Ver 2.0.11
---------
2017-03-24 Jamie Tattersall <[email protected]>
~ Allow filesizes larger than 2GB to be read on 32bit machines (thanks to Liangliang Shang)
Ver 2.0.10
---------
2017-03-21 Krzysztof Rolbiecki <[email protected]>
~ Added atlas_conf_2017_022 and atlas_1609_01599 to beta_private
Ver 2.0.9
---------
2017-03-14 Jong Soo Kim <[email protected]>
~ added atlas_1507_05493 in beta_private
Ver 2.0.8
---------
2017-03-03 Krzysztof Rolbiecki <[email protected]>
~ Fixed bug in atlas_2014_010_hl_3l (thanks to Sho Iwamoto and Daniel Dercks)
Ver 2.0.7
---------
2017-02-28 Jamie Tattersall <[email protected]>
~ Fixed bug that stopped generic experiment or energy selection of analyses working (many analyses did not have correct tags)
Ver 2.0.6
---------
2017-02-28 Jamie Tattersall <[email protected]>
~ Analysis list cleaned up and superseded analyses commented out
~ Unvalidated analyses commented out in alpha version
Ver 2.0.5
---------
2017-02-27 Jamie Tattersall <[email protected]>
~ Inverse isolation method in AnalysisBase.h could print TLorentzVector warning if calo tower was empty
~ Tidied up atlas_1602_09058
Ver 2.0.4
---------
2017-02-27 Jamie Tattersall <[email protected]>
~ Improved s95 values for atlas_conf_2016_096 (thanks to Matthew Low)
2017-02-26 Jamie Tattersall <[email protected]>
~ Better instructions added in AnalysisManager (thanks to Thomas Faber)
~ atlas_1604_07773 no longer uses to_string
2017-02-09 Jamie Tattersall <[email protected]>
~ cms_exo_14_014 added (thanks to Ahmed Hammad)
Ver 2.0.3
---------
2017-02-09 Jamie Tattersall <[email protected]>
~ More informative comments added when not linking gzip
2017-01-24 Jamie Tattersall <[email protected]>
~ Updated 14TeV calorimeter to new delphes specification (same as 13TeV)
2017-01-23 Jamie Tattersall <[email protected]>
~ Fixed formatting of ecm in atlas_conf_2016_054_var.j, 078_var.j, 096_var.j
2017-01-20 Jamie Tattersall <[email protected]>
~ Typos fixed in data for atlas_1605_03814
~ Lepton seg fault fix for atlas_conf_2013_021
~ CheckMATE now compiles with atlas_conf_2016_096
Ver 2.0.2
---------
2017-01-16 Ferdinand Eiteneuer <[email protected]>
~ Added atlas_conf_2016_096
Ver 2.0.1
---------
2017-01-16 Jong Soo Kim <[email protected]>
~ Added atlas_conf_2016_078 based on atlas_1605_03814
2017-01-16 Jong Soo Kim <[email protected]>
~ Added atlas_conf_2016_054 based on atlas_1605_04282
2016-12-30 Jamie Tattersall <[email protected]>
~ If pythia8 is compiled with gzip, CheckMATE must be too
~ Configuration now possible with --with-gzipinc and --with-gziplib that should point to gzip header and gzip library (.so) directories respectively that were used to compile pythia 8.
2016-12-30 Jamie Tattersall <[email protected]>
~ added possibility to use own mg5 configuration file
~ set as default mg5 to not open browser
~ set as default mg5 to not plot distributions
Ver 2.0.0
---------
2016-12-09 Daniel Dercks <[email protected]>
~ added parameter -xsth/--xsectthreshold/"XSectThreshold: " used for internal event generation with MG5 + Pythia8: If the unshowered cross section determined by MG5 is below the given threshold, the events are not further processed and all results of that event are automatically set to 0 (to save time and not analysing processes with tiny physical importance)
Ver 2.0.0
---------
2016-12-01 Daniel Dercks <[email protected]>
~ Uploaded Version 2.0.0 with many things changed, fixed and updated
Ver 1.2.1
---------
2015-10-08 Jamie Tattersall <[email protected]>
~ Large R jet signal regions added to atlas_1308_1841 (thanks to Liangliang Shang)
2015-09-07 Jamie Tattersall <[email protected]>
~ Corrected bug in missingET_rel calculation (thanks to Liangliang Shang)
2015-07-30 Jamie Tattersall <[email protected]>
~ Added Gravitinos as MET (thanks to Oscar Vives)
2015-07-03 Jamie Tattersall <[email protected]>
~ Added Gravitinos as MET (thanks to Oscar Vives)
2015-07-03 Jamie Tattersall <[email protected]>
~ Formatting error fixed in atlas_1308_1841 ref file (would lead top spurious exclusion) (thanks to Oscar Vives)
2015-04-30 Jamie Tattersall <[email protected]>
~ atlas_1308_1841 added (thanks to Junjie Cao, Liangliang Shang, Jin Min Yang, Yang Zhang)
~ atlas_1405_7875 added (thanks to Junjie Cao, Liangliang Shang, Jin Min Yang, Yang Zhang)
~ atlas_1503_03290 added (thanks to Junjie Cao, Liangliang Shang, Jin Min Yang, Yang Zhang)
~ cms_1502_06031 added (thanks to Junjie Cao, Liangliang Shang, Jin Min Yang, Yang Zhang)
~ Deprecated atlas_conf_2013_047 (replaced by atlas_1405_7875)
~ Deprecated cms_sus_12_019 (replaced by cms_1502_06031)
Ver 1.2.0
---------
2015-02-17 Daniel Schmeier <[email protected]>
~ Added more accurate high-energy momentum smearing (thanks to Florian Jetter)
2015-04-30 Jamie Tattersall <[email protected]>
~ Separate CMS analysis template added (thanks to Shang Liang)
2015-04-01 Jamie Tattersall <[email protected]>
~ Typos fixed in analysis manager (thanks to Shang Liang)
2015-03-17 Jamie Tattersall <[email protected]>
~ New compiling instructions for new analyses
2015-02-26 Jamie Tattersall <[email protected]>
~ Fixed cutflow in atlas_1407_0583
2015-02-19 Jamie Tattersall <[email protected]>
~ Deprecated atlas_conf_2013_037 (replaced by atlas_1407_0583)
2015-02-18 Jamie Tattersall <[email protected]>
~ Added atlas_1502_01518 (Monojet plus missing energy)
2015-02-17 Daniel Schmeier <[email protected]>
~ Refined some of the explanations in the AnalysisManager
~ AnalysisManager now calculates S95_obs and S95_exp automatically on the fly
~ AnalysisManager allows analyses without observation and locks them for statistical evaluation
~ AnalysisManager can edit analysis information easier
~ AnalysisManager stores name and email of the author and prints it into analysis files
~ _var.j data files for analyses are easier to read/edit
~ Changed approximation of bkg_err when asymmetric errors are given
~ AnalysisBase files show detailled DoxyGen documentation and are split and ordered into subfiles
~ FinalStateObject class allows for easier combination of electron-, muon-, jet- or etmiss objects inside analysis
~ atlas_1402_7029 updated in the form as it appears in the AnalysisManager manual
2015-02-17 Jamie Tattersall <[email protected]>
~ Added option to create efficiency tables
Ver 1.1.16
----------
2015-02-02 Jamie Tattersall <[email protected]>
~ Added lock so that atlas and cms analyses can no longer be run simultaneously (many thanks to Michihisa Takeuchi)
Ver 1.1.15
----------
2015-01-23 Jamie Tattersall <[email protected]>
~ Fixed bug in cms_1405_7570 (many thanks to Michihisa Takeuchi)
2015-01-22 Jamie Tattersall <[email protected]>
~ Fixed bug in charm tagging (many thanks to Luka Mitzka)
Ver 1.1.14
----------
2014-12-16 Daniel Schmeier < [email protected]>
~ Tau tags activated in detector card for atlas_1402_7029
2014-12-10 Jamie Tattersall <[email protected]>
~ Renamed mCTx -> mCTperp
~ Added mCTparallel
~ Generalised mT to include masses for final state particles
2014-12-03 Jamie Tattersall <[email protected]>
~ Fixed bugs in signal regions for atlas_1407_0583 (bcd_bulk and threeBody)
2014-11-25 Daniel Schmeier < [email protected]>
~ Fixed bug in analysis which caused, under circumstanced, that wrong btags are
used from the Delphes tree.
~ log_analysis.txt now always contains the internal parameters the analysis executable
was called with.
Ver 1.1.13
---------
2014-11-10 Daniel Schmeier < [email protected]>
~ Updated atlas_1402_7029 with 1tau and 2tau signal regions
2014-10-28 Daniel Schmeier <[email protected]>
~ Fixed bug in tauid module as soon as the signal contains more than 2 taus.
~ 3 prong ID is now applied to 2 track jet candidates.
~ Fixed problem with HepMC weights
Ver 1.1.12
---------
2014-10-23 Jamie Tattersall <[email protected]>
~ MET smearing due to pile-up added (20 GeV gaussian) - Thanks to Travis Martin
2014-10-23 Jamie Tattersall <[email protected]>
~ Added opposite flavour signal regions to cms_sus_12_019
2014-10-22 Jamie Tattersall <[email protected]>
~ Added alphaT and razor to analysis base
Ver 1.1.10
---------
2014-10-22 Jamie Tattersall <[email protected]>
~ Bugfix in Makefile for cms_1301_4698_WW
2014-09-09 Jamie Tattersall <[email protected]>
~ cms_sus_13_016 added and validated
~ atlas_1308_2631 validated
Ver 1.1.9
---------
2014-09-09 Daniel Schmeier <[email protected]>
~ Author + Email is now asked for in the analysis manager and printed into the analyses
~ Spaces in run name are replaced by underscores to prevent problems with filenames
~ Errors during the delphes analysis chain are properly caught and lead to a well defined error message
~ Giving units in lowercase does not produce problems anymore
Ver 1.1.8
---------
2014-08-13 Jamie Tattersall <[email protected]>
~ Added likelihood calculator option
2014-07-16 Jamie Tattersall <[email protected]>
~ Add mT to list of functions in AnalysisBase
Ver 1.1.7
---------
2014-07-11 Jamie Tattersall <[email protected]>
~ Fixed Delphes bug in forward ATLAS calorimeter
2014-07-01 Jamie Tattersall <[email protected]>
~ Added substantial number of unvalidated analyses
Ver 1.1.6
---------
2014-05-13 Daniel Schmeier <[email protected]>
~ Fixed bugs in isolation module writers (sometimes not the
right setting was considered)
Ver 1.1.5
---------
2014-05-06 Daniel Schmeier <[email protected]>
~ Updated STDHep interpreter in Delphes to be compatible with
the most recent MadGraph_aMC@NLO update
2014-05-02 Jamie Tattersall <[email protected]>
~ Fixed tau-tagging radius
2014-04-18 Jamie Tattersall <[email protected]>
~ Added makefile option to allow autoreconf on macs
2014-04-09 Jamie Tattersall <[email protected]>
~ Added mctlib JHEP 0804:034,2008 (arXiv:0802.2879 [hep-ph]).
The algorithm is described in detail in arXiv:0910.0174 [hep-ph].
No current analyses use this variable (tba)
~ Added mt2bl_bisect (arXiv:1203.4813 [hep-ph])
No current analyses use this variable (tba)
Ver 1.1.4
---------
2014-03-11 Jamie Tattersall <[email protected]>
~ Made commands in AnalysisManager clearer (thanks to Krzysztof Rolbiecki for suggestions).
Ver 1.1.3
---------
2014-03-04 Daniel Schmeier <[email protected]>
~ Bugfix in atlas_conf_2013_049, which did not properly count signal regions
signal regions with electrons
Ver 1.1.2
---------
2014-02-10 Daniel Schmeier <[email protected]>
~ Fixed removal of old result directory if choosing 'overwrite' option
Ver 1.1.1
---------
2014-01-31 Jamie Tattersall <[email protected]>
~ Fixed bug in atlas_conf_2012_104 that gave SegFault for events with 0 jets.
2014-01-31 Daniel Schmeier <[email protected]>
~ Signal regions with 0 events passing get a statistical error of 1 event (for the whole process)
~ If two signal regions have equal r / CLs, the one with the smallest S95_max is chosen
~ Bugfix in final evaluation output
Ver 1.1.0
---------
2014-01-22 Daniel Schmeier <[email protected]>
~ Removed bug in determination of the overall most sensitive signal region.
~ Seed for random number generator can now be set by using "RandomSeed: " in 'Optional
Parameters' block or alternatively -rs in the command line version.
~ 'Analyses' input option also accepts 'atlas', 'cms' or 'all', which automatically finds
and uses all corresponding analyses.
~ 'best_signal_regions.txt' in results/evaluation sums up all important information on the
most sensitive signal region of each individual analysis.
Ver 1.0.2
---------
2014-01-04 Jamie Tattersall <[email protected]>
~ Typo in reference data for atlas_conf_2012_147 fixed.
Ver 1.0.1
---------
2013-12-27 Jamie Tattersall <[email protected]>
~ Muons added to met vector in atlas_conf_2013_061, atlas_conf_2013_089 and cms_1303_2985.
~ Reference data added for atlas_conf_2013_061.
Ver 1.0.0
---------
2013-12-05 Daniel Schmeier <[email protected]>
~ First version of CheckMATE goes public.