Changeset 7671 for trunk/MagicSoft
- Timestamp:
- 04/30/06 19:18:39 (19 years ago)
- Location:
- trunk/MagicSoft/Mars/mjtrain
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjtrain/MJTrainSeparation.cc
r7670 r7671 165 165 gPad->SetFrameBorderMode(0); 166 166 gPad->SetLogx(); 167 gPad->SetGridx(); 168 gPad->SetGridy(); 167 169 h.DrawCopy(); 168 170 g.DrawCopy("same"); … … 176 178 gPad->SetBorderMode(0); 177 179 gPad->SetFrameBorderMode(0); 180 gPad->SetGridx(); 181 gPad->SetGridy(); 178 182 gr4.SetMarkerStyle(kFullDotMedium); 179 183 gr4.DrawClone("ALP")->SetBit(kCanDelete); … … 186 190 gPad->SetFrameBorderMode(0); 187 191 gPad->SetLogx(); 192 gPad->SetGridx(); 193 gPad->SetGridy(); 188 194 gPad->AddExec("color", "gStyle->SetPalette(1, 0);"); 189 195 res1.DrawCopy("colz"); … … 193 199 gPad->SetFrameBorderMode(0); 194 200 gPad->SetLogx(); 201 gPad->SetGridx(); 202 gPad->SetGridy(); 195 203 gPad->AddExec("color", "gStyle->SetPalette(1, 0);"); 196 204 res2.DrawCopy("colz"); -
trunk/MagicSoft/Mars/mjtrain/MJTrainSeparation.h
r7666 r7671 32 32 Double_t GetDataRate(MDataSet &set, Double_t &num) const; 33 33 Double_t GetNumMC(MDataSet &set) const; 34 Bool_t AutoTrain( );34 Bool_t AutoTrain(MDataSet &set, UInt_t &on, UInt_t &off); 35 35 36 36 public:
Note:
See TracChangeset
for help on using the changeset viewer.