]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/PartCorrDep/AliAnaOmegaToPi0Gamma.h
Correct memory leaks.
[u/mrichter/AliRoot.git] / PWG4 / PartCorrDep / AliAnaOmegaToPi0Gamma.h
index 6c88adfdfe9f05e7d654b9a8a2fa747abaec2166..2194718a3b0f8c86686118e1bd7c57e3639a42c1 100644 (file)
@@ -54,19 +54,18 @@ class AliAnaOmegaToPi0Gamma : public AliAnaPartCorrBaseClass {
   TString fInputAODGammaName;    //Input AOD gamma name
   TList ** fEventsList;          //event list for mixing 
 
-  Double_t *fVtxZCut;            //[fNVtxZBin] vtertx z cut
-  Double_t *fCent;               //[fNCentBin] centrality cut
-  Double_t *fRp;                 //[fNRpBin] reaction plane cut
-  Int_t *fBadChDist;             //[fNBadChDistBin] bad channel dist
-
   Int_t fNVtxZBin;               //Number of vertex z cut
   Int_t fNCentBin;               //Number of centrality cut
   Int_t fNRpBin;                 //Number of reaction plane cut
   Int_t fNBadChDistBin;          //Number of bad channel dist cut
   Int_t fNpid;                   //Number of PID cut
-
   Int_t fNmaxMixEv;              //buffer size events to be mixed
+
+  Double_t *fVtxZCut;            //[fNVtxZBin] vtertx z cut
+  Double_t *fCent;               //[fNCentBin] centrality cut
+  Double_t *fRp;                 //[fNRpBin] reaction plane cut
+  Int_t *fBadChDist;             //[fNBadChDistBin] bad channel dist
+
   Double_t fPi0Mass;             //nominal pi0 mass
   Double_t fPi0MassWindow;       //pi0 mass windows
   Double_t fPi0OverOmegaPtCut;   //pi0 Pt over omega pt cut