We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c185ca8 commit 16eb7a7Copy full SHA for 16eb7a7
1 file changed
Common/Core/RecoDecay.h
@@ -19,12 +19,12 @@
19
20
#include <CommonConstants/MathConstants.h>
21
22
-#include <TMCProcess.h> // for VMC Particle Production Process
23
#include <TPDGCode.h> // for PDG codes
24
25
#include <algorithm> // std::find
26
#include <array> // std::array
27
#include <cmath> // std::abs, std::sqrt
+#include "TMCProcess.h" // for VMC Particle Production Process
28
#include <cstddef> // std::size_t
29
#include <cstdint> // intX_t
30
#include <tuple> // std::apply
0 commit comments