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