Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F10664192
FastJetUtils.cc
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
FastJetUtils.cc
View Options
// Copyright 2010, Pierre-Antoine Delsart, Kurtis Geerlings, Joey Huston,
// Brian Martin, and Christopher Vermilion
//
//----------------------------------------------------------------------
// This file is part of SpartyJet.
//
// SpartyJet is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 3 of the License, or
// (at your option) any later version.
//
// SpartyJet is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with SpartyJet; if not, write to the Free Software
// Foundation, Inc.:
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//----------------------------------------------------------------------
#include
"FastJetUtils.hh"
namespace
fastjet
{
template
<>
PseudoJet
::
PseudoJet
(
const
SpartyJet
::
Jet
&
v
){
_E
=
v
.
E
();
_px
=
v
.
px
();
_py
=
v
.
py
();
_pz
=
v
.
pz
();
this
->
_finish_init
();
// some default values for these two indices
set_cluster_hist_index
(
-
1
);
set_user_index
(
v
.
index
());
//set_index(v.index());
}
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Thu, Apr 24, 6:32 AM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4883527
Default Alt Text
FastJetUtils.cc (1 KB)
Attached To
rSPARTYJETSVN spartyjetsvn
Event Timeline
Log In to Comment