BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Test.cxx File Reference
#include "PatBField/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/PatBField/test/Test.cxx.

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