6#include "rdbModel/Rdb.h"
7#include "rdbModel/Management/Visitor.h"
8#include "rdbModel/Tables/Column.h"
9#include "rdbModel/Tables/Table.h"
23 Set(
Table* table,
const std::string& destColName,
25 const std::string& srcValue,
FIELDTYPE srcType,
26 const std::string& interp = std::string(
"")) :
27 m_myTable(table), m_destCol(destColName), m_destType(destType),
28 m_srcValue(srcValue), m_srcType(srcType), m_interp(interp) {}
43 const std::string&
getInterp()
const {
return m_interp;}
45 bool hasInterp()
const {
return (m_interp.size() > 0);}
50 std::string m_destCol;
53 std::string m_srcValue;
**********Class see also m_nmax DOUBLE PRECISION m_amel DOUBLE PRECISION m_x2 DOUBLE PRECISION m_alfinv DOUBLE PRECISION m_Xenph INTEGER m_KeyWtm INTEGER m_idyfs DOUBLE PRECISION m_zini DOUBLE PRECISION m_q2 DOUBLE PRECISION m_Wt_KF DOUBLE PRECISION m_WtCut INTEGER m_KFfin *COMMON c_KarLud $ !Input CMS energy[GeV] $ !CMS energy after beam spread beam strahlung[GeV] $ !Beam energy spread[GeV] $ !z boost due to beam spread $ !electron beam mass *ff pair spectrum $ !minimum v
const std::string & getInterp() const
const std::string & getDestColName() const
Set(Table *table, const std::string &destColName, FIELDTYPE destType, const std::string &srcValue, FIELDTYPE srcType, const std::string &interp=std::string(""))
FIELDTYPE getDestType() const
Visitor::VisitorState accept(Visitor *v)
const std::string & getSrcValue() const
FIELDTYPE getSrcType() const