ROOT logo
/**************************************************************************
* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
*                                                                        *
* Author: The ALICE Off-line Project.                                    *
* Contributors are mentioned in the code where appropriate.              *
*                                                                        *
* Permission to use, copy, modify and distribute this software and its   *
* documentation strictly for non-commercial purposes is hereby granted   *
* without fee, provided that the above copyright notice appears in all   *
* copies and that both the copyright notice and this permission notice   *
* appear in the supporting documentation. The authors make no claims     *
* about the suitability of this software for any purpose. It is          *
* provided "as is" without express or implied warranty.                  *
**************************************************************************/
//
// Class AliHFEbayesPIDqa
// Monitoring Bayes PID in the HFE PID montioring framework
// More information can be found inside the implementation file
//
#ifndef ALIHFEBAYESPIDQA_H
#define ALIHFEBAYESPIDQA_H

#ifndef ALIHFEDETPIDQA_H
#include "AliHFEdetPIDqa.h"
#endif

//#ifndef ALIHFEPIDBASE_H
//#include "AliHFEpidBase.h"
//#endif

class TBrowser;
class TH2;
class AliHFEcollection;
class AliVParticle;
class AliHFEpidBayes;
class AliHFEpidBase;

class AliHFEbayesPIDqa : public AliHFEdetPIDqa{
  public:
    AliHFEbayesPIDqa();
    AliHFEbayesPIDqa(const char*name);
    AliHFEbayesPIDqa(const AliHFEbayesPIDqa &c);
    AliHFEbayesPIDqa &operator=(const AliHFEbayesPIDqa &o);
    ~AliHFEbayesPIDqa();
    void Copy(TObject &o) const;
    virtual Long64_t Merge(TCollection *col);
  
    virtual void Initialize();
    virtual void ProcessTrack(const AliHFEpidObject *track, AliHFEdetPIDqa::EStep_t step);


    AliHFEcollection *GetHistograms() const { return fHistos; }

  protected:
      void CreateDetectorSignalHistograms();
      Double_t CalcTOFMass(const AliHFEpidObject *track);
private:
//    AliHFEpidBayes *fBAYESpid;        // HFE PID for TRD
    AliHFEcollection *fHistos;        // Container for Histograms

    ClassDef(AliHFEbayesPIDqa, 1);
};
#endif
 AliHFEbayesPIDqa.h:1
 AliHFEbayesPIDqa.h:2
 AliHFEbayesPIDqa.h:3
 AliHFEbayesPIDqa.h:4
 AliHFEbayesPIDqa.h:5
 AliHFEbayesPIDqa.h:6
 AliHFEbayesPIDqa.h:7
 AliHFEbayesPIDqa.h:8
 AliHFEbayesPIDqa.h:9
 AliHFEbayesPIDqa.h:10
 AliHFEbayesPIDqa.h:11
 AliHFEbayesPIDqa.h:12
 AliHFEbayesPIDqa.h:13
 AliHFEbayesPIDqa.h:14
 AliHFEbayesPIDqa.h:15
 AliHFEbayesPIDqa.h:16
 AliHFEbayesPIDqa.h:17
 AliHFEbayesPIDqa.h:18
 AliHFEbayesPIDqa.h:19
 AliHFEbayesPIDqa.h:20
 AliHFEbayesPIDqa.h:21
 AliHFEbayesPIDqa.h:22
 AliHFEbayesPIDqa.h:23
 AliHFEbayesPIDqa.h:24
 AliHFEbayesPIDqa.h:25
 AliHFEbayesPIDqa.h:26
 AliHFEbayesPIDqa.h:27
 AliHFEbayesPIDqa.h:28
 AliHFEbayesPIDqa.h:29
 AliHFEbayesPIDqa.h:30
 AliHFEbayesPIDqa.h:31
 AliHFEbayesPIDqa.h:32
 AliHFEbayesPIDqa.h:33
 AliHFEbayesPIDqa.h:34
 AliHFEbayesPIDqa.h:35
 AliHFEbayesPIDqa.h:36
 AliHFEbayesPIDqa.h:37
 AliHFEbayesPIDqa.h:38
 AliHFEbayesPIDqa.h:39
 AliHFEbayesPIDqa.h:40
 AliHFEbayesPIDqa.h:41
 AliHFEbayesPIDqa.h:42
 AliHFEbayesPIDqa.h:43
 AliHFEbayesPIDqa.h:44
 AliHFEbayesPIDqa.h:45
 AliHFEbayesPIDqa.h:46
 AliHFEbayesPIDqa.h:47
 AliHFEbayesPIDqa.h:48
 AliHFEbayesPIDqa.h:49
 AliHFEbayesPIDqa.h:50
 AliHFEbayesPIDqa.h:51
 AliHFEbayesPIDqa.h:52
 AliHFEbayesPIDqa.h:53
 AliHFEbayesPIDqa.h:54
 AliHFEbayesPIDqa.h:55
 AliHFEbayesPIDqa.h:56
 AliHFEbayesPIDqa.h:57
 AliHFEbayesPIDqa.h:58
 AliHFEbayesPIDqa.h:59
 AliHFEbayesPIDqa.h:60
 AliHFEbayesPIDqa.h:61
 AliHFEbayesPIDqa.h:62
 AliHFEbayesPIDqa.h:63