AliPhysics  56f1704 (56f1704)
AliEmcalEmbeddingQA.h
Go to the documentation of this file.
1 #ifndef ALIEMCALEMBEDDINGQA_H
2 #define ALIEMCALEMBEDDINGQA_H
3 
4 #include <TObject.h>
5 class TList;
6 
7 #include "THistManager.h"
8 
25 class AliEmcalEmbeddingQA : public TObject {
26  public:
29 
30  bool IsInitialized() const { return fInitialized; }
31 
32  bool Initialize();
33  bool AddQAPlotsToList(TList * list);
35 
36  private:
37  bool fInitialized;
39 
41  ClassDef(AliEmcalEmbeddingQA, 1); // EMCal Embedding QA
43 };
44 
45 #endif /* ALIEMCALEMBEDDINGQA_H */
QA Class for EMCal Embedding Framework.
bool AddQAPlotsToList(TList *list)
bool IsInitialized() const
bool fInitialized
Notes whether the QA hists have been created.
THistManager fHistManager
Hist manager.
Container class for histograms.
Definition: THistManager.h:99