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

CandShowerSRListHandle Class Reference

#include <CandShowerSRListHandle.h>

Inheritance diagram for CandShowerSRListHandle:

CandShowerListHandle CandRecoListHandle CandHandle List of all members.

Public Member Functions

 CandShowerSRListHandle ()
 CandShowerSRListHandle (const CandShowerSRListHandle &cdlh)
 CandShowerSRListHandle (CandShowerSRList *cdl)
virtual ~CandShowerSRListHandle ()
virtual CandShowerSRListHandleDupHandle () const
virtual void Trace (const char *c="") const

Constructor & Destructor Documentation

CandShowerSRListHandle::CandShowerSRListHandle  ) 
 

Definition at line 23 of file CandShowerSRListHandle.cxx.

Referenced by DupHandle().

00024 {
00025 }

CandShowerSRListHandle::CandShowerSRListHandle const CandShowerSRListHandle cdlh  ) 
 

Definition at line 28 of file CandShowerSRListHandle.cxx.

00028                                                                                 :
00029   CandShowerListHandle(cdh)
00030 {
00031 }

CandShowerSRListHandle::CandShowerSRListHandle CandShowerSRList cdl  ) 
 

Definition at line 34 of file CandShowerSRListHandle.cxx.

00034                                                                    :
00035   CandShowerListHandle(cd)
00036 {
00037 }

CandShowerSRListHandle::~CandShowerSRListHandle  )  [virtual]
 

Definition at line 40 of file CandShowerSRListHandle.cxx.

00041 {
00042 }


Member Function Documentation

CandShowerSRListHandle * CandShowerSRListHandle::DupHandle  )  const [virtual]
 

Reimplemented from CandShowerListHandle.

Definition at line 45 of file CandShowerSRListHandle.cxx.

References CandShowerSRListHandle().

00046 {
00047    return (new CandShowerSRListHandle(*this));
00048 }

void CandShowerSRListHandle::Trace const char *  c = ""  )  const [virtual]
 

Reimplemented from CandShowerListHandle.

Definition at line 52 of file CandShowerSRListHandle.cxx.

References MSG, and CandHandle::Trace().

00053 {
00054   MSG("Cand", Msg::kDebug)
00055     << "**********Begin CandShowerSRListHandle::Trace(\"" << c << "\")" << endl
00056            << "Information from CandShowerSRListHandle's CandHandle: " << endl;
00057   CandHandle::Trace(c);
00058   MSG("Cand", Msg::kDebug)
00059      << "**********End CandShowerSRListHandle::Trace(\"" << c << "\")" << endl;
00060 }


The documentation for this class was generated from the following files:
Generated on Mon Feb 15 11:08:55 2010 for loon by  doxygen 1.3.9.1