CGEM BOSS 6.6.5.i
BESIII Offline Software System
Loading...
Searching...
No Matches
Test.cxx File Reference
#include "BField/BFieldFixed.h"

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 3 of file Reconstruction/MdcPatRec/BField/BField-00-01-02/test/Test.cxx.

4{
5 BFieldFixed bf(0.0,0.0,1.0);
6 bf.print();
7 return 0;
8}