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

AltWrapperStlVecStripHandle.cxx

Go to the documentation of this file.
00001 
00002 // $Id: AltWrapperStlVecStripHandle.cxx,v 1.4 2003/12/10 19:51:35 costas Exp $
00003 //
00004 // AltWrapperStlVecStripHandle
00005 //
00006 // author: Costas Andreopoulos <C.V.Andreopoulos@rl.ac.uk>
00008 
00009 #include "AltWrapperStlVecStripHandle.h"
00010 
00011 #include "LeakChecker/Lea.h"
00012 #include "MessageService/MsgService.h"
00013 
00014 ClassImp(AltWrapperStlVecStripHandle)
00015 //_______________________________________________________________________________
00016 CVSID("$Id: AltWrapperStlVecStripHandle.cxx,v 1.4 2003/12/10 19:51:35 costas Exp $");
00017 //_______________________________________________________________________________
00018 AltWrapperStlVecStripHandle::AltWrapperStlVecStripHandle(void)
00019 {
00020   MSG("AltWrapper", Msg::kDebug)
00021     << "Begin: AltWrapperStlVecStripHandle::AltWrapperStlVecStripHandle() ctor"
00022     << endl;
00023 
00024   LEA_CTOR;
00025 }
00026 //_______________________________________________________________________________
00027 AltWrapperStlVecStripHandle::AltWrapperStlVecStripHandle(
00028                        const std::vector<CandStripHandle *> & data) : fData(data)
00029 {
00030   MSG("AltWrapper", Msg::kDebug)
00031     << "Begin: AltWrapperStlVecStripHandle::AltWrapperStlVecStripHandle("
00032     << "std::vector<CandStripHandle *> ) ctor" << endl;
00033 
00034   LEA_CTOR;
00035 }
00036 //_______________________________________________________________________________
00037 AltWrapperStlVecStripHandle::~AltWrapperStlVecStripHandle()
00038 {
00039   MSG("AltWrapper", Msg::kDebug)
00040     << "Begin: AltWrapperStlVecStripHandle::~AltWrapperStlVecStripHandle() dtor"
00041     << endl;
00042 
00043   LEA_DTOR;
00044 }
00045 //_______________________________________________________________________________
00046 void AltWrapperStlVecStripHandle::SetVec( 
00047                                     const std::vector<CandStripHandle *> & data )
00048 {
00049   fData = data;
00050 }
00051 //_______________________________________________________________________________
00052 const std::vector<CandStripHandle *> &
00053                                   AltWrapperStlVecStripHandle::GetVec(void) const
00054 {
00055   return fData;
00056 }
00057 //_______________________________________________________________________________
00058 
00059 

Generated on Mon Feb 15 11:06:21 2010 for loon by  doxygen 1.3.9.1