]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliAODCaloCells.cxx
Summary of all changes:
[u/mrichter/AliRoot.git] / STEER / AliAODCaloCells.cxx
index e268f79d305667c5641c648b1c44f33de8e30290..c2f15396234676c3e68e2d1ee39a06cd217ac74d 100644 (file)
@@ -29,7 +29,7 @@ AliAODCaloCells::AliAODCaloCells() : TNamed(), fNCells(0), fCellNumber(0), fAmpl
   // default constructor
 }
 
-AliAODCaloCells::AliAODCaloCells(const char* name, const char* title, AODTwrs_t ttype) : TNamed(name, title), fNCells(0), fCellNumber(0), fAmplitude(0), fIsSorted(kTRUE), fType(ttype)
+AliAODCaloCells::AliAODCaloCells(const char* name, const char* title, AODCells_t ttype) : TNamed(name, title), fNCells(0), fCellNumber(0), fAmplitude(0), fIsSorted(kTRUE), fType(ttype)
 {
   // TNamed constructor
 }