Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
EventFilter
Utilities
interface
LegendItem.h
Go to the documentation of this file.
1
/*
2
* LegendItem.h
3
*
4
* Created on: Sep 24, 2012
5
* Author: aspataru
6
*/
7
8
#ifndef LEGENDITEM_H_
9
#define LEGENDITEM_H_
10
11
#include <string>
12
13
namespace
jsoncollector {
14
class
LegendItem
{
15
16
public
:
17
LegendItem
(
std::string
name
,
std::string
operation);
18
virtual
~LegendItem
();
19
20
std::string
getName
()
const
{
21
return
name_
;
22
}
23
std::string
getOperation
()
const
{
24
return
operation_
;
25
}
26
27
private
:
28
std::string
name_
,
operation_
;
29
};
30
}
31
32
#endif
/* LEGENDITEM_H_ */
jsoncollector::LegendItem::getName
std::string getName() const
Definition:
LegendItem.h:20
jsoncollector::LegendItem::LegendItem
LegendItem(std::string name, std::string operation)
Definition:
LegendItem.cc:13
jsoncollector::LegendItem::operation_
std::string operation_
Definition:
LegendItem.h:28
mergeVDriftHistosByStation.name
string name
Definition:
mergeVDriftHistosByStation.py:77
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
jsoncollector::LegendItem
Definition:
LegendItem.h:14
jsoncollector::LegendItem::getOperation
std::string getOperation() const
Definition:
LegendItem.h:23
jsoncollector::LegendItem::~LegendItem
virtual ~LegendItem()
Definition:
LegendItem.cc:17
jsoncollector::LegendItem::name_
std::string name_
Definition:
LegendItem.h:28
Generated for CMSSW Reference Manual by
1.8.5