ATLAS Offline Software
Loading...
Searching...
No Matches
BoostToCenterOfMass.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef jetsubstructureutils_boosttocenterofmass_header
6#define jetsubstructureutils_boosttocenterofmass_header
7
8#include <vector>
9#include "fastjet/PseudoJet.hh"
10namespace JetSubStructureUtils {
11 std::vector<fastjet::PseudoJet> boostToCenterOfMass(const fastjet::PseudoJet& jet,
12 std::vector<fastjet::PseudoJet> constituents);
13}
14
15#endif
std::vector< fastjet::PseudoJet > boostToCenterOfMass(const fastjet::PseudoJet &jet, std::vector< fastjet::PseudoJet > constituents)