ROOT logo
// $Id$

//**************************************************************************
//* This file is property of and copyright by the ALICE HLT Project        * 
//* ALICE Experiment at CERN, All rights reserved.                         *
//*                                                                        *
//* Primary Authors: Matthias Richter <Matthias.Richter@ift.uib.no>        *
//*                  for The ALICE HLT Project.                            *
//*                                                                        *
//* 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.                  *
//**************************************************************************

/** @file   AliHLTReconstructorBase.cxx
    @author Matthias Richter
    @date   
    @brief  AliHLTPluginBase child for backward compatibility.
*/

#include "AliHLTReconstructorBase.h"

/** ROOT macro for the implementation of ROOT specific class methods */
ClassImp(AliHLTReconstructorBase)

AliHLTReconstructorBase::AliHLTReconstructorBase()
{
  // see header file for class documentation
  // or
  // refer to README to build package
  // or
  // visit http://web.ift.uib.no/~kjeks/doc/alice-hlt
}

AliHLTReconstructorBase::~AliHLTReconstructorBase()
{
  // see header file for class documentation
}
 AliHLTReconstructorBase.cxx:1
 AliHLTReconstructorBase.cxx:2
 AliHLTReconstructorBase.cxx:3
 AliHLTReconstructorBase.cxx:4
 AliHLTReconstructorBase.cxx:5
 AliHLTReconstructorBase.cxx:6
 AliHLTReconstructorBase.cxx:7
 AliHLTReconstructorBase.cxx:8
 AliHLTReconstructorBase.cxx:9
 AliHLTReconstructorBase.cxx:10
 AliHLTReconstructorBase.cxx:11
 AliHLTReconstructorBase.cxx:12
 AliHLTReconstructorBase.cxx:13
 AliHLTReconstructorBase.cxx:14
 AliHLTReconstructorBase.cxx:15
 AliHLTReconstructorBase.cxx:16
 AliHLTReconstructorBase.cxx:17
 AliHLTReconstructorBase.cxx:18
 AliHLTReconstructorBase.cxx:19
 AliHLTReconstructorBase.cxx:20
 AliHLTReconstructorBase.cxx:21
 AliHLTReconstructorBase.cxx:22
 AliHLTReconstructorBase.cxx:23
 AliHLTReconstructorBase.cxx:24
 AliHLTReconstructorBase.cxx:25
 AliHLTReconstructorBase.cxx:26
 AliHLTReconstructorBase.cxx:27
 AliHLTReconstructorBase.cxx:28
 AliHLTReconstructorBase.cxx:29
 AliHLTReconstructorBase.cxx:30
 AliHLTReconstructorBase.cxx:31
 AliHLTReconstructorBase.cxx:32
 AliHLTReconstructorBase.cxx:33
 AliHLTReconstructorBase.cxx:34
 AliHLTReconstructorBase.cxx:35
 AliHLTReconstructorBase.cxx:36
 AliHLTReconstructorBase.cxx:37
 AliHLTReconstructorBase.cxx:38
 AliHLTReconstructorBase.cxx:39
 AliHLTReconstructorBase.cxx:40
 AliHLTReconstructorBase.cxx:41
 AliHLTReconstructorBase.cxx:42