]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliMuonAnalysis.h
Warnings fixed.
[u/mrichter/AliRoot.git] / ANALYSIS / AliMuonAnalysis.h
index 97bb6dcde999341ce5fc9d3fc796026ed76ccf90..d158e0d14f9167171ee4ff3840a6b5c68f6fea89 100644 (file)
@@ -41,18 +41,22 @@ class AliMuonAnalysis: public AliAnalysis
     
   private:
 
-    TFile *fHistoFile;
-    TH1F *fHPtMuon;
-    TH1F *fHPtMuonPlus;
-    TH1F *fHPtMuonMinus;
-    TH1F *fHPMuon;
-    TH1F *fHInvMassAll;
-    TH1F *fHRapMuon;
-    TH1F *fHRapResonance;
-    TH1F *fHPtResonance;
-    TH2F *fHInvMassAll_vs_Pt;
+    TFile *fHistoFile;         // histogramm file pointer
+    TH1F *fHPtMuon;            // Muon Pt distribution
+    TH1F *fHPtMuonPlus;        // Muon Plus Pt distribution
+    TH1F *fHPtMuonMinus;       // Muon Minus Pt distribution
+    TH1F *fHPMuon;             // Muon momentum distribution
+    TH1F *fHInvMassAll;        // Invariant mass distribution
+    TH1F *fHRapMuon;           // Muon rapidity distribution
+    TH1F *fHRapResonance;      // Muon rapidity distribution around resonance
+    TH1F *fHPtResonance;       // Muon Pt distribution around resonance
+    TH2F *fHInvMassAllvsPt;    // Invariant mass vs Pt distribution
 
     AliAODParticleCut* fPartCut;//Particle Cut
+
+    AliMuonAnalysis(const AliMuonAnalysis&); // Not implemented
+    AliMuonAnalysis& operator=(const AliMuonAnalysis&); // Not implemented
+
     ClassDef(AliMuonAnalysis,1)
 };