Changeset 77e9ae1 in git for modules/VertexSorter.cc
- Timestamp:
- Feb 12, 2019, 9:48:36 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, llp, master
- Children:
- 899b162
- Parents:
- 6455202
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/VertexSorter.cc
r6455202 r77e9ae1 118 118 map<Int_t, Double_t> clusterIDToSumPT2; 119 119 map<Int_t, Double_t>::const_iterator itClusterIDToSumPT2; 120 vector<pair<Int_t, Double_t> > sortedClusterIDs;121 vector<pair<Int_t, Double_t> >::const_iterator itSortedClusterIDs;120 vector<pair<Int_t, Double_t> > sortedClusterIDs; 121 vector<pair<Int_t, Double_t> >::const_iterator itSortedClusterIDs; 122 122 123 123 for(Int_t iCluster = 0; iCluster < fInputArray->GetEntries(); iCluster++)
Note:
See TracChangeset
for help on using the changeset viewer.