Fork me on GitHub

Changeset 365dbc9 in git for classes


Ignore:
Timestamp:
Nov 6, 2014, 3:01:14 PM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
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.
Message:

Merge pull request #2 from delaere/eventdisplay

New Event Display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/SortableObject.h

    rd8b1858 r365dbc9  
    4343public:
    4444  virtual ~CompBase() { }
    45   virtual Bool_t IsSortable(const TObject *obj) const { return kTRUE; }
     45  virtual Bool_t IsSortable(const TObject *) const { return kTRUE; }
    4646  virtual Int_t Compare(const TObject *obj1, const TObject *obj2) const = 0;
    4747};
Note: See TracChangeset for help on using the changeset viewer.