Changeset d69dfe4 in git for external/fastjet/Selector.hh
- Timestamp:
- Nov 20, 2013, 9:52:59 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- fc39685
- Parents:
- 88a9b72
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/Selector.hh
r88a9b72 rd69dfe4 1 #ifndef __ SELECTOR_HH__2 #define __ SELECTOR_HH__1 #ifndef __FASTJET_SELECTOR_HH__ 2 #define __FASTJET_SELECTOR_HH__ 3 3 4 4 //STARTHEADER 5 // $Id: Selector.hh 2687 2011-11-14 11:17:51Z soyez$5 // $Id: Selector.hh 3203 2013-09-15 07:49:50Z salam $ 6 6 // 7 7 // Copyright (c) 2009-2011, Matteo Cacciari, Gavin P. Salam and Gregory Soyez … … 31 31 32 32 #include "fastjet/PseudoJet.hh" 33 #ifndef __FJCORE__ 33 34 #include "fastjet/RangeDefinition.hh" // for initialisation from a RangeDefinition 35 #endif // __FJCORE__ 34 36 #include <limits> 35 37 #include <cmath> … … 150 152 151 153 154 #ifndef __FJCORE__ 152 155 /// ctor from a RangeDefinition 153 156 /// … … 160 163 /// the direct use of this constructor. 161 164 Selector(const RangeDefinition &range); 165 #endif // __FJCORE__ 162 166 163 167 /// dummy virtual dtor … … 229 233 } 230 234 235 #ifndef __FJCORE__ 231 236 /// returns the rapidity-phi area associated with the Selector 232 237 /// (throws InvalidArea if the area does not make sense). … … 248 253 /// 249 254 double area(double ghost_area) const; 255 #endif // __FJCORE__ 250 256 251 257 /// returns a (reference to) the underlying worker's shared pointer … … 455 461 Selector SelectorIsZero(); 456 462 463 #ifndef __FJCORE__ 457 464 /// select objects that are (or are only made of) ghosts. 458 465 /// PseudoJets for which has_area() are considered non-pure-ghost. 459 466 Selector SelectorIsPureGhost(); 467 #endif // __FJCORE__ 460 468 461 469 /// @} … … 463 471 FASTJET_END_NAMESPACE // defined in fastjet/internal/base.hh 464 472 465 #endif // __ SELECTOR_HH__466 473 #endif // __FASTJET_SELECTOR_HH__ 474
Note:
See TracChangeset
for help on using the changeset viewer.