# | Line 42 | Line 42 | namespace mithep | |
---|---|---|
42 | ||
43 | //-------------------------------------------------------------------------------------------------- | |
44 | template<class ArrayElement> | |
45 | < | void mithep::Collection<ArrayElement>::Print(Option_t *opt) const |
45 | > | void mithep::Collection<ArrayElement>::Print(Option_t */*opt*/) const |
46 | { | |
47 | printf("%s: Contains %d (out of %d) objs\n", | |
48 | GetName(), GetEntries(), GetSize()); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |