]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliEventTag.cxx
Including TFile.h
[u/mrichter/AliRoot.git] / STEER / AliEventTag.cxx
index 07b0bc52896cd785bf91f7fabaefc90a004a0dfa..085a58b6d9cb3c0c198dd6426daf117217b30c4b 100644 (file)
@@ -30,6 +30,9 @@ ClassImp(AliEventTag)
     TObject(),
     fAliceEventId(0),
     fGUID(0),
+    fsize(0),
+    fmd5(0),
+    fturl(0),
     fNumberOfParticipants(-10),
     fImpactParameter(-10.0),
     fPrimaryVertexFlag(-1),
@@ -96,6 +99,10 @@ AliEventTag::AliEventTag(const AliEventTag & EvTag) : TObject(EvTag)
   SetEventId(EvTag.GetEventId());
   SetGUID(EvTag.GetGUID());
   
+  SetMD5(EvTag.GetMD5());
+  SetTURL(EvTag.GetTURL());
+  SetSize(EvTag.GetSize());
   SetNumOfParticipants(EvTag.GetNumOfParticipants());
   SetImpactParameter(EvTag.GetImpactParameter());
   
@@ -179,6 +186,10 @@ AliEventTag & AliEventTag::operator=(const AliEventTag &EvTag)
     SetEventId(EvTag.GetEventId());
     SetGUID(EvTag.GetGUID());
     
+    SetMD5(EvTag.GetMD5());
+    SetTURL(EvTag.GetTURL());
+    SetSize(EvTag.GetSize());
+
     SetNumOfParticipants(EvTag.GetNumOfParticipants());
     SetImpactParameter(EvTag.GetImpactParameter());