GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions | Variables
analysiseditor.js File Reference

Go to the source code of this file.

Functions

function if (typeof JSROOT!="object")
 

Variables

GO4 EvIOType
 
GO4 AnalysisStatusEditor prototype DabcCommand
 

Function Documentation

if (   typeof JSROOT! = "object")

Variable Documentation

GO4 AnalysisStatusEditor prototype DabcCommand

Definition at line 42 of file analysiseditor.js.

GO4 EvIOType
Initial value:
= {
}
GO4.AnalysisStatusEditor = function(stat) {
JSROOT.TBasePainter.call(this, stat);
this.stat = stat;
this.step;
this.changes = [["dummy0", "init0"],["dummy1","init1"]];
this.showmore= [false, false];
this.ClearChanges();
this.ClearShowstates();
}
GO4.AnalysisStatusEditor.prototype = Object.create(JSROOT.TBasePainter.prototype)

Definition at line 15 of file analysiseditor.js.