CMS 3D CMS Logo

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
writedatasetfile.args
args
Definition: writedatasetfile.py:18
dbgPrintf
void dbgPrintf(const char *formatString, Args &&... args)
Definition: dbgPrintf.h:5