45 std::vector<std::string> selectedPaths;
46 for (std::vector<std::string>::const_iterator it = pathList.begin(); it != pathList.end(); ++it) {
50 nmatch += TPRegexp(*kt).Match(*it);
55 selectedPaths.push_back(*it);
65 for (std::vector<std::string>::iterator it = selectedPaths.begin(); it != selectedPaths.end(); it++) {
67 std::map<std::string, PixelMEs>::iterator iPos =
histoMap_.find(
tag);
73 htitle =
"# of Pixel Clusters (";
83 htitle =
"# of Pixel Vertices (";
87 VtxHistoPar.getParameter<int32_t>(
"Xbins"),
88 VtxHistoPar.getParameter<
double>(
"Xmin"),
89 VtxHistoPar.getParameter<
double>(
"Xmax"));
103 <<
" successfully extracted";
140 if ((ivtx->isValid() ==
true) && (ivtx->isFake() ==
false) && (ivtx->ndof() >=
minVtxDoF_) &&
141 (ivtx->tracksSize() != 0))
151 for (std::map<std::string, PixelMEs>::iterator it =
histoMap_.begin(); it !=
histoMap_.end(); ++it) {