]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSresponseSDD.h
Changes to the ddl map due to changes in the hardware (E. Fragiacomo)
[u/mrichter/AliRoot.git] / ITS / AliITSresponseSDD.h
index f64466d13cf8db9478519d6c00541b14de42349c..ae69204fdd001769c4e5aaaa44537a299067b2d9 100644 (file)
@@ -57,7 +57,7 @@ class AliITSresponseSDD : public AliITSresponse {
        strcpy(opt1,fParam1.Data()); strcpy(opt2,fParam2.Data());}
  
     void    SetZeroSupp (const char *opt) {
-       // Zero-suppression option - could be 1D, 2D or non-ZS 
+       // Zero-suppression option - could be ZS or NOTSUPP
        fOption=opt;}
     const char *ZeroSuppOption() const {// Get zero-suppression option
        return fOption.Data();}
@@ -110,7 +110,7 @@ class AliITSresponseSDD : public AliITSresponse {
                           // is performed
     TArrayF   *fGaus;          // Gaussian lookup table for signal generation
     Int_t      fNcomps;        // Number of samplings along the gaussian
-    TString    fOption;        // Zero-suppresion option (1D, 2D or none)
+    TString    fOption;        // Zero-suppresion option (ZS or non-ZS)
     TString    fParam1;        // Read baselines from file option
     TString    fParam2;        // Read compression algo thresholds from file
 
@@ -119,7 +119,7 @@ class AliITSresponseSDD : public AliITSresponse {
    AliITSresponseSDD(const AliITSresponseSDD &ob); // copy constructor
    AliITSresponseSDD& operator=(const AliITSresponseSDD & /* source */); // ass. op.
 
-    ClassDef(AliITSresponseSDD,10) // Base response class 
+    ClassDef(AliITSresponseSDD,11) // Base response class 
     
     };
 #endif