Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Anp::Base Class Reference

#include <Handle.h>

Inheritance diagram for Anp::Base:

Anp::AlgAdapt Anp::AlgEvent Anp::AlgSnarl Anp::AlgStore Anp::CountHist Anp::EventTab Anp::HistBasic Anp::HistFlux Anp::HistKinem Anp::HistTime Anp::HistVtx Anp::LocalFit Anp::Plot::Data Anp::PlotResol Anp::PlotReson Anp::PmtHit Anp::StorekNNData StorekNNData List of all members.

Public Member Functions

 Base ()
virtual ~Base ()
void add_ref ()
void release ()
unsigned int use_count () const

Private Member Functions

 Base (const Base &)
Baseoperator= (const Base &)

Private Attributes

unsigned int fCount

Constructor & Destructor Documentation

Anp::Base::Base  )  [inline]
 

Definition at line 62 of file PhysicsNtuple/Handle.h.

00062 : fCount(0) {}

Anp::Base::~Base  )  [inline, virtual]
 

Definition at line 63 of file PhysicsNtuple/Handle.h.

00063 {}

Anp::Base::Base const Base  )  [private]
 


Member Function Documentation

void Anp::Base::add_ref  )  [inline]
 

Definition at line 65 of file PhysicsNtuple/Handle.h.

00065 { ++fCount; }

Base& Anp::Base::operator= const Base  )  [private]
 

void Anp::Base::release  )  [inline]
 

Definition at line 66 of file PhysicsNtuple/Handle.h.

00066 { if ( --fCount == 0 ) delete this; }

unsigned int Anp::Base::use_count  )  const [inline]
 

Definition at line 67 of file PhysicsNtuple/Handle.h.

00067 { return fCount; }   


Member Data Documentation

unsigned int Anp::Base::fCount [private]
 

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.


The documentation for this class was generated from the following file:
Generated on Mon Feb 15 11:10:31 2010 for loon by  doxygen 1.3.9.1