Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
gpuVertexFinder::printf
printf("params %d %f %f %f\n", minT, eps, errmax, chi2max)
Generated for CMSSW Reference Manual by
1.8.5