-
Notifications
You must be signed in to change notification settings - Fork 313
/
CODEOWNERS
Validating CODEOWNERS rules...
84 lines (67 loc) · 2.9 KB
/
CODEOWNERS
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
# Codeowners for Geant4 (GitHub Version)
# Maps directories to Working Group Coordinators
# Software Management
/CMakeLists.txt @drbenmorgan
/cmake/ @drbenmorgan @gunterfolger
/config/ @gcosmo @drbenmorgan
/ReleaseNotes/ @gcosmo
/source/global/ @gcosmo @drbenmorgan @gunterfolger
# Run, Event, and Detector Response
/source/run/ @makotoasai @drbenmorgan
/source/event/ @makotoasai @drbenmorgan
/source/digits_hits/ @makotoasai @drbenmorgan
/source/processes/scoring @makotoasai @drbenmorgan
# Tracking
/source/tracking/ @ts-kek @shogo0416 @makotoasai
# Particles and Track
# TBA: Hisaya Kurashige
/source/track/ @shogo0416 @makotoasai
/source/particles/ @shogo0416 @makotoasai
# Geometry and Transport
/source/geometry/ @gcosmo @jonapost
/source/processes/transportation/ @gcosmo @jonapost
# Generic Processes and Materials
/source/materials/ @marcverderi @civanch
/source/parameterisations/ @marcverderi
/source/parameterisations/channeling/ @pandola
/source/parameterisations/gflash/ @marcverderi
/source/processes/biasing/ @marcverderi @civanch
/source/processes/parameterisation/ @marcverderi @civanch
# Electromagnetic Standard Physics
/source/processes/electromagnetic/ @civanch @dsawkey
/source/processes/electromagnetic/highenergy/ @civanch @dsawkey
/source/processes/electromagnetic/muons/ @civanch @dsawkey
/source/processes/electromagnetic/polarisation/ @civanch @dsawkey
/source/processes/electromagnetic/standard/ @civanch @dsawkey
/source/processes/electromagnetic/xrays/ @civanch @dsawkey
/source/processes/optical/ @civanch @dsawkey
# Low Energy Electromagnetic Physics
/source/processes/electromagnetic/dna/ @sincerti @pandola
/source/processes/electromagnetic/lowenergy/ @sincerti @pandola
/source/processes/electromagnetic/pii/ @sincerti @pandola
# Hadronic Physics
# TBA: Dennis Wright
/source/processes/hadronic/ @AlbertoRibon
# Persistency
/source/persistency/ @gcosmo @WitekPokorski
/source/analysis/ @ihrivnac
# User and Category Interfaces
/source/intercoms/ @koichi-murakami @makotoasai
/source/interfaces/ @koichi-murakami @laurent-garnier
/environments/ @drbenmorgan @koichi-murakami
# Visualization
/source/graphics_reps/ @laurent-garnier @jiperl @johna1941
/source/visualization/ @laurent-garnier @jiperl @johna1941
# Physics Lists
/source/physics_lists/ @gunterfolger @hanswenzel
# Novice+Extended Examples (Individual Examples assigned to Responsibles)
/examples/basic/ @ihrivnac @ashoward
/examples/novice/ @ihrivnac @ashoward
/examples/extended/ @ihrivnac @ashoward
# Advanced Examples (Can be extended with responsibles per example)
/examples/advanced/ @guatelli @romanofrancesco
# Testing
/tests/ @gunterfolger @whokion
# Other
/source/error_propagation/ @arceciemat
/source/externals/ @gcosmo @drbenmorgan @gunterfolger