Changeset 35cdc46 in git for external/fastjet/plugins/SISCone/SISConePlugin.cc
- Timestamp:
- Sep 3, 2014, 3:18:54 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- be2222c
- Parents:
- 5b5a56b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/plugins/SISCone/SISConePlugin.cc
r5b5a56b r35cdc46 207 207 208 208 // give the extras object to the cluster sequence. 209 clust_seq.plugin_associate_extras(std::auto_ptr<ClusterSequence::Extras>(extras)); 209 // 210 // As of v3.1 of FastJet, extras are automatically owned (as 211 // SharedPtr) by the ClusterSequence and auto_ptr is deprecated. So 212 // we can use a simple pointer here 213 //clust_seq.plugin_associate_extras(std::auto_ptr<ClusterSequence::Extras>(extras)); 214 clust_seq.plugin_associate_extras(extras); 210 215 } 211 216
Note:
See TracChangeset
for help on using the changeset viewer.