Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F11221892
HsmModeFinder3d.cc
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
553 B
Subscribers
None
HsmModeFinder3d.cc
View Options
#include
"RecoVertex/VertexTools/interface/hsm_3d.h"
#include
"RecoVertex/VertexTools/interface/HsmModeFinder3d.h"
/** Half sample mode in 3d, as a functional class.
*/
GlobalPoint
HsmModeFinder3d
::
operator
()
(
const
vector
<
PointAndDistance
>
&
values
)
const
{
vector
<
GlobalPoint
>
v
;
for
(
vector
<
PointAndDistance
>::
const_iterator
i
=
values
.
begin
();
i
!=
values
.
end
()
;
++
i
)
{
v
.
push_back
(
i
->
first
);
};
return
hsm_3d
(
v
);
}
HsmModeFinder3d
*
HsmModeFinder3d
::
clone
()
const
{
return
new
HsmModeFinder3d
(
*
this
);
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Wed, May 14, 11:04 AM (20 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5111336
Default Alt Text
HsmModeFinder3d.cc (553 B)
Attached To
rRAVESVN ravesvn
Event Timeline
Log In to Comment