]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSEventHeader.cxx
correct usage of steering options for the PID task
[u/mrichter/AliRoot.git] / ITS / AliITSEventHeader.cxx
index 6168accf9d5d7e5d0389febec3225f8478a65a07..0a8636a2b6d98db47cf53ae86d497d85b15093fa 100644 (file)
@@ -11,7 +11,9 @@ ClassImp(AliITSEventHeader)
 
   
 //_____________________________________________________________
-AliITSEventHeader::AliITSEventHeader():AliDetectorEventHeader()
+  AliITSEventHeader::AliITSEventHeader():AliDetectorEventHeader(),
+fEventTypeSDD(),
+fJitterSDD(0)
 {
   //
   // Defaulst Constructor
@@ -29,14 +31,15 @@ AliITSEventHeader::AliITSEventHeader():AliDetectorEventHeader()
     fMiniEvId[idet]=0;
     fSubDet[idet]=0;
     fVersion[idet]=0;
-    fJitterSDD=0;
   }
   
   
 }
 
 //_____________________________________________________________
-AliITSEventHeader::AliITSEventHeader(const char* name):AliDetectorEventHeader(name)
+AliITSEventHeader::AliITSEventHeader(const char* name):AliDetectorEventHeader(name),
+fEventTypeSDD(),
+fJitterSDD(-123)
 {
   //
   // Constructor
@@ -52,7 +55,6 @@ AliITSEventHeader::AliITSEventHeader(const char* name):AliDetectorEventHeader(na
     fMiniEvId[idet]=0;
     fSubDet[idet]=0;
     fVersion[idet]=0;
-    fJitterSDD=-123;
   }