#include <H1Funs.h>
Inheritance diagram for JBLH1ClonesArrayEntries:
Definition at line 429 of file H1Funs.h.
Public Member Functions | |
JBLH1ClonesArrayEntries (const char *branchname_) | |
Constructor from a branch name. | |
JBLH1ClonesArrayEntries (const H1ClonesArrayPtr &ptr_) | |
Constructor from an existing pointer. | |
virtual int | operator() () const |
Returns number of entries in the H1ClonesArray. | |
Protected Member Functions | |
virtual | ~JBLH1ClonesArrayEntries () |
Protected destructor to ensure creation on the heap. | |
Private Attributes | |
const H1ClonesArrayPtr & | ptr |
The pointer to the H1ClonesArray. |
|
Constructor from a branch name.
Definition at line 432 of file H1Funs.h. References ptr. |
|
Constructor from an existing pointer.
Definition at line 440 of file H1Funs.h. References ptr. |