]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFDDLRawData.h
TPC cluster and shared map included.
[u/mrichter/AliRoot.git] / TOF / AliTOFDDLRawData.h
index 5df3ddd99613e8d83ecd21c654fb3717bdca5c70..cf84c72b707e2c426f411a7b495c3a91737d81f8 100644 (file)
 ////////////////////////////////////////////////////////////////////////////
 
 #include "TObject.h"
+//#include "AliTOFCableLengthMap.h"
 
 class TBranch;
 class TClonesArray;
 
 class AliTOFDigitMap;
-class AliTOFGeometry;
-class AliTOFRawStream;
+//class AliTOFRawStream;
 
 class AliTOFDDLRawData:public TObject {
 
  public:
 
   AliTOFDDLRawData();                               // default constructor
-  AliTOFDDLRawData(AliTOFGeometry *tofGeom);        // constructor
-  virtual ~AliTOFDDLRawData(){;}                    // destructor
+  virtual ~AliTOFDDLRawData();                              // destructor
   AliTOFDDLRawData(const AliTOFDDLRawData &source); // copy constructor
   AliTOFDDLRawData& operator=(const AliTOFDDLRawData &source); // ass. op.
   void SetVerbose(Int_t Verbose){fVerbose=Verbose;} // To set the verbose level
@@ -74,15 +73,15 @@ class AliTOFDDLRawData:public TObject {
                                  //search time-of-flight measurements
                                  //for the current event
 
-  AliTOFGeometry *fTOFgeometry;   //Pointer to the TOF geometry
-
   AliTOFDigitMap *fTOFdigitMap;   //Pointer to the channel-TOF map
 
   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
 
-  ClassDef(AliTOFDDLRawData,1)
+  ClassDef(AliTOFDDLRawData,3)
 
 };