Changeset 365dbc9 in git for classes/SortableObject.h
- Timestamp:
- Nov 6, 2014, 3:01:14 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 83eb7e1
- Parents:
- d8b1858 (diff), 5565691 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/SortableObject.h
rd8b1858 r365dbc9 43 43 public: 44 44 virtual ~CompBase() { } 45 virtual Bool_t IsSortable(const TObject * obj) const { return kTRUE; }45 virtual Bool_t IsSortable(const TObject *) const { return kTRUE; } 46 46 virtual Int_t Compare(const TObject *obj1, const TObject *obj2) const = 0; 47 47 };
Note:
See TracChangeset
for help on using the changeset viewer.