]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliReconstruction.cxx
Filling the detector and lhc branches
[u/mrichter/AliRoot.git] / STEER / AliReconstruction.cxx
index 20212b2cef6808ad46cf970d0b531d9bb7c353e3..f2ac51daa00a5b1c498a2539990abcbf5060e62b 100644 (file)
@@ -1776,6 +1776,11 @@ void AliReconstruction::WriteESD(AliESD* esd, const char* recStep) const
 //_____________________________________________________________________________
 void AliReconstruction::CreateTag(TFile* file)
 {
+  //GRP
+  Float_t lhcLuminosity = 0.0;
+  TString lhcState = "test";
+  UInt_t detectorMask = 0;
+
   /////////////
   //muon code//
   ////////////
@@ -2035,6 +2040,9 @@ void AliReconstruction::CreateTag(TFile* file)
     evTag->SetMeanPt(meanPt);
     evTag->SetMaxPt(maxPt);
     
+    tag->SetLHCTag(lhcLuminosity,lhcState);
+    tag->SetDetectorTag(detectorMask);
+
     tag->SetRunId(iInitRunNumber);
     tag->AddEventTag(*evTag);
   }