AliRoot Core  edcc906 (edcc906)
AliMUONQADataMakerSim.h
Go to the documentation of this file.
1 #ifndef ALIMUONQADATAMAKERSIM_H
2 #define ALIMUONQADATAMAKERSIM_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice */
5 
6 /* $Id$ */
7 
12 // Author Christian Finck
13 
14 // --- ROOT system ---
15 class TObjArray;
16 
17 // --- AliRoot header files ---
18 class AliMUONVHitStore;
19 class AliMUONVDigitStore;
20 
21 #include "AliQADataMakerSim.h"
22 
24 
25 public:
29  virtual ~AliMUONQADataMakerSim();
30 
31 private:
32  virtual void StartOfDetectorCycle();
34  virtual void InitHits();
36  virtual void InitSDigits();
38  virtual void InitDigits();
39 
41  virtual void MakeHits() {return;}
43  virtual void MakeHits(TTree* hitsTree);
45  virtual void MakeSDigits() {return;}
47  virtual void MakeSDigits(TTree* sigitsTree);
49  virtual void MakeDigits() {return;}
51  virtual void MakeDigits(TTree* digitsTree);
52 
53  virtual void EndOfDetectorCycle(AliQAv1::TASKINDEX_t task, TObjArray** list);
54 
57 
58  ClassDef(AliMUONQADataMakerSim,2) // MUON Quality assurance data maker
59 
60 };
61 #endif
virtual void MakeHits()
make hits QA from Array (not implemented)
Interface for a digit container.
virtual void InitDigits()
init SDigits QA from Array
Virtual store to hold digit.
#define TObjArray
virtual void EndOfDetectorCycle(AliQAv1::TASKINDEX_t task, TObjArray **list)
virtual void InitHits()
init hits QA from Array
AliMUONQADataMakerSim & operator=(const AliMUONQADataMakerSim &qadm)
virtual void InitSDigits()
init SDigits QA from Array
virtual void MakeDigits()
make Digits QA from Array (not implemented)
MUON Quality assurance data maker.
virtual void MakeSDigits()
make SDigits QA from Array (not implemented)
AliMUONVHitStore * fHitStore
! pointer to hit store
TASKINDEX_t
Definition: AliQAv1.h:30
AliMUONVDigitStore * fDigitStore
! pointer to digit store