- Timestamp:
- Oct 9, 2014, 6:59:37 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 493aa9b
- Parents:
- 7513718
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/SortableObject.h
r7513718 re0c1ff0 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.