ROOT logo
/**************************************************************************
 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
 *                                                                        *
 * Author: The ALICE Off-line Project.                                    *
 * Contributors are mentioned in the code where appropriate.              *
 *                                                                        *
 * Permission to use, copy, modify and distribute this software and its   *
 * documentation strictly for non-commercial purposes is hereby granted   *
 * without fee, provided that the above copyright notice appears in all   *
 * copies and that both the copyright notice and this permission notice   *
 * appear in the supporting documentation. The authors make no claims     *
 * about the suitability of this software for any purpose. It is          *
 * provided "as is" without express or implied warranty.                  *
 **************************************************************************/
#include "AliTrackleter.h"
#include "AliESDEvent.h"
#include "AliMultiplicity.h"

#include <TTree.h>

ClassImp(AliTrackleter)

AliTrackleter::~AliTrackleter() 
{
  // destructor
  delete fMult; 
}
 AliTrackleter.cxx:1
 AliTrackleter.cxx:2
 AliTrackleter.cxx:3
 AliTrackleter.cxx:4
 AliTrackleter.cxx:5
 AliTrackleter.cxx:6
 AliTrackleter.cxx:7
 AliTrackleter.cxx:8
 AliTrackleter.cxx:9
 AliTrackleter.cxx:10
 AliTrackleter.cxx:11
 AliTrackleter.cxx:12
 AliTrackleter.cxx:13
 AliTrackleter.cxx:14
 AliTrackleter.cxx:15
 AliTrackleter.cxx:16
 AliTrackleter.cxx:17
 AliTrackleter.cxx:18
 AliTrackleter.cxx:19
 AliTrackleter.cxx:20
 AliTrackleter.cxx:21
 AliTrackleter.cxx:22
 AliTrackleter.cxx:23
 AliTrackleter.cxx:24
 AliTrackleter.cxx:25
 AliTrackleter.cxx:26
 AliTrackleter.cxx:27