Main Page
Namespaces
Classes
Package Documentation
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
16
COND_SERIALIZABLE
;
17
};
18
19
20
}
21
22
#endif
cond::IOVDescription::clone
virtual IOVDescription * clone() const
Definition:
IOVDescription.h:12
cond::IOVDescription::~IOVDescription
virtual ~IOVDescription()
Definition:
IOVDescription.h:11
cond::IOVDescription::IOVDescription
IOVDescription()
Definition:
IOVDescription.h:10
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:38
cond::IOVDescription
Definition:
IOVDescription.h:8
cond
Definition:
plugin.cc:24
Serializable.h
Generated for CMSSW Reference Manual by
1.8.11