Page MenuHomeHEPForge

No OneTemporary

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

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)

Event Timeline