Report problems to ATLAS LXR Team (with time and IP address indicated)

The LXR Cross Referencer

source navigation ]
diff markup ]
identifier search ]
general search ]
 
 
Architecture: linux ]
Version: head ] [ nightly ] [ GaudiDev ]
  Links to LXR source navigation pages for stable releases [ 12.*.* ]   [ 13.*.* ]   [ 14.*.* ]   [ 15.*.* ] 

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         /* virtual void onTTDumpPanel(int ttIndex); */
015 };
016 
017 #endif

source navigation ] diff markup ] identifier search ] general search ]

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. Valid HTML 4.01!