Jpp master_rocky-44-g75b7c4f75
the software that should make you happy
Loading...
Searching...
No Matches
JAHRSDetectorCalibration.hh
Go to the documentation of this file.
1#ifndef __JDB_JAHRSDETECTORCALIBRATION__
2#define __JDB_JAHRSDETECTORCALIBRATION__
3
4#include <TROOT.h>
5#include <TObject.h>
6
7#include <string>
8
10#include "JDB/JDatim_t.hh"
11
12/**
13 * \author mdejong
14 */
15namespace JDATABASE {}
16namespace JPP { using namespace JDATABASE; }
17
18namespace JDATABASE {
19
21 public JAHRSCalibration
22 {
23 static const char* const getName() { return "detahrscalib"; } //!< Table name
24
Auxiliary classes and methods for database I/O.
Definition JAHRS.hh:14
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
static const char *const getName()
Table name.
ClassDef(JAHRSDetectorCalibration, 1)
Auxiliairy data structure for date and time.
Definition JDatim_t.hh:32