]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/src/AliL3GlobalMerger.h
Set bits for kinematics selection.
[u/mrichter/AliRoot.git] / HLT / src / AliL3GlobalMerger.h
1 #ifndef ALIL3_GLOBALMERGER_H
2 #define ALIL3_GLOBALMERGER_H
3
4 #ifndef  __CINT__
5 #include "AliL3Merger.h"
6 #endif
7
8 class AliL3GlobalMerger : public AliL3Merger{
9
10  private:
11   Int_t fNSlices;
12   Int_t fFirst;
13   Int_t fLast;
14
15  public:
16   AliL3GlobalMerger();
17   AliL3GlobalMerger(Int_t first,Int_t last);
18   virtual ~AliL3GlobalMerger();
19
20   void InitSlice(Int_t slice);
21   void SlowMerge();
22   void Merge();  //Loop over tracks from different sectors
23
24   ClassDef(AliL3GlobalMerger,1) 
25 };
26
27 #endif