This website requires JavaScript.
Explore
Help
Sign In
docs
/
modern-cmake
Watch
1
Star
0
Fork
0
You've already forked modern-cmake
mirror of
synced
2024-11-05 20:48:56 +01:00
Code
Issues
Releases
Wiki
Activity
7f255e6648
modern-cmake
/
examples
/
root-simple
/
SimpleExample.cxx
8 lines
104 B
C++
Raw
Normal View
History
Unescape
Escape
Adding ROOT, moving to term
2018-03-28 20:50:38 +02:00
#
include
<TLorentzVector.h>
Adding nice examples
2018-03-29 13:26:47 +02:00
Adding ROOT, moving to term
2018-03-28 20:50:38 +02:00
int
main
(
)
{
TLorentzVector
v
(
1
,
2
,
3
,
4
)
;
v
.
Print
(
)
;
return
0
;
}
Reference in New Issue
Copy Permalink