src
CondFormats
Common
src
GenericSummary.cc
Go to the documentation of this file.
1
#include "
CondFormats/Common/interface/GenericSummary.h
"
2
#include <ostream>
3
4
namespace
cond
{
5
GenericSummary::GenericSummary
() {}
6
7
GenericSummary::~GenericSummary
() {}
8
9
GenericSummary::GenericSummary
(
std::string
const
&
s
) : m_me(
s
) {}
10
11
void
GenericSummary::shortMessage
(std::ostream& os)
const
{ os <<
m_me
; }
12
13
void
GenericSummary::longMessage
(std::ostream& os)
const
{ os <<
m_me
; }
14
15
}
// namespace cond
cond::GenericSummary::m_me
std::string m_me
Definition:
GenericSummary.h:27
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
cond::GenericSummary::~GenericSummary
~GenericSummary() override
Definition:
GenericSummary.cc:7
cond::GenericSummary::GenericSummary
GenericSummary()
Definition:
GenericSummary.cc:5
cond::GenericSummary::longMessage
void longMessage(std::ostream &os) const override
Definition:
GenericSummary.cc:13
GenericSummary.h
cond
cond::GenericSummary::shortMessage
void shortMessage(std::ostream &os) const override
Definition:
GenericSummary.cc:11
Generated for CMSSW Reference Manual by
1.8.14