5#include "rdbModel/Management/Visitor.h"
6#include "rdbModel/Rdb.h"
7#include "rdbModel/Tables/Column.h"
8#include "rdbModel/Tables/Table.h"
25 const std::string& srcValue,
FIELDTYPE srcType,
26 const std::string& interp = std::string(
"" ) )
28 , m_destCol( destColName )
29 , m_destType( destType )
30 , m_srcValue( srcValue )
31 , m_srcType( srcType )
32 , m_interp( interp ) {}
47 const std::string&
getInterp()
const {
return m_interp; }
49 bool hasInterp()
const {
return ( m_interp.size() > 0 ); }
54 std::string m_destCol;
57 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