source: SuperB-LAL/trunk/slacExperiment_USBWC-CRT/mergeCRTandUSB/run_vis.C

Last change on this file was 14, checked in by narnaud, 14 years ago

Initial commit

File size: 497 bytes
Line 
1{
2  gROOT->LoadMacro("vis.C");
3  vis t("rootFileListUSB.txt");
4  TString namePS = "plots.ps";
5  //t.Loop();
6
7  const Int_t nEvNum = 100;
8  Long64_t entry[nEvNum];
9  Long64_t singlaEntry;
10
11  for(Int_t i = 0;i<nEvNum;i++){
12    entry[i] = -999;
13  }
14 
15
16  //MP
17  singlaEntry = 4563;
18  //SP
19  //singlaEntry = 0;
20  t.Draw(singlaEntry);
21 
22  //entry[0] = 121;
23  //entry[1] = 2324;
24  //entry[2] = 3345;
25  //entry[3] = 4566;
26  //entry[4] = 5577;
27  //entry[5] = 6574;
28
29  //t.DrawToCanvas(entry,namePS);
30
31}
32
Note: See TracBrowser for help on using the repository browser.