#include "Conventions/Reconstruction.h"
#include <cctype>
#include <string>
#include <algorithm>
Include dependency graph for Reconstruction.cc:
Go to the source code of this file.
Functions | |
const char * | ReconStatus::AsString (ReconStatus_t id) |
ReconStatus::ReconStatus_t | ReconStatus::FromString (const char *str) |
Variables | |
static const char * | names [] |
const char* names[] [static] |
Initial value:
{ "Unknown", "Good", "NotProcessed", "BadReadout", "NoHits", "NotConverged", 0 }
Definition at line 9 of file Reconstruction.cc.