CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/MdcPatRec/BField/BField-00-01-02/test/Test.cxx
Go to the documentation of this file.
1#include "BField/BFieldFixed.h"
2
3int main()
4{
5 BFieldFixed bf(0.0,0.0,1.0);
6 bf.print();
7 return 0;
8}