8 lines
104 B
C++
8 lines
104 B
C++
#include <TLorentzVector.h>
|
|
|
|
int main() {
|
|
TLorentzVector v(1,2,3,4);
|
|
v.Print();
|
|
return 0;
|
|
}
|