Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
FWCore
Utilities
interface
Adler32Calculator.h
Go to the documentation of this file.
1
#ifndef FWCore_Utilities_Adler32Calculator_h
2
#define FWCore_Utilities_Adler32Calculator_h
3
4
#include <sys/types.h>
5
#include <stdint.h>
6
7
/*
8
Code to calculate a Adler32 checksum on a file. This code is based
9
on code copied from the web in the public domain.
10
*/
11
12
namespace
cms {
13
14
void
Adler32
(
char
const
*
data
,
size_t
len, uint32_t&
a
, uint32_t&
b
);
15
uint32_t
Adler32
(
char
const
*
data
,
size_t
len);
16
}
17
#endif
cms::Adler32
void Adler32(char const *data, size_t len, uint32_t &a, uint32_t &b)
Definition:
Adler32Calculator.cc:11
b
double b
Definition:
hdecay.h:120
data
char data[epos_bytes_allocation]
Definition:
EPOS_Wrapper.h:82
a
double a
Definition:
hdecay.h:121
Generated for CMSSW Reference Manual by
1.8.5