DataType.h
Go to the documentation of this file.
1 #ifndef __DBIDATATYPE_HPP_
2 #define __DBIDATATYPE_HPP_
3 
4 namespace nutools {
5  namespace dbi {
6  enum DataType {
7  kNone=1,
8  kMCOnly=2,
11  };
12  }
13 }
14 
15 #endif
Simple service to provide a RunHistory configured to the right run.
Definition: Column.cpp:14