1 /**************************************************************************
2 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * Author: The ALICE Off-line Project. *
5 * Contributors are mentioned in the code where appropriate. *
7 * Permission to use, copy, modify and distribute this software and its *
8 * documentation strictly for non-commercial purposes is hereby granted *
9 * without fee, provided that the above copyright notice appears in all *
10 * copies and that both the copyright notice and this permission notice *
11 * appear in the supporting documentation. The authors make no claims *
12 * about the suitability of this software for any purpose. It is *
13 * provided "as is" without express or implied warranty. *
14 **************************************************************************/
16 // Secondary vertexing container to store secondary vertex characteristics of
17 // 2 or 3 particle sec vertex
18 // from example, qusi-invariant mass, signed Lxy are stored
21 // MinJung Kweon <minjung@physi.uni-heidelberg.de>
25 #include "AliHFEsecVtxs.h"
27 ClassImp(AliHFEsecVtxs)
29 //_______________________________________________________________________________________________
30 AliHFEsecVtxs::AliHFEsecVtxs():
42 // Default constructor
46 //_______________________________________________________________________________________________
47 AliHFEsecVtxs::AliHFEsecVtxs(const AliHFEsecVtxs &p):
49 ,fTrkLabel1(p.fTrkLabel1)
50 ,fTrkLabel2(p.fTrkLabel2)
54 ,fSignedLxy(p.fSignedLxy)
55 ,fSignedLxy2(p.fSignedLxy2)
64 //_______________________________________________________________________________________________
66 AliHFEsecVtxs::operator=(const AliHFEsecVtxs &)
68 // Assignment operator
69 AliInfo("Not yet implemented.");
73 //_______________________________________________________________________________________________
74 AliHFEsecVtxs::~AliHFEsecVtxs()
77 //cout << "Analysis Done." << endl;