Ignore:
Timestamp:
01/22/01 16:41:33 (24 years ago)
Author:
harald
Message:
Adding some new code to start with the development of the usecase
"Event Display".
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mraw/MRawEvtData.cc

    r456 r585  
    155155   
    156156    TGraph *graph = new TGraph(n, x, y);
     157    graph->SetMaximum (256) ;
     158    graph->SetMinimum (0) ;
     159   
    157160    graph->Draw("AC*");
    158161   
Note: See TracChangeset for help on using the changeset viewer.