CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
MatriplexCommon.cc
Go to the documentation of this file.
1 #include <cstdio>
2 
3 namespace Matriplex {
4  void align_check(const char *pref, void *adr) {
5  printf("%s 0x%llx - modulo 64 = %lld\n", pref, (long long unsigned)adr, (long long)adr % 64);
6  }
7 } // namespace Matriplex
void align_check(const char *pref, void *adr)
printf("params %d %f %f %f\n", minT, eps, errmax, chi2max)