CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
19 
20 namespace edm
21 {
23 
24 }
25 #endif
Hash< ParameterSetType > ParameterSetID