#include <string>
#include <vector>
#include "NovaDAQConventions/DAQConventions.h"
Go to the source code of this file.
Classes | |
class | om::HistoData |
Namespaces | |
om | |
Online Monitoring package header. | |
Typedefs | |
typedef enum om::_det_types | om::Detector_t |
typedef enum om::_histo_types | om::Histo_t |
Enumerations | |
enum | om::_det_types { om::kNDOS = novadaq::cnv::kNDOS, om::kNEARDET = novadaq::cnv::kNEARDET, om::kFARDET = novadaq::cnv::kFARDET, om::kTESTBEAM = novadaq::cnv::kTESTBEAM, om::kALLDET = novadaq::cnv::kNDetector, om::kUnknownDet = 999999 } |
enum | om::_histo_types { om::kUnknownType, om::kTH1F, om::kTH2F } |