1
0
mirror of synced 2024-05-29 16:58:23 +02:00
modern-cmake/examples/root-usefile/SimpleExample.cxx
Henry Fredrick Schreiner 49f3b682b2 Adding updates for ROOT
2018-05-01 18:01:36 +02:00

8 lines
104 B
C++

#include <TLorentzVector.h>
int main() {
TLorentzVector v(1,2,3,4);
v.Print();
return 0;
}