ROOT logo
//-*- Mode: C++ -*-
// $Id$
/**************************************************************************
 * This file is property of and copyright by the ALICE HLT Project        * 
 * ALICE Experiment at CERN, All rights reserved.                         *
 *                                                                        *
 * Primary Authors: Jochen Thaeder <thaeder@kip.uni-heidelberg.de>        *
 *                  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   AliHLTEventStatistics.cxx
/// @author Jochen Thaeder
/// @date   
/// @brief  Base class for event statistics, for all detectors
///

#include "AliHLTEventStatistics.h"

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

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