Changes in external/fastjet/ClusterSequence1GhostPassiveArea.hh [35cdc46:1d208a2] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/ClusterSequence1GhostPassiveArea.hh
r35cdc46 r1d208a2 1 1 //FJSTARTHEADER 2 // $Id: ClusterSequence1GhostPassiveArea.hh 3433 2014-07-23 08:17:03Z salam$2 // $Id: ClusterSequence1GhostPassiveArea.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 … … 70 70 /// AreaBase one rather than the ActiveArea one (which for which we 71 71 /// do not have the information). 72 virtual double n_empty_jets(const Selector & selector) const {72 virtual double n_empty_jets(const Selector & selector) const FASTJET_OVERRIDE { 73 73 return ClusterSequenceAreaBase::n_empty_jets(selector); 74 74 }
Note:
See TracChangeset
for help on using the changeset viewer.