1 #ifndef ALIPMDDDLRAWDATA_H
2 #define ALIPMDDDLRAWDATA_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5 //-----------------------------------------------------//
7 // Header File : PMDDigitization.h, Version 00 //
9 // Date : September 20 2002 //
11 //-----------------------------------------------------//
25 class AliPMDDDLRawData:public TObject
30 virtual ~AliPMDDDLRawData();
32 void WritePMDRawData(TTree *treeD);
33 void GetUMDigitsData(TTree *treeD, Int_t imodule, Int_t ium, Int_t ddlno,
34 Int_t & totword, UInt_t *buffer);
35 void GetMCMCh(Int_t ddlno, Int_t um, Int_t row, Int_t col,
36 UInt_t &mcmno, UInt_t &chno);
37 void PackWord(UInt_t startbit, UInt_t stopbit, UInt_t dataword,
39 void UnpackWord(UInt_t startbit, UInt_t stopbit, UInt_t &dataword,
45 TClonesArray *fDigits; //! List of digits
46 AliPMDdigit *fPMDdigit; //! Pointer to digits
48 ClassDef(AliPMDDDLRawData,2) // To make RAW Data