]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSRawStream.cxx
modifications to satisfy the coding conventions
[u/mrichter/AliRoot.git] / ITS / AliITSRawStream.cxx
index 55aceec92b41e613acb9ad7327af5536359e28c5..3a9e3741b13e98ededebcdfa6c88d78d85b242c0 100644 (file)
@@ -39,7 +39,9 @@ fModuleID(-1),
 fPrevModuleID(-1),
 fCoord1(-1),
 fCoord2(-1),
-fSignal(-1)
+fSignal(-1),
+fCompletedModule(0),
+fCompletedDDL(0)
 {
 // create an object to read ITS raw digits
 
@@ -52,7 +54,9 @@ fModuleID(stream.fModuleID),
 fPrevModuleID(stream.fPrevModuleID),
 fCoord1(stream.fCoord1),
 fCoord2(stream.fCoord2),
-fSignal(stream.fSignal)
+fSignal(stream.fSignal),
+fCompletedModule(stream.fCompletedModule),
+fCompletedDDL(stream.fCompletedDDL)
 {
   //copy constructor
 }