CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
dbgPrintf.h
Go to the documentation of this file.
1 #ifndef L1Trigger_Phase2L1ParticleFlow_dbgPrintf_h
2 #define L1Trigger_Phase2L1ParticleFlow_dbgPrintf_h
3 
4 template <typename... Args>
5 inline void dbgPrintf(const char *formatString, Args &&...args) {
6 #ifdef L1PF_DEBUG
7  printf(formatString, std::forward<Args>(args)...);
8 #endif
9 }
10 
11 #endif
void dbgPrintf(const char *formatString, Args &&...args)
Definition: dbgPrintf.h:5
printf("params %d %f %f %f\n", minT, eps, errmax, chi2max)