All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Experiment.hh
Go to the documentation of this file.
1 #ifndef __sbnanalysis_core_Experiment__
2 #define __sbnanalysis_core_Experiment__
3 
4 /**
5  * \file Experiment.hh
6  *
7  * Identifiers for experiments.
8  *
9  * Author: A. Mastbaum <mastbaum@uchicago.edu>, 2019/03/01
10  */
11 
12 /** Identifier for known experiments. */
13 typedef enum {
20  kExpOther = 1000
21 } Experiment;
22 
23 #endif // __sbnanalysis_core_Experiment__
24 
Experiment
Definition: Experiment.hh:13