Main Page
Namespaces
Classes
Package Documentation
FWCore
Utilities
interface
ESInputTag.h
Go to the documentation of this file.
1
#ifndef FWCore_Utilities_ESInputTag_h
2
#define FWCore_Utilities_ESInputTag_h
3
// -*- C++ -*-
4
//
5
// Package: Utilities
6
// Class : ESInputTag
7
//
74
//
75
// Original Author: Chris Jones
76
// Created: Thu Feb 19 13:01:38 CST 2009
77
//
78
79
// system include files
80
#include <iosfwd>
81
#include <string>
82
83
// user include files
84
85
// forward declarations
86
namespace
edm
{
87
class
ESInputTag
{
88
public
:
89
explicit
ESInputTag
();
90
explicit
ESInputTag
(
const
std::string
& iModuleLabel,
const
std::string
& iDataLabel);
91
explicit
ESInputTag
(
const
std::string
& iEncodedValue);
92
93
// ---------- const member functions ---------------------
94
99
const
std::string
&
module
()
const
{
return
module_
; }
100
104
const
std::string
&
data
()
const
{
return
data_
; }
105
106
bool
operator==
(
const
edm::ESInputTag
& iRHS)
const
;
107
108
std::string
encode
()
const
;
109
110
private
:
111
// ---------- member data --------------------------------
112
std::string
module_
;
113
std::string
data_
;
114
};
115
116
std::ostream&
operator<<
(std::ostream&,
ESInputTag
const
&);
117
}
// namespace edm
118
119
#endif
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
edm::ESInputTag
Definition:
ESInputTag.h:87
edm::ESInputTag::ESInputTag
ESInputTag()
edm::ESInputTag::data_
std::string data_
Definition:
ESInputTag.h:113
edm::ESInputTag::data
const std::string & data() const
Definition:
ESInputTag.h:104
edm::ESInputTag::encode
std::string encode() const
Definition:
ESInputTag.cc:50
edm::ESInputTag::module_
std::string module_
Definition:
ESInputTag.h:112
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::ESInputTag::module
const std::string & module() const
Definition:
ESInputTag.h:99
edm::operator<<
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.
Definition:
HLTGlobalStatus.h:115
edm::ESInputTag::operator==
bool operator==(const edm::ESInputTag &iRHS) const
Definition:
ESInputTag.cc:46
Generated for CMSSW Reference Manual by
1.8.11