]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSRawStreamSDD.h
New method SetNCarlos in order to set the number of CARLOS chips connected to the...
[u/mrichter/AliRoot.git] / ITS / AliITSRawStreamSDD.h
index ffbaef42f4932e24b710976593f0660da282cbad..5d69d449349f28343cd799770818cc0ea0dfdb1b 100644 (file)
@@ -30,6 +30,7 @@ class AliITSRawStreamSDD: public AliITSRawStream {
     virtual Int_t    GetCarlosId() const {return fCarlosId;}
     virtual void     SetLowCarlosThreshold(Int_t th, Int_t i) 
       {fLowThreshold[i]=th;}
+    virtual void     SetNCarlos(Int_t nC=12){fNCarlos=nC;}
     static  Int_t    GetModuleNumber(UInt_t iDDL, UInt_t iModule)
                      {return fgkDDLModuleMap[iDDL][iModule];}
     virtual void     Reset();