]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGGA/CaloTrackCorrelations/AliAnaPi0EbE.cxx
put different cluster parameters (time, n cells, n SM) in the AOD particle, recover...
[u/mrichter/AliRoot.git] / PWGGA / CaloTrackCorrelations / AliAnaPi0EbE.cxx
index bc8c7e803bf4b7bd3a92caae8080cf4aadf94bdd..ebddf0bd4697329873ce031461a956da2b56adab 100755 (executable)
@@ -3646,9 +3646,12 @@ void  AliAnaPi0EbE::MakeShowerShapeIdentification()
     // Check if cluster is pi0 via cluster splitting
     aodpi0.SetIdentifiedParticleType(idPartType);
     
-    // Add number of local maxima to AOD, method name in AOD to be FIXED
+    aodpi0.SetM02(l0);
     aodpi0.SetNLM(nMaxima);
-    
+    aodpi0.SetTime(tofcluster);
+    aodpi0.SetNCells(calo->GetNCells());
+    aodpi0.SetSModNumber(nSM);
+
     aodpi0.SetTag(tag);
 
     //Add AOD with pi0 object to aod branch