#include <Handle.h>
Inheritance diagram for Anp::Base:

Public Member Functions | |
| Base () | |
| virtual | ~Base () |
| void | add_ref () |
| void | release () |
| unsigned int | use_count () const |
Private Member Functions | |
| Base (const Base &) | |
| Base & | operator= (const Base &) |
Private Attributes | |
| unsigned int | fCount |
|
|
Definition at line 62 of file PhysicsNtuple/Handle.h. 00062 : fCount(0) {}
|
|
|
Definition at line 63 of file PhysicsNtuple/Handle.h. 00063 {}
|
|
|
|
|
|
Definition at line 65 of file PhysicsNtuple/Handle.h. 00065 { ++fCount; }
|
|
|
|
|
|
Definition at line 66 of file PhysicsNtuple/Handle.h. 00066 { if ( --fCount == 0 ) delete this; }
|
|
|
Definition at line 67 of file PhysicsNtuple/Handle.h. 00067 { return fCount; }
|
|
|
Reimplemented in Anp::FillkNN, Anp::RunAlgEvent, Anp::RunAlgSnarl, Anp::SelectAntiNeutrino, Anp::SelectCount, Anp::SelectNC, Anp::SelectNuMu, and Anp::RunAlgStore. Definition at line 56 of file PhysicsNtuple/Handle.h. |
1.3.9.1