#include "Conventions/RunType.h"
#include <cctype>
#include <string>
#include <algorithm>
Include dependency graph for RunType.cc:
Go to the source code of this file.
Variables | |
static const char * | names [] |
const char* names[] [static] |
Initial value:
{ "Unknown", "Physics", "Pedestal", "Calibration", "ElecCalib", "Debug", 0 }
Definition at line 9 of file RunType.cc.