CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
CgemGeoSeparator.cxx
Go to the documentation of this file.
1#include <iostream>
2#include <iomanip>
3
4#include "CgemGeomSvc/CgemGeoSeparator.h"
5
6using namespace std;
7
9}
10
12
13}
14
16
17 cout << "===============CgemSeparator Information===============" << endl;
18 cout << "L_Separator "
19 << "R_i_Separator "
20 << "R_o_Separator "
21 << endl;
22 cout << left << setw(11) << m_L_Separator
23 << left << setw(14) << m_R_i_Separator
24 << left << setw(14) << m_R_o_Separator << endl;
25 cout << "===============CgemSeparator is over!================" << endl;
26 cout << " " << endl;
27}