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

CandShowerListHandle Class Reference

#include <CandShowerListHandle.h>

Inheritance diagram for CandShowerListHandle:

CandRecoListHandle CandHandle CandShowerAtNuListHandle CandShowerEMListHandle CandShowerSRListHandle CandFitShowerEMListHandle List of all members.

Public Member Functions

 CandShowerListHandle ()
 CandShowerListHandle (const CandShowerListHandle &cdlh)
 CandShowerListHandle (CandShowerList *cdl)
virtual ~CandShowerListHandle ()
virtual CandShowerListHandleDupHandle () const
virtual void Trace (const char *c="") const

Constructor & Destructor Documentation

CandShowerListHandle::CandShowerListHandle  ) 
 

Definition at line 33 of file CandShowerListHandle.cxx.

Referenced by DupHandle().

00034 {
00035 }

CandShowerListHandle::CandShowerListHandle const CandShowerListHandle cdlh  ) 
 

Definition at line 38 of file CandShowerListHandle.cxx.

00038                                                                           :
00039   CandRecoListHandle(cdh)
00040 {
00041 }

CandShowerListHandle::CandShowerListHandle CandShowerList cdl  ) 
 

Definition at line 44 of file CandShowerListHandle.cxx.

00044                                                              :
00045   CandRecoListHandle(cd)
00046 {
00047 }

CandShowerListHandle::~CandShowerListHandle  )  [virtual]
 

Definition at line 50 of file CandShowerListHandle.cxx.

00051 {
00052 }


Member Function Documentation

CandShowerListHandle * CandShowerListHandle::DupHandle  )  const [virtual]
 

Reimplemented from CandRecoListHandle.

Reimplemented in CandShowerAtNuListHandle, CandFitShowerEMListHandle, CandShowerEMListHandle, and CandShowerSRListHandle.

Definition at line 55 of file CandShowerListHandle.cxx.

References CandShowerListHandle().

Referenced by EventSRListModule::Reco().

00056 {
00057    return (new CandShowerListHandle(*this));
00058 }

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

Reimplemented from CandRecoListHandle.

Reimplemented in CandShowerAtNuListHandle, CandFitShowerEMListHandle, CandShowerEMListHandle, and CandShowerSRListHandle.

Definition at line 62 of file CandShowerListHandle.cxx.

References MSG, and CandHandle::Trace().

00063 {
00064   MSG("Cand", Msg::kDebug)
00065     << "**********Begin CandShowerListHandle::Trace(\"" << c << "\")" << endl
00066            << "Information from CandShowerListHandle's CandHandle: " << endl;
00067   CandHandle::Trace(c);
00068   MSG("Cand", Msg::kDebug)
00069      << "**********End CandShowerListHandle::Trace(\"" << c << "\")" << endl;
00070 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 1 11:57:21 2007 for loon by  doxygen 1.3.9.1