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 $Id: ParameterSetID.h,v 1.1 2007/03/04 04:48:09 wmtan Exp $
15 
16 ----------------------------------------------------------------------*/
17 
20 
21 namespace edm
22 {
24 
25 }
26 #endif
Hash< ParameterSetType > ParameterSetID