ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigHLTJetHypo
src
svec2dvec.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
./svec2dvec.h
"
6
#include "
./ArgStrToDouble.h
"
7
#include <algorithm>
8
9
std::vector<double>
svec2dvec
(
const
std::vector<std::string>& svec){
10
11
std::vector<double>
result
;
12
result
.resize(svec.size());
13
14
std::transform(svec.cbegin(), svec.cend(),
result
.begin(),
ArgStrToDouble
());
15
return
result
;
16
}
ArgStrToDouble.h
ArgStrToDouble
Definition
ArgStrToDouble.h:13
result
svec2dvec
std::vector< double > svec2dvec(const std::vector< std::string > &svec)
Definition
svec2dvec.cxx:9
svec2dvec.h
Generated on
for ATLAS Offline Software by
1.14.0