src
RecoTracker
MkFitCore
src
Matriplex
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
Matriplex::align_check
void align_check(const char *pref, void *adr)
Definition:
MatriplexCommon.cc:4
Matriplex
Definition:
Matriplex.h:6
Generated for CMSSW Reference Manual by
1.8.14