-
Notifications
You must be signed in to change notification settings - Fork 6
/
CODEOWNERS
Validating CODEOWNERS rules...
22 lines (21 loc) · 1.12 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#################################################################################
# GitHub Handle Name
# ============= ====
# @asligonulacar Asli Acar
# @c-dilks Christopher Dilks
# @RichCap Richard Capobianco
# @rtysonCLAS12 Richard Tyson
# @Gregtom3 Gregory Matousek
#################################################################################
* @c-dilks
src/iguana/algorithms/clas12/EventBuilderFilter/* @c-dilks
src/iguana/algorithms/clas12/FTEnergyCorrection/* @asligonulacar
src/iguana/algorithms/clas12/FiducialFilter/* @Gregtom3
src/iguana/algorithms/clas12/MomentumCorrection/* @RichCap @c-dilks
src/iguana/algorithms/clas12/PhotonGBTFilter/* @Gregtom3
src/iguana/algorithms/clas12/SectorFinder/* @rtysonCLAS12
src/iguana/algorithms/clas12/ZVertexFilter/* @rtysonCLAS12
src/iguana/algorithms/physics/DihadronKinematics/* @c-dilks
src/iguana/algorithms/physics/InclusiveKinematics/* @c-dilks
src/iguana/algorithms/physics/SingleHadronKinematics/* @c-dilks
src/iguana/services/YAMLReader.* @rtysonCLAS12 @c-dilks