Page MenuHomeHEPForge

FastJetUtils.cc
No OneTemporary

FastJetUtils.cc

// 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

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)

Event Timeline