LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
ColumnDef.cpp
Go to the documentation of this file.
2 
3 //************************************************************
4 namespace nutools {
5  namespace dbi {
6  ColumnDef::ColumnDef(std::string cname, std::string ctype) :
7  fCanBeNull(true),fTolerance(0.),fType(ctype),fName(cname),fValue("")
8  {
9 
10  }
11 
12  //************************************************************
13 
15  {
16 
17  }
18 
19  }
20 }
Simple service to provide a RunHistory configured to the right run.
Definition: Column.cpp:14
ColumnDef(std::string cname, std::string ctype)
Definition: ColumnDef.cpp:6