Changeset 7671 for trunk


Ignore:
Timestamp:
04/30/06 19:18:39 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mjtrain
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjtrain/MJTrainSeparation.cc

    r7670 r7671  
    165165    gPad->SetFrameBorderMode(0);
    166166    gPad->SetLogx();
     167    gPad->SetGridx();
     168    gPad->SetGridy();
    167169    h.DrawCopy();
    168170    g.DrawCopy("same");
     
    176178    gPad->SetBorderMode(0);
    177179    gPad->SetFrameBorderMode(0);
     180    gPad->SetGridx();
     181    gPad->SetGridy();
    178182    gr4.SetMarkerStyle(kFullDotMedium);
    179183    gr4.DrawClone("ALP")->SetBit(kCanDelete);
     
    186190    gPad->SetFrameBorderMode(0);
    187191    gPad->SetLogx();
     192    gPad->SetGridx();
     193    gPad->SetGridy();
    188194    gPad->AddExec("color", "gStyle->SetPalette(1, 0);");
    189195    res1.DrawCopy("colz");
     
    193199    gPad->SetFrameBorderMode(0);
    194200    gPad->SetLogx();
     201    gPad->SetGridx();
     202    gPad->SetGridy();
    195203    gPad->AddExec("color", "gStyle->SetPalette(1, 0);");
    196204    res2.DrawCopy("colz");
  • trunk/MagicSoft/Mars/mjtrain/MJTrainSeparation.h

    r7666 r7671  
    3232    Double_t GetDataRate(MDataSet &set, Double_t &num) const;
    3333    Double_t GetNumMC(MDataSet &set) const;
    34     Bool_t   AutoTrain();
     34    Bool_t   AutoTrain(MDataSet &set, UInt_t &on, UInt_t &off);
    3535
    3636public:
Note: See TracChangeset for help on using the changeset viewer.