001 #ifndef BYTESTREAMDISPLAYFRAME_H
002 #define BYTESTREAMDISPLAYFRAME_H
003
004 #include <TTree.h>
005
006 #include "AbstractDisplayFrame.h"
007
008 class ByteStreamDisplayFrame : public AbstractDisplayFrame
009 {
010 public:
011 ByteStreamDisplayFrame(TTree* ptree, const TGWindow *p, const TGWindow *main, UInt_t w, UInt_t h, UInt_t options = kVerticalFrame);
012 virtual ~ByteStreamDisplayFrame(void);
013
014
015 };
016
017 #endif
| Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems |
|
This page was automatically generated by the
LXR engine.
|
|