g4tools  5.4.0
smath
Go to the documentation of this file.
1 // Copyright (C) 2010, Guy Barrand. All rights reserved.
2 // See the file tools.license for terms.
3 
4 #ifndef tools_smath
5 #define tools_smath
6 
7 #include <string>
8 #include "S_STRING"
9 
10 namespace tools {
11 
20 TOOLS_GLOBAL_STRING(upper_delta)
22 
23 inline const std::string& s_partial_derivative() {
24  static const std::string s_v("partiald");
25  return s_v;
26 }
27 
28 }
29 
30 #endif
31 
32 
TOOLS_GLOBAL_STRING
#define TOOLS_GLOBAL_STRING(a_name)
Definition: S_STRING:29
tools
inlined C code : ///////////////////////////////////
Definition: aida_ntuple:26
S_STRING
tools::s_partial_derivative
const std::string & s_partial_derivative()
Definition: smath:23