Changes in external/fastjet/ClusterSequenceActiveAreaExplicitGhosts.hh [35cdc46:1d208a2] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/ClusterSequenceActiveAreaExplicitGhosts.hh
r35cdc46 r1d208a2 1 1 //FJSTARTHEADER 2 // $Id: ClusterSequenceActiveAreaExplicitGhosts.hh 3433 2014-07-23 08:17:03Z salam$2 // $Id: ClusterSequenceActiveAreaExplicitGhosts.hh 4047 2016-03-03 13:21:49Z soyez $ 3 3 // 4 4 // Copyright (c) 2005-2014, Matteo Cacciari, Gavin P. Salam and Gregory Soyez … … 97 97 98 98 /// returns the area of a jet 99 virtual double area (const PseudoJet & jet) const ;99 virtual double area (const PseudoJet & jet) const FASTJET_OVERRIDE; 100 100 101 101 /// returns a four vector corresponding to the sum (E-scheme) of the … … 103 103 /// for a small contiguous area the p_t of the extended_area jet is 104 104 /// equal to area of the jet. 105 virtual PseudoJet area_4vector (const PseudoJet & jet) const ;105 virtual PseudoJet area_4vector (const PseudoJet & jet) const FASTJET_OVERRIDE; 106 106 107 107 /// true if a jet is made exclusively of ghosts 108 virtual bool is_pure_ghost(const PseudoJet & jet) const ;108 virtual bool is_pure_ghost(const PseudoJet & jet) const FASTJET_OVERRIDE; 109 109 110 110 /// true if the entry in the history index corresponds to a … … 114 114 115 115 /// this class does have explicit ghosts 116 virtual bool has_explicit_ghosts() const {return true;}116 virtual bool has_explicit_ghosts() const FASTJET_OVERRIDE {return true;} 117 117 118 118 /// return the total area, corresponding to a given Selector, that … … 120 120 /// 121 121 /// The selector needs to apply jet by jet 122 virtual double empty_area(const Selector & selector) const ;122 virtual double empty_area(const Selector & selector) const FASTJET_OVERRIDE; 123 123 124 124 /// returns the total area under study
Note:
See TracChangeset
for help on using the changeset viewer.