Changeset d69dfe4 in git for external/fastjet/PseudoJetStructureBase.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/PseudoJetStructureBase.hh
r88a9b72 rd69dfe4 1 #ifndef __FASTJET_PSEUDOJET_STRUCTURE_BASE_HH__ 2 #define __FASTJET_PSEUDOJET_STRUCTURE_BASE_HH__ 3 1 4 //STARTHEADER 2 // $Id: PseudoJetStructureBase.hh 2670 2011-11-11 17:01:06Z salam$5 // $Id: PseudoJetStructureBase.hh 3071 2013-04-01 12:52:46Z cacciari $ 3 6 // 4 7 // Copyright (c) 2005-2011, Matteo Cacciari, Gavin P. Salam and Gregory Soyez … … 28 31 29 32 30 #ifndef __FASTJET_PSEUDOJET_STRUCTURE_BASE_HH__31 #define __FASTJET_PSEUDOJET_STRUCTURE_BASE_HH__32 33 33 #include "fastjet/internal/base.hh" 34 34 … … 40 40 class PseudoJet; 41 41 class ClusterSequence; 42 #ifndef __FJCORE__ 42 43 class ClusterSequenceAreaBase; 44 #endif // __FJCORE__ 43 45 44 46 /// @ingroup extra_info … … 85 87 virtual const ClusterSequence * validated_cs() const; 86 88 89 #ifndef __FJCORE__ 87 90 /// if the jet has valid area information then return a pointer to 88 91 /// the associated ClusterSequenceAreaBase object; otherwise throw an error 89 92 virtual const ClusterSequenceAreaBase * validated_csab() const; 93 #endif 90 94 91 95 //\} … … 203 207 // parent ClusterSequence (See ClusterSequenceAreaBase for details) 204 208 //------------------------------------------------------------------ 209 #ifndef __FJCORE__ 205 210 206 211 /// check if it has a defined area … … 230 235 virtual bool is_pure_ghost(const PseudoJet &reference) const; 231 236 237 #endif // __FJCORE__ 232 238 //\} --- end of jet structure ------------------------------------- 233 239 };
Note:
See TracChangeset
for help on using the changeset viewer.