]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HBTAN/AliHBTashbtCorrFctn.h
Adding MUON HLT code to the repository.
[u/mrichter/AliRoot.git] / HBTAN / AliHBTashbtCorrFctn.h
1 #ifndef ALIHBTASHBTCORRFCTN_H
2 #define ALIHBTASHBTCORRFCTN_H
3
4 ///////////////////////////////////////////////////////
5 //                                                   //
6 // AliHBTashbtCorrFctn.h                           //
7 //                                                   //
8 // Class for calculating 3D ashbt correlation       //
9 // functions                                         //
10 //                                                   //
11 ///////////////////////////////////////////////////////
12
13 #include "AliHBTFunction.h"
14
15
16 class AliHBTashbtCorrFctn: public AliHBTOnePairFctn1D
17 {
18   public:
19    AliHBTashbtCorrFctn(const char* name = "asejdzbitiCF", 
20                          const char* title= "asHBT Correlation Function"){Info("AliHBTashbtCorrFctn","%s %s",name,title);}
21
22    virtual ~AliHBTashbtCorrFctn(){}
23
24    ClassDef(AliHBTashbtCorrFctn,2)
25 };
26
27 #endif