]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/totEt/AliAnalysisEtMonteCarloPhos.cxx
fixing backward incompatible operator=, check for existence of fEventPlaneP
[u/mrichter/AliRoot.git] / PWG4 / totEt / AliAnalysisEtMonteCarloPhos.cxx
index ee134f7b7266d98a10060fcb3fde2f271fdf1b56..e9c5eac54f518e9fb9839329b5f623437d8f7100 100644 (file)
@@ -35,5 +35,11 @@ void AliAnalysisEtMonteCarloPhos::Init()
   fPhiCutAccMin = fCuts->GetGeometryPhosPhiAccMinCut() * TMath::Pi()/180.;
   fClusterEnergyCut = fCuts->GetReconstructedPhosClusterEnergyCut();
   fSingleCellEnergyCut = fCuts->GetReconstructedPhosSingleCellEnergyCut();
+  
+  fTrackDistanceCut = fCuts->GetPhosTrackDistanceCut();
+  fTrackDxCut = fCuts->GetPhosTrackDxCut();
+  fTrackDzCut = fCuts->GetPhosTrackDzCut();
+    
+  fDetector = fCuts->GetDetectorPhos();
     
 }