Main Page
Namespaces
Classes
Package Documentation
DetectorDescription
Core
src
DDSplit.cc
Go to the documentation of this file.
1
#include "
DetectorDescription/Core/interface/DDSplit.h
"
2
3
std::pair<std::string,std::string>
DDSplit
(
const
std::string
&
n
)
4
{
5
std::string
name
,ns;
6
std::string::size_type
pos
= n.find(
':'
);
7
if
(pos==std::string::npos) {
8
ns =
""
;
9
name =
n
;
10
}
11
else
{
12
ns =
std::string
(n,0,pos);
13
name =
std::string
(n,pos+1,n.size()-1);
14
}
15
return
std::make_pair(name,ns);
16
}
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
trigger::size_type
uint16_t size_type
Definition:
TriggerTypeDefs.h:19
DDSplit
std::pair< std::string, std::string > DDSplit(const std::string &n)
split into (name,namespace), separator = ':'
Definition:
DDSplit.cc:3
pos
Definition:
PixelAliasList.h:18
gen::n
int n
Definition:
Cascade2Hadronizer.cc:79
DDSplit.h
dataset.name
name
Definition:
dataset.py:45
Generated for CMSSW Reference Manual by
1.8.11