BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Index.cxx
Go to the documentation of this file.
1// $Header: /bes/bes/BossCvs/Calibration/rdbModel/src/Tables/Index.cxx,v 1.1.1.1 2005/10/17
2// 06:10:53 maqm Exp $
3
4#include "rdbModel/Tables/Index.h"
5
6namespace rdbModel {
7
9 Visitor::VisitorState state = v->visitIndex( this );
10 if ( state == Visitor::VBRANCHDONE ) return Visitor::VCONTINUE;
11 return state;
12 }
13
14 const std::vector<std::string>& Index::getColumnNames() { return m_indexCols; }
15
16} // namespace rdbModel
**********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
Definition KarLud.h:35
const std::vector< std::string > & getColumnNames()
Definition Index.cxx:14
Visitor::VisitorState accept(Visitor *v)
Definition Index.cxx:8