Changeset d69dfe4 in git for external/fastjet/PseudoJetStructureBase.cc
- 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.cc
r88a9b72 rd69dfe4 32 32 #include "fastjet/PseudoJet.hh" 33 33 #include "fastjet/ClusterSequence.hh" 34 #ifndef __FJCORE__ 34 35 #include "fastjet/ClusterSequenceAreaBase.hh" 36 #endif // __FJCORE__ 35 37 36 38 using namespace std; … … 74 76 } 75 77 78 #ifndef __FJCORE__ 76 79 // if the jet has valid area information then return a pointer to 77 80 // the associated ClusterSequenceAreaBase object; otherwise throw an error … … 81 84 throw Error("This PseudoJet structure is not associated with a valid cluster sequence with area"); 82 85 } 86 #endif 83 87 84 88 … … 193 197 // parent ClusterSequence (See ClusterSequenceAreaBase for details) 194 198 //------------------------------------------------------------------ 199 #ifndef __FJCORE__ 195 200 196 201 // return the jet (scalar) area. … … 222 227 throw Error("This PseudoJet structure has no implementation for is_pure_ghost"); 223 228 } 229 #endif // __FJCORE__ 224 230 225 231 FASTJET_END_NAMESPACE
Note:
See TracChangeset
for help on using the changeset viewer.