Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
DataFormats
Provenance
interface
ParameterSetID.h
Go to the documentation of this file.
1
#ifndef DataFormats_Provenance_ParameterSetID_h
2
#define DataFormats_Provenance_ParameterSetID_h
3
4
/*----------------------------------------------------------------------
5
6
ParameterSetID: A globally unique identifier for each collection of
7
tracked parameters. Two ParameterSet objects will have equal
8
ParameterSetIDs if they contain the same set of tracked parameters.
9
10
We calculate the ParameterSetID from the names and values of the
11
tracked parameters within a ParameterSet, currently using the MD5
12
algorithm.
13
14
15
----------------------------------------------------------------------*/
16
17
#include "
DataFormats/Provenance/interface/Hash.h
"
18
#include "
DataFormats/Provenance/interface/HashedTypes.h
"
19
20
namespace
edm {
21
typedef
Hash<ParameterSetType>
ParameterSetID
;
22
23
}
24
#endif
edm::Hash< ParameterSetType >
HashedTypes.h
Hash.h
edm::ParameterSetID
Hash< ParameterSetType > ParameterSetID
Definition:
ParameterSetID.h:21
Generated for CMSSW Reference Manual by
1.8.5