ROOT logo
// $Id: SGTSRange.cxx 2088 2008-11-23 20:26:46Z matevz $

// Copyright (C) 1999-2008, Matevz Tadel. All rights reserved.
// This file is part of GLED, released under GNU General Public License version 2.
// For the licensing terms see $GLEDSYS/LICENSE or http://www.gnu.org/.

//__________________________________________________________________________
// SGTSRange
//
//

#include "SGTSRange.h"

ClassImp(SGTSRange);

/**************************************************************************/

void SGTSRange::_init()
{
  mMin = mMax = mAvg = mSigma = 0;
}

/**************************************************************************/



/**************************************************************************/
 SGTSRange.cxx:1
 SGTSRange.cxx:2
 SGTSRange.cxx:3
 SGTSRange.cxx:4
 SGTSRange.cxx:5
 SGTSRange.cxx:6
 SGTSRange.cxx:7
 SGTSRange.cxx:8
 SGTSRange.cxx:9
 SGTSRange.cxx:10
 SGTSRange.cxx:11
 SGTSRange.cxx:12
 SGTSRange.cxx:13
 SGTSRange.cxx:14
 SGTSRange.cxx:15
 SGTSRange.cxx:16
 SGTSRange.cxx:17
 SGTSRange.cxx:18
 SGTSRange.cxx:19
 SGTSRange.cxx:20
 SGTSRange.cxx:21
 SGTSRange.cxx:22
 SGTSRange.cxx:23
 SGTSRange.cxx:24
 SGTSRange.cxx:25
 SGTSRange.cxx:26
 SGTSRange.cxx:27