]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFDDLRawData.h
- correct initialization of geometry for the component to work in the HLT framework
[u/mrichter/AliRoot.git] / TOF / AliTOFDDLRawData.h
index 50771706d2adbe8ee7ff3befc97b765008a46d93..cf84c72b707e2c426f411a7b495c3a91737d81f8 100644 (file)
 ////////////////////////////////////////////////////////////////////////////
 
 #include "TObject.h"
-#include "AliTOFCableLengthMap.h"
+//#include "AliTOFCableLengthMap.h"
 
 class TBranch;
 class TClonesArray;
 
 class AliTOFDigitMap;
-class AliTOFRawStream;
+//class AliTOFRawStream;
 
 class AliTOFDDLRawData:public TObject {
 
@@ -77,11 +77,11 @@ class AliTOFDDLRawData:public TObject {
 
   TClonesArray *fTOFdigitArray;   //Pointer to the TOF digits
 
-  AliTOFRawStream *fTOFrawStream; //Pointer to the AliTOFRawStream class
+  //AliTOFRawStream *fTOFrawStream; //Pointer to the AliTOFRawStream class
 
-  AliTOFCableLengthMap *fTOFCableLengthMap; // Pointer to the map of Amphenol cable length
+  //AliTOFCableLengthMap *fTOFCableLengthMap; // Pointer to the map of Amphenol cable length
 
-  ClassDef(AliTOFDDLRawData,2)
+  ClassDef(AliTOFDDLRawData,3)
 
 };