]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HBTAN/AliHBTWeightashbtCorrFctn.h
Warnings removed
[u/mrichter/AliRoot.git] / HBTAN / AliHBTWeightashbtCorrFctn.h
1 #ifndef ALIHBTWEIGHTASHBTCORRFCTN_H
2 #define ALIHBTWEIGHTASHBTCORRFCTN_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 AliHBTWeightashbtCorrFctn: public AliHBTOnePairFctn1D
17 {
18   public:
19    AliHBTWeightashbtCorrFctn(const char* name = "asejdzbitiCF", 
20                          const char* title= "asHBT Correlation Function"){Info("AliHBTWeightashbtCorrFctn","%s %s",name,title);}
21
22    virtual ~AliHBTWeightashbtCorrFctn(){}
23   
24    ClassDef(AliHBTWeightashbtCorrFctn,2)
25 };
26
27 #endif