Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F9501738
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
685 B
Subscribers
None
View Options
diff --git a/include/HEJ/LorentzVector.hh b/include/HEJ/LorentzVector.hh
index 0b5ed8e..8190f92 100644
--- a/include/HEJ/LorentzVector.hh
+++ b/include/HEJ/LorentzVector.hh
@@ -1,16 +1,25 @@
+/** \file
+ * \brief Auxiliary functions for Lorentz vectors
+ *
+ * \authors The HEJ collaboration (see AUTHORS for details)
+ * \date 2019
+ * \copyright GPLv2 or later
+ */
+#pragma once
+
#include "CLHEP/Vector/LorentzVector.h"
namespace HEJ {
inline
auto dot(
CLHEP::HepLorentzVector const & h1,
CLHEP::HepLorentzVector const & h2
) {
return h1.dot(h2);
}
inline
auto m2(CLHEP::HepLorentzVector const & h1) {
return h1.m2();
}
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Feb 23, 3:01 PM (16 m, 57 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4475283
Default Alt Text
(685 B)
Attached To
rHEJ HEJ
Event Timeline
Log In to Comment