ROOT logo
// $Id: AEVProcessViz.h 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/.

#ifndef AliEnViz_AEVProcessViz_H
#define AliEnViz_AEVProcessViz_H

#include <Glasses/WSTube.h>
#include "AEVEventBatch.h"

class AEVProcessViz : public WSTube
{
  MAC_RNR_FRIENDS(AEVProcessViz);

private:
  void _init();

protected:
  ZLink<AEVEventBatch> mBatch; // X{GS} L{}

  Int_t   mEntsDone; // X{GS} 7 ValOut(-join=>1)
  Float_t mMegsDone; // X{GS} 7 ValOut()

public:
  AEVProcessViz(const Text_t* n="AEVProcessViz", const Text_t* t=0) :
    WSTube(n,t) { _init(); }


#include "AEVProcessViz.h7"
  ClassDef(AEVProcessViz, 1);
}; // endclass AEVProcessViz


#endif
 AEVProcessViz.h:1
 AEVProcessViz.h:2
 AEVProcessViz.h:3
 AEVProcessViz.h:4
 AEVProcessViz.h:5
 AEVProcessViz.h:6
 AEVProcessViz.h:7
 AEVProcessViz.h:8
 AEVProcessViz.h:9
 AEVProcessViz.h:10
 AEVProcessViz.h:11
 AEVProcessViz.h:12
 AEVProcessViz.h:13
 AEVProcessViz.h:14
 AEVProcessViz.h:15
 AEVProcessViz.h:16
 AEVProcessViz.h:17
 AEVProcessViz.h:18
 AEVProcessViz.h:19
 AEVProcessViz.h:20
 AEVProcessViz.h:21
 AEVProcessViz.h:22
 AEVProcessViz.h:23
 AEVProcessViz.h:24
 AEVProcessViz.h:25
 AEVProcessViz.h:26
 AEVProcessViz.h:27
 AEVProcessViz.h:28
 AEVProcessViz.h:29
 AEVProcessViz.h:30
 AEVProcessViz.h:31
 AEVProcessViz.h:32
 AEVProcessViz.h:33
 AEVProcessViz.h:34
 AEVProcessViz.h:35
 AEVProcessViz.h:36