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

CaldetRawDigitWrapper.h

Go to the documentation of this file.
00001 #ifndef CALDETRAWDIGITWRAPPER_h
00002 #define CALDETRAWDIGITWRAPPER_h
00003 
00004 #include <TObject.h>
00005 #include "RawData/RawDigit.h"
00006 
00007 class CaldetRawDigitWrapper : public TObject
00008 {
00009  public:
00010   CaldetRawDigitWrapper() { fDigit=fFiducialDigit=0; };
00011 
00012   RawDigit* fDigit;
00013   RawDigit* fFiducialDigit;
00014 
00015   ClassDef(CaldetRawDigitWrapper,1);
00016 };
00017 
00018 #endif

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