-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathCODEOWNERS
More file actions
108 lines (98 loc) · 4.26 KB
/
CODEOWNERS
File metadata and controls
108 lines (98 loc) · 4.26 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
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
##################################################################################
# | Name | GitHub Handle |
# | ---- | ------------- |
# | Adam Hobart | ajhobart |
# | Andrey Kim | drewkenjo |
# | Christopher Dilks | c-dilks |
# | Cole Smith | forcar |
# | David Heddle | heddle |
# | Eric Fuchey | efuchey |
# | Felix Touchte Codjo | ftouchte |
# | Florian Hauenstein | hauenst |
# | Gagik Gavalian | gavalian |
# | Marco Contalbrigo | mcontalb |
# | Mathieu Ouillon | mathieuouillon |
# | Michael Paolone | mpaolone |
# | Mohammad Hattawy | Hattawy |
# | Nathan Baltzell | baltzell |
# | Noemie Pilleux | N-Plx |
# | Pierre Chatagnon | PChatagnon |
# | Rafayel Paremuzyan | rafopar |
# | Raffaella De Vita | raffaelladevita |
# | Silvia Niccolai | silvianic |
# | Sylvester Joosten | sly2j |
# | Tongtong Cao | tongtongcao |
# | Veronique Ziegler | zieglerv |
# | Whitney Armstrong | whit2333 |
##################################################################################
# primary (default) maintainers
* @baltzell @raffaelladevita @c-dilks
# infrastructure
.github/ @baltzell @raffaelladevita @c-dilks
.gitlab-ci.yml @baltzell @raffaelladevita @c-dilks
bin/ @baltzell @raffaelladevita @c-dilks
docs/ @baltzell @raffaelladevita @c-dilks
external-dependencies/ @baltzell @raffaelladevita @c-dilks
libexec/ @baltzell @raffaelladevita @c-dilks
# RG-L (ALERT)
.gitlab-rgl.yml @whit2333
.containers/ @whit2333
# common-tools
common-tools/clara-io/ @baltzell
common-tools/clas-analysis/ @raffaelladevita @baltzell @zieglerv
common-tools/clas-decay-tools/ @zieglerv
common-tools/clas-detector/ @baltzell @raffaelladevita
common-tools/clas-geometry/ @baltzell @raffaelladevita @zieglerv
common-tools/clas-io/ @raffaelladevita @baltzell @gavalian @drewkenjo
common-tools/clas-jcsg/ @drewkenjo @raffaelladevita @baltzell
common-tools/clas-logging/ @baltzell
common-tools/clas-math/ @zieglerv
common-tools/clas-physics/ @raffaelladevita @baltzell @zieglerv @gavalian
common-tools/clas-reco/ @raffaelladevita @baltzell
common-tools/clas-tracking/ @zieglerv @raffaelladevita @tongtongcao
common-tools/clas-utils/ @raffaelladevita @baltzell @zieglerv @gavalian
common-tools/swim-tools/ @zieglerv @heddle @tongtongcao
# coat-libs
common-tools/coat-libs/ @raffaelladevita @baltzell @c-dilks
# common-tools / cnuphys
common-tools/cnuphys/ @heddle
# reconstruction
reconstruction/ai/ @baltzell @tongtongcao
reconstruction/alert/ @baltzell @mathieuouillon @mpaolone @efuchey @whit2333 @ftouchte @N-Plx
reconstruction/band/ @hauenst
reconstruction/bg/ @baltzell @raffaelladevita
reconstruction/calib/ @raffaelladevita
reconstruction/cnd/ @PChatagnon @ajhobart @silvianic
reconstruction/cvt/ @zieglerv @raffaelladevita
reconstruction/dc/ @zieglerv @tongtongcao @hauenst
reconstruction/eb/ @baltzell @raffaelladevita
reconstruction/ec/ @forcar @gavalian
reconstruction/fmt/ @zieglerv @raffaelladevita
reconstruction/ft/ @raffaelladevita
reconstruction/htcc/ @raffaelladevita @baltzell @zieglerv
reconstruction/ltcc/ @raffaelladevita @baltzell @zieglerv @sly2j
reconstruction/mc/ @baltzell @rafopar
reconstruction/mltn/ @gavalian
reconstruction/postproc/ @baltzell
reconstruction/raster/ @raffaelladevita @N-Plx
reconstruction/recoil/ @silvianic
reconstruction/rich/ @drewkenjo @mcontalb
reconstruction/rtpc/ @mathieuouillon @Hattawy
reconstruction/swaps/ @baltzell @raffaelladevita
reconstruction/tof/ @zieglerv @raffaelladevita
reconstruction/uber/ @baltzell @raffaelladevita
reconstruction/urwt/ @raffaelladevita @tongtongcao
reconstruction/vtx/ @zieglerv
# etc
etc/bankdefs/ @baltzell @raffaelladevita @c-dilks
etc/data/ @baltzell
etc/data/nnet/ @baltzell @tongtongcao @c-dilks
etc/ejml/ @raffaelladevita @gavalian
etc/logging/ @baltzell
etc/nnet/ @gavalian
etc/services/ @baltzell @raffaelladevita @zieglerv
# validation
validation/ @baltzell @raffaelladevita @c-dilks
# all POM files
### NOTE: exceptions and specific files/overrides must be listed last
**/pom.xml @baltzell @raffaelladevita @c-dilks