]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/AliAnaExample.h
appropriately modified builders for package and PAR library
[u/mrichter/AliRoot.git] / PWG4 / AliAnaExample.h
index 668756ae567b6e84001eca8b8ef95b7e075d4349..94943cb8d5a7a4a3cf814dbdde232674994e3659 100644 (file)
@@ -56,15 +56,15 @@ class AliAnaExample : public AliAnaBaseClass {
        TString fDetector ; //detector selection
        //Histograms
        //CaloClusters 
-       TH1F * fhPt; //pT distribution
-       TH1F * fhPhi; //phi distribution
-       TH1F * fhEta; //phi distribution
-       TH2F * fh2Pt; //pT distribution, reconstructed vs generated
-       TH2F * fh2Phi; //phi distribution, reconstructed vs generated
-       TH2F * fh2Eta; //phi distribution, reconstructed vs generated
+       TH1F * fhPt; //pT distribution
+       TH1F * fhPhi; //phi distribution
+       TH1F * fhEta; //! eta distribution
+       TH2F * fh2Pt; //!pT distribution, reconstructed vs generated
+       TH2F * fh2Phi; //phi distribution, reconstructed vs generated
+       TH2F * fh2Eta; //! eta distribution, reconstructed vs generated
        //Calo Cells
-       TH1F * fhNCells; //Number of towers/crystals with signal
-       TH1F * fhAmplitude; //Amplitude measured in towers/crystals
+       TH1F * fhNCells; //Number of towers/crystals with signal
+       TH1F * fhAmplitude; //Amplitude measured in towers/crystals
        ClassDef(AliAnaExample,1)
  } ;