Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
FWCore
Utilities
src
GlobalIdentifier.cc
Go to the documentation of this file.
1
#include "
FWCore/Utilities/interface/GlobalIdentifier.h
"
2
#include "
FWCore/Utilities/interface/Guid.h
"
3
4
namespace
edm {
5
std::string
createGlobalIdentifier
(
bool
binary) {
6
Guid
guid;
7
return
binary ? guid.
toBinary
() : guid.
toString
();
8
}
9
}
// namespace edm
GlobalIdentifier.h
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
Guid.h
edm::Guid::toString
std::string const toString() const
conversion to formatted string reprentation
Definition:
Guid.cc:38
edm::Guid
Definition:
Guid.h:26
edm::createGlobalIdentifier
std::string createGlobalIdentifier(bool binary=false)
Definition:
GlobalIdentifier.cc:5
edm::Guid::toBinary
std::string const toBinary() const
conversion to binary string reprentation
Definition:
Guid.cc:30
Generated for CMSSW Reference Manual by
1.8.5