# | Line 284 | Line 284 | Bool_t TreeWriter::EndEvent(Bool_t dores | |
---|---|---|
284 | //------------------------------------------------------------------------------------------------- | |
285 | Long64_t TreeWriter::GetEntries(const char *tn) const | |
286 | { | |
287 | < | // |
287 | > | // Return entries of tree with given name. If no tree is given, return sum of entries |
288 | > | // of all trees. |
289 | ||
290 | if (fTrees.GetEntries()==0) return -1; | |
291 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |