1
0
mirror of synced 2024-06-03 11:18:10 +02:00
modern-cmake/examples/root-usefile/SimpleExample.cxx

8 lines
104 B
C++
Raw Normal View History

2018-05-01 17:18:27 +02:00
#include <TLorentzVector.h>
int main() {
TLorentzVector v(1,2,3,4);
v.Print();
return 0;
}