test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CondFormats
Common
interface
IOVProvenance.h
Go to the documentation of this file.
1
#ifndef Cond_IOVProvenance_h
2
#define Cond_IOVProvenance_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
namespace
cond {
7
8
class
IOVProvenance
{
9
public
:
10
IOVProvenance
(){}
11
virtual
~ IOVProvenance
(){}
12
virtual
IOVProvenance
*
clone
()
const
{
return
new
IOVProvenance
(*
this
);}
13
14
private
:
15
16
COND_SERIALIZABLE
;
17
};
18
19
20
}
21
22
#endif
cond::IOVProvenance::IOVProvenance
IOVProvenance()
Definition:
IOVProvenance.h:10
cond::IOVProvenance
Definition:
IOVProvenance.h:8
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:37
cond::IOVProvenance::clone
virtual IOVProvenance * clone() const
Definition:
IOVProvenance.h:12
Serializable.h
cond::IOVProvenance::~IOVProvenance
virtual ~IOVProvenance()
Definition:
IOVProvenance.h:11
Generated for CMSSW Reference Manual by
1.8.5