Changeset 669 for trunk/MagicSoft


Ignore:
Timestamp:
03/02/01 14:25:49 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r668 r669  
    11                                                                  -*-*- END -*-*-
    22 2000/03/02: Thomas Bretz
    3 
    43   
    54 * manalysis/Makefile, mdatacheck/Makefile, meventdisp/Makefile,
  • trunk/MagicSoft/Mars/macros/dohtml.C

    r590 r669  
    1111
    1212  html.SetOutputDir("htmldoc");
    13   html.SetSourceDir(".:mbase:mraw:mgui:mdatacheck:meventdisp");
     13  html.SetSourceDir(".:mbase:mraw:mgui:manalysis:mdatacheck:meventdisp:mmc");
    1414
    1515  html.MakeAll(kTRUE);
  • trunk/MagicSoft/Mars/mars.cc

    r464 r669  
    1616//    started by  h. kornmayer      january, 3rd  2001
    1717
    18 
    1918int main(int argc, char **argv )
    2019{
    2120  // initialise ROOT
    2221
    23   TROOT simple("mars", "MARS - MAGIC analysis and reconstruction software");
     22  TROOT simple("Mars", "MARS - MAGIC analysis and reconstruction software");
    2423
    25   TApplication theApp("App", &argc, argv);
     24  TApplication theApp("MarsApp", &argc, argv);
    2625
    2726  // start the main window
  • trunk/MagicSoft/Mars/mgui/GuiIncl.h

    r587 r669  
    99#include <TGSplitter.h>     // TGHorizontal3DLine
    1010#include <TGFSContainer.h>  // TGFileContainer
    11 #include <TGLabel.h>       // TGLabel
     11#include <TGLabel.h>        // TGLabel
    1212#include <TGTextEntry.h> 
    1313
    14 
    1514#endif // __CINT__
  • trunk/MagicSoft/Mars/mgui/MGDataCheckMain.h

    r466 r669  
    3333 
    3434  Char_t            fInputFile[256] ;
    35   MViewAdcSpectra   fViewAdc ;
     35  MViewAdcSpectra   fViewAdc ; //!
    3636
    3737  //  the things for the menu bar
  • trunk/MagicSoft/Mars/mgui/MGeomPix.cc

    r653 r669  
    1111
    1212
    13 void MGeomPix::Print()
     13void MGeomPix::Print(Option_t *opt)
    1414{
    1515    //   information about a pixel
  • trunk/MagicSoft/Mars/mgui/MGeomPix.h

    r653 r669  
    1717  MGeomPix(Float_t x=0. , Float_t y=0., Float_t r=0.) ;
    1818 
    19   void Print() ;
     19  void Print(Option_t *opt=NULL) ;
    2020 
    2121  void SetX ( Float_t x )     {      fX = x ;    }
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.cxx

    r619 r669  
    9292
    9393
    94 void MMcEvt::Clear() {
     94void MMcEvt::Clear(Option_t *opt) {
    9595  //
    9696  // 
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx

    r618 r669  
    4242  ~MMcEvt();
    4343
    44   void Clear();
     44  void Clear(Option_t *opt=NULL);
    4545
    4646  void Fill( UShort_t,
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcTrig.cxx

    r617 r669  
    4444}
    4545
    46 void MMcTrig::Clear() {
     46void MMcTrig::Clear(Option_t *opt) {
    4747  //
    4848  // 
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcTrig.hxx

    r615 r669  
    3030  ~MMcTrig();
    3131
    32   void Clear();
     32  void Clear(Option_t *opt=NULL);
    3333 
    3434  void Print(Option_t *);
Note: See TracChangeset for help on using the changeset viewer.