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