]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HBTAN/AliHBTWeightashbtCorrFctn.h
Retrifit last developements from 4.01.Release
[u/mrichter/AliRoot.git] / HBTAN / AliHBTWeightashbtCorrFctn.h
CommitLineData
941811c2 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
16class AliHBTWeightashbtCorrFctn: public AliHBTOnePairFctn1D
17{
18 public:
19 AliHBTWeightashbtCorrFctn(const char* name = "asejdzbitiCF",
c79e348a 20 const char* title= "asHBT Correlation Function"){Info("AliHBTWeightashbtCorrFctn","%s %s",name,title);}
941811c2 21
b571695e 22 virtual ~AliHBTWeightashbtCorrFctn(){}
941811c2 23
b571695e 24 ClassDef(AliHBTWeightashbtCorrFctn,2)
941811c2 25};
26
27#endif