test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Utilities
StaticAnalyzers
src
murmur.h
Go to the documentation of this file.
1
//-----------------------------------------------------------------------------
2
// MurmurHash3 was written by Austin Appleby, and is placed in the public
3
// domain. The author hereby disclaims copyright to this source code.
4
5
#ifndef _MURMURHASH3_H_
6
#define _MURMURHASH3_H_
7
8
#include <stdint.h>
9
10
#ifdef __cplusplus
11
extern
"C"
12
{
13
#endif
14
void
MurmurHash3_x64_128
(
const
void
*
key
,
int
len, uint32_t
seed
,
void
*
out
);
15
#ifdef __cplusplus
16
}
17
#endif
18
19
#endif // _MURMURHASH3_H_
relval_steps.key
string key
FastSim: produces sample of signal events, overlayed with premixed minbias events.
Definition:
relval_steps.py:665
GenerateHcalLaserBadRunList.out
tuple out
Definition:
GenerateHcalLaserBadRunList.py:91
MurmurHash3_x64_128
void MurmurHash3_x64_128(const void *key, int len, uint32_t seed, void *out)
fileCollector.seed
tuple seed
Definition:
fileCollector.py:125
Generated for CMSSW Reference Manual by
1.8.5