InputTag_fwd.h
Definition: optional.h:869
bool operator==(const InputTag &rhs) const
Test equality between two InputTags.
Definition: InputTag.cc:85
size_t operator()(const InputTag &tag) const
Compute hash of InputTag.
Definition: InputTag_fwd.h:126
std::string toString() const
Convert the InputTag in its string representation.
Definition: InputTag.cc:89
static InputTag fromString(const std::string &tag)
Create a input tag from its string representation.
Definition: InputTag.cc:75
static bool isInputTag(const std::string &tag)
Check if a given string represent an InputTag.
Definition: InputTag.cc:54