]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALTriggerSTURawStream.h
Using send pressure sensor by default
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALTriggerSTURawStream.h
index 5f0157f19f7a51a5be6f4137d4d42a12586c81d5..0596c7121314d9f06c2bf53f586e73b6e7772fae 100644 (file)
@@ -23,7 +23,7 @@ class AliEMCALTriggerSTURawStream: public TObject
   
     virtual void   Reset();
     virtual Bool_t ReadPayLoad();
-       virtual void   Dump(const Option_t *option = "ALL") const;
+       virtual void   DumpPayLoad(const Option_t *option = "ALL") const;
 
        virtual void                GetADC(Int_t iTRU, UInt_t ADC[]);
        virtual UInt_t   GetL1JetThreshold() const {return   fL1JetThreshold;}
@@ -32,13 +32,12 @@ class AliEMCALTriggerSTURawStream: public TObject
        virtual Int_t     GetNL0GammaPatch() const {return fNL0GammaPatch;}
        virtual Int_t     GetNL1GammaPatch() const {return fNL1GammaPatch;}
        virtual Int_t       GetNL1JetPatch() const {return fNL1JetPatch;}
+       virtual Int_t          GetRawData() const {return fGetRawData;}
        
-       virtual Bool_t     GetL0GammaPatch(const Int_t i, Int_t& x, Int_t& y, Int_t& z) const;
+       virtual Bool_t     GetL0GammaPatch(const Int_t i, Int_t& x, Int_t& y) const;
        virtual Bool_t     GetL1GammaPatch(const Int_t i, Int_t& x, Int_t& y, Int_t& z) const;
        virtual Bool_t       GetL1JetPatch(const Int_t i, Int_t& x, Int_t& y) const;
-       
-       virtual UInt_t L0() {return fL0;}
-       
+               
 private:
     
        AliEMCALTriggerSTURawStream(const AliEMCALTriggerSTURawStream& rhs);
@@ -46,18 +45,19 @@ private:
 
     AliRawReader* fRawReader;   // object for reading the raw data
 
-       UInt_t                                fL1JetThreshold;
-       UInt_t                              fL1GammaThreshold;
-       UShort_t*                          fL0GammaPatchIndex; // [fNL0GammaPatch]
-       UShort_t*                          fL1GammaPatchIndex; // [fNL1GammaPatch]
-       UShort_t*                            fL1JetPatchIndex; // [fNL1JetPatch]
+       UInt_t                               fL1JetThreshold;
+       UInt_t                             fL1GammaThreshold;
+       UShort_t                          fL0GammaPatchIndex[3100]; 
+       UShort_t                          fL1GammaPatchIndex[3100]; 
+       UShort_t                            fL1JetPatchIndex[200];
+       
+       Int_t                                 fNL0GammaPatch;
+       Int_t                                   fNL1JetPatch;
+       Int_t                                 fNL1GammaPatch;
        
-       Int_t                                  fNL0GammaPatch;
-       Int_t                                    fNL1JetPatch;
-       Int_t                                  fNL1GammaPatch;
+       Int_t                                     fGetRawData;
        
-       UInt_t                                           fADC[32][96];
-       UInt_t                                                                                    fL0;
+       UInt_t                                          fADC[32][96];
        
     ClassDef(AliEMCALTriggerSTURawStream,1)   // class for reading EMCAL STU DDL raw data
 };