src
CondFormats
Common
interface
IOVDescription.h
Go to the documentation of this file.
1
#ifndef Cond_IOVDescription_h
2
#define Cond_IOVDescription_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
namespace
cond
{
7
8
class
IOVDescription
{
9
public
:
10
IOVDescription
() {}
11
virtual
~IOVDescription
() {}
12
virtual
IOVDescription
*
clone
()
const
{
return
new
IOVDescription
(*
this
); }
13
14
private
:
15
COND_SERIALIZABLE
;
16
};
17
18
}
// namespace cond
19
20
#endif
cond::IOVDescription::~IOVDescription
virtual ~IOVDescription()
Definition:
IOVDescription.h:11
cond::IOVDescription::IOVDescription
IOVDescription()
Definition:
IOVDescription.h:10
cond::IOVDescription::clone
virtual IOVDescription * clone() const
Definition:
IOVDescription.h:12
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
cond::IOVDescription
Definition:
IOVDescription.h:8
cond
Serializable.h
Generated for CMSSW Reference Manual by
1.8.14