]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSRawStream.cxx
Decode jitter word decoding and correct for jitter in the SDD cluster finder (F....
[u/mrichter/AliRoot.git] / ITS / AliITSRawStream.cxx
index 96791d80b48205b2176c8d6fc00d33f18501126a..3a9e3741b13e98ededebcdfa6c88d78d85b242c0 100644 (file)
@@ -40,7 +40,8 @@ fPrevModuleID(-1),
 fCoord1(-1),
 fCoord2(-1),
 fSignal(-1),
-fCompletedModule(0)
+fCompletedModule(0),
+fCompletedDDL(0)
 {
 // create an object to read ITS raw digits
 
@@ -54,7 +55,8 @@ fPrevModuleID(stream.fPrevModuleID),
 fCoord1(stream.fCoord1),
 fCoord2(stream.fCoord2),
 fSignal(stream.fSignal),
-fCompletedModule(stream.fCompletedModule)
+fCompletedModule(stream.fCompletedModule),
+fCompletedDDL(stream.fCompletedDDL)
 {
   //copy constructor
 }