ROOT logo
{

//TFile f("output/pp-trunk010709-pdc1-00XXX.root")
//TFile f("results_V0QA_v416rev08_090709.root");
TFile f("output/pp-v417-release.root");

THnSparseF* sparseL;

sparseL=(THnSparseF*)(outputTRD->FindObject("sparseL"));

sparseL->GetAxis(5)->SetRangeUser(0.,3.9);
sparseL->GetAxis(9)->SetRangeUser(0.,3.9);


TH1* ptgeantPPhys=sparseL->Projection(5);
TH1* etageantPPhys=sparseL->Projection(6);
TH1* phigeantPPhys=sparseL->Projection(7);

TH1* ptResSinglePPhys=sparseL->Projection(13);
TH1* etasinglePPhys=sparseL->Projection(14);
TH1* phisinglePPhys=sparseL->Projection(15);


TH1* ptgeantNPhys=sparseL->Projection(9);
TH1* etageantNPhys=sparseL->Projection(10);
TH1* phigeantNPhys=sparseL->Projection(11);

TH1* ptResSingleNPhys=sparseL->Projection(21);
TH1* etasingleNPhys=sparseL->Projection(22);
TH1* phisingleNPhys=sparseL->Projection(23);


TH1* efiEtaSingPPhys=(TH1*) etageantPPhys->Clone();
efiEtaSingPPhys->Sumw2();
efiEtaSingPPhys->Divide(etasinglePPhys,etageantPPhys);
efiEtaSingPPhys->SetMinimum(0.);
efiEtaSingPPhys->SetMaximum(1.2);
efiEtaSingPPhys->SetAxisRange(-1.5,1.5);
efiEtaSingPPhys->SetMarkerStyle(20);
efiEtaSingPPhys->SetMarkerColor(2);


TH1* efiEtaSingNPhys=(TH1*) etageantNPhys->Clone();
efiEtaSingNPhys->Sumw2();
efiEtaSingNPhys->Divide(etasingleNPhys,etageantNPhys);
efiEtaSingNPhys->SetMinimum(0.);
efiEtaSingNPhys->SetMaximum(1.2);
efiEtaSingNPhys->SetAxisRange(-1.5,1.5);
efiEtaSingNPhys->SetMarkerStyle(20);
efiEtaSingNPhys->SetMarkerColor(2);


TH1* efiPhiSingPPhys=(TH1*) phigeantPPhys->Clone();
efiPhiSingPPhys->Sumw2();
efiPhiSingPPhys->Divide(phisinglePPhys,phigeantPPhys);
efiPhiSingPPhys->SetMinimum(0.);
efiPhiSingPPhys->SetMaximum(1.2);
efiPhiSingPPhys->SetAxisRange(-TMath::Pi(),TMath::Pi());
efiPhiSingPPhys->SetMarkerStyle(20);
efiPhiSingPPhys->SetMarkerColor(2);


TH1* efiPhiSingNPhys=(TH1*) phigeantNPhys->Clone();
efiPhiSingNPhys->Sumw2();
efiPhiSingNPhys->Divide(phisingleNPhys,phigeantNPhys);
efiPhiSingNPhys->SetMinimum(0.);
efiPhiSingNPhys->SetMaximum(1.2);
efiPhiSingNPhys->SetAxisRange(-TMath::Pi(),TMath::Pi());
efiPhiSingNPhys->SetMarkerStyle(20);
efiPhiSingNPhys->SetMarkerColor(2);

// reconstructable tracks

// track Lenght
sparseL->GetAxis(8)->SetRangeUser(50,200);
sparseL->GetAxis(12)->SetRangeUser(50,200);
// momentum
sparseL->GetAxis(5)->SetRangeUser(0.,3.9);
sparseL->GetAxis(9)->SetRangeUser(0.,3.9);


TH1* rgeantTrk=sparseL->Projection(3);
TH1* ptgeantPTrk=sparseL->Projection(5);
TH1* etageantPTrk=sparseL->Projection(6);
TH1* phigeantPTrk=sparseL->Projection(7);


TH1* ptgeantNTrk=sparseL->Projection(9);
TH1* etageantNTrk=sparseL->Projection(10);
TH1* phigeantNTrk=sparseL->Projection(11);

sparseL->GetAxis(20)->SetRangeUser(0,2.);
sparseL->GetAxis(28)->SetRangeUser(0,2.);

TH1* rsingleTrk=sparseL->Projection(3);
TH1* ptsinglePTrk=sparseL->Projection(5);
TH1* etasinglePTrk=sparseL->Projection(6);
TH1* phisinglePTrk=sparseL->Projection(7);




TH1* ptsingleNTrk=sparseL->Projection(9);
TH1* etasingleNTrk=sparseL->Projection(10);
TH1* phisingleNTrk=sparseL->Projection(11);


sparseL->GetAxis(32)->SetRangeUser(0,2.);
sparseL->GetAxis(36)->SetRangeUser(0,2.);

TH1* rV0Trk=sparseL->Projection(3);
TH1* ptV0PTrk=sparseL->Projection(5);
TH1* etaV0PTrk=sparseL->Projection(6);
TH1* phiV0PTrk=sparseL->Projection(7);



TH1* ptV0NTrk=sparseL->Projection(9);
TH1* etaV0NTrk=sparseL->Projection(10);
TH1* phiV0NTrk=sparseL->Projection(11);


TH1* efiSingPPhys=(TH1*) ptgeantPPhys->Clone();
efiSingPPhys->Sumw2();
efiSingPPhys->Divide(ptgeantPTrk,ptgeantPPhys);
efiSingPPhys->SetAxisRange(0.,5);
efiSingPPhys->SetMinimum(0.);
efiSingPPhys->SetMaximum(1.2);
efiSingPPhys->SetMarkerStyle(20);
efiSingPPhys->SetMarkerColor(2);


TH1* efiSingNPhys=(TH1*) ptgeantNPhys->Clone();
efiSingNPhys->Sumw2();
efiSingNPhys->Divide(ptgeantNTrk,ptgeantNPhys);
efiSingNPhys->SetAxisRange(0.,5);
efiSingNPhys->SetMinimum(0.);
efiSingNPhys->SetMaximum(1.2);
efiSingNPhys->SetMarkerStyle(20);
efiSingNPhys->SetMarkerColor(2);


TH1* efiSingPTrk=(TH1*) ptgeantPTrk->Clone();
efiSingPTrk->Sumw2();
efiSingPTrk->Divide(ptsinglePTrk,ptgeantPTrk);
efiSingPTrk->SetAxisRange(0.,5);
efiSingPTrk->SetMinimum(0.);
efiSingPTrk->SetMaximum(1.2);
efiSingPTrk->SetMarkerStyle(21);
efiSingPTrk->SetMarkerColor(4);

TH1* efiSingNTrk=(TH1*) ptgeantNTrk->Clone();
efiSingNTrk->Sumw2();
efiSingNTrk->Divide(ptsingleNTrk,ptgeantNTrk);
efiSingNTrk->SetAxisRange(0.,5);
efiSingNTrk->SetMinimum(0.);
efiSingNTrk->SetMaximum(1.2);
efiSingNTrk->SetMarkerStyle(21);
efiSingNTrk->SetMarkerColor(4);


TH1* efiV0PTrk=(TH1*) ptsinglePTrk->Clone();
efiV0PTrk->Sumw2();
efiV0PTrk->Divide(ptV0PTrk,ptsinglePTrk);
efiV0PTrk->SetAxisRange(0.,5);
efiV0PTrk->SetMinimum(0.);
efiV0PTrk->SetMaximum(1.2);
efiV0PTrk->SetMarkerStyle(21);
efiV0PTrk->SetMarkerColor(3);

TH1* efiV0NTrk=(TH1*) ptsingleNTrk->Clone();
efiV0NTrk->Sumw2();
efiV0NTrk->Divide(ptV0NTrk,ptsingleNTrk);
efiV0NTrk->SetAxisRange(0.,5);
efiV0NTrk->SetMinimum(0.);
efiV0NTrk->SetMaximum(1.2);
efiV0NTrk->SetMarkerStyle(21);
efiV0NTrk->SetMarkerColor(3);


TH1* efiEtaSingPTrk=(TH1*) etageantPTrk->Clone();
efiEtaSingPTrk->Sumw2();
efiEtaSingPTrk->Divide(etasinglePTrk,etageantPTrk);
efiEtaSingPTrk->SetMinimum(0.);
efiEtaSingPTrk->SetMaximum(1.2);
efiEtaSingPTrk->SetAxisRange(-1.5,1.5);
efiEtaSingPTrk->SetMarkerStyle(21);
efiEtaSingPTrk->SetMarkerColor(4);


TH1* efiEtaSingNTrk=(TH1*) etageantNTrk->Clone();
efiEtaSingNTrk->Sumw2();
efiEtaSingNTrk->Divide(etasingleNTrk,etageantNTrk);
efiEtaSingNTrk->SetMinimum(0.);
efiEtaSingNTrk->SetMaximum(1.2);
efiEtaSingNTrk->SetAxisRange(-1.5,1.5);
efiEtaSingNTrk->SetMarkerStyle(21);
efiEtaSingNTrk->SetMarkerColor(4);


TH1* efiEtaV0PTrk=(TH1*) etasinglePTrk->Clone();
efiEtaV0PTrk->Sumw2();
efiEtaV0PTrk->Divide(etaV0PTrk,etasinglePTrk);
efiEtaV0PTrk->SetMinimum(0.);
efiEtaV0PTrk->SetMaximum(1.2);
efiEtaV0PTrk->SetMarkerStyle(21);
efiEtaV0PTrk->SetMarkerColor(3);


TH1* efiEtaV0NTrk=(TH1*) etasingleNTrk->Clone();
efiEtaV0NTrk->Sumw2();
efiEtaV0NTrk->Divide(etaV0NTrk,etasingleNTrk);
efiEtaV0NTrk->SetMinimum(0.);
efiEtaV0NTrk->SetMaximum(1.2);
efiEtaV0NTrk->SetMarkerStyle(21);
efiEtaV0NTrk->SetMarkerColor(3);



TH1* efiPhiSingPTrk=(TH1*) phigeantPTrk->Clone();
efiPhiSingPTrk->Sumw2();
efiPhiSingPTrk->Divide(phisinglePTrk,phigeantPTrk);
efiPhiSingPTrk->SetMinimum(0.);
efiPhiSingPTrk->SetMaximum(1.2);
efiPhiSingPTrk->SetAxisRange(-TMath::Pi(),TMath::Pi());
efiPhiSingPTrk->SetMarkerStyle(20);
efiPhiSingPTrk->SetMarkerColor(4);


TH1* efiPhiSingNTrk=(TH1*) phigeantNTrk->Clone();
efiPhiSingNTrk->Sumw2();
efiPhiSingNTrk->Divide(phisingleNTrk,phigeantNTrk);
efiPhiSingNTrk->SetMinimum(0.);
efiPhiSingNTrk->SetMaximum(1.2);
efiPhiSingNTrk->SetAxisRange(-TMath::Pi(),TMath::Pi());
efiPhiSingNTrk->SetMarkerStyle(20);
efiPhiSingNTrk->SetMarkerColor(4);


TH1* efiPhiV0PTrk=(TH1*) phisinglePTrk->Clone();
efiPhiV0PTrk->Sumw2();
efiPhiV0PTrk->Divide(phiV0PTrk,phisinglePTrk);
efiPhiV0PTrk->SetMinimum(0.);
efiPhiV0PTrk->SetMaximum(1.2);
efiPhiV0PTrk->SetMarkerStyle(21);
efiPhiV0PTrk->SetMarkerColor(3);


TH1* efiPhiV0NTrk=(TH1*) phisingleNTrk->Clone();
efiPhiV0NTrk->Sumw2();
efiPhiV0NTrk->Divide(phiV0NTrk,phisingleNTrk);
efiPhiV0NTrk->SetMinimum(0.);
efiPhiV0NTrk->SetMaximum(1.2);
efiPhiV0NTrk->SetMarkerStyle(21);
efiPhiV0NTrk->SetMarkerColor(3);



sparseL->GetAxis(32)->SetRangeUser(-2,0.);
sparseL->GetAxis(36)->SetRangeUser(-2,0.);



TH1* sigbXYZEPlusRecSingle=sparseL->Projection(17);
TH1* sigbXYZEMinusRecSingle=sparseL->Projection(25);

TH1* ptsinglePTrkNo=sparseL->Projection(5);
TH1* etasinglePTrkNo=sparseL->Projection(6);
TH1* phisinglePTrkNo=sparseL->Projection(7);

TH1* ptsingleNTrkNo=sparseL->Projection(9);
TH1* etasingleNTrkNo=sparseL->Projection(10);
TH1* phisingleNTrkNo=sparseL->Projection(11);





TH1* efiV0PTrkNo=(TH1*) ptsinglePTrkNo->Clone();
efiV0PTrkNo->Sumw2();
efiV0PTrkNo->Divide(ptsinglePTrkNo,ptsinglePTrk);
efiV0PTrkNo->SetAxisRange(0.,5);
efiV0PTrkNo->SetMinimum(0.);
efiV0PTrkNo->SetMaximum(1.2);
efiV0PTrkNo->SetMarkerStyle(21);
efiV0PTrkNo->SetMarkerColor(6);



TH1* efiV0NTrkNo=(TH1*) ptsingleNTrkNo->Clone();
efiV0NTrkNo->Sumw2();
efiV0NTrkNo->Divide(ptsingleNTrkNo,ptsingleNTrk);
efiV0NTrkNo->SetAxisRange(0.,5);
efiV0NTrkNo->SetMinimum(0.);
efiV0NTrkNo->SetMaximum(1.2);
efiV0NTrkNo->SetMarkerStyle(21);
efiV0NTrkNo->SetMarkerColor(6);


TH1* efiEtaV0PTrkNo=(TH1*) etasinglePTrkNo->Clone();
efiEtaV0PTrkNo->Sumw2();
efiEtaV0PTrkNo->Divide(etasinglePTrkNo,etasinglePTrk);
efiEtaV0PTrkNo->SetAxisRange(-1.5,1.5);
efiEtaV0PTrkNo->SetMinimum(0.);
efiEtaV0PTrkNo->SetMaximum(1.2);
efiEtaV0PTrkNo->SetMarkerStyle(21);
efiEtaV0PTrkNo->SetMarkerColor(6);



TH1* efiEtaV0NTrkNo=(TH1*) etasingleNTrkNo->Clone();
efiEtaV0NTrkNo->Sumw2();
efiEtaV0NTrkNo->Divide(etasingleNTrkNo,etasingleNTrk);
efiEtaV0NTrkNo->SetAxisRange(-1.5,1.5);
efiEtaV0NTrkNo->SetMinimum(0.);
efiEtaV0NTrkNo->SetMaximum(1.2);
efiEtaV0NTrkNo->SetMarkerStyle(21);
efiEtaV0NTrkNo->SetMarkerColor(6);


TH1* efiPhiV0PTrkNo=(TH1*) phisinglePTrkNo->Clone();
efiPhiV0PTrkNo->Sumw2();
efiPhiV0PTrkNo->Divide(phisinglePTrkNo,phisinglePTrk);
efiPhiV0PTrkNo->SetAxisRange(-3.5,3.5);
efiPhiV0PTrkNo->SetMinimum(0.);
efiPhiV0PTrkNo->SetMaximum(1.2);
efiPhiV0PTrkNo->SetMarkerStyle(21);
efiPhiV0PTrkNo->SetMarkerColor(6);



TH1* efiPhiV0NTrkNo=(TH1*) phisingleNTrkNo->Clone();
efiPhiV0NTrkNo->Sumw2();
efiPhiV0NTrkNo->Divide(phisingleNTrkNo,phisingleNTrk);
efiPhiV0NTrkNo->SetAxisRange(-3.5,3.5);
efiPhiV0NTrkNo->SetMinimum(0.);
efiPhiV0NTrkNo->SetMaximum(1.2);
efiPhiV0NTrkNo->SetMarkerStyle(21);
efiPhiV0NTrkNo->SetMarkerColor(6);





 TCanvas* c1 = new TCanvas("c1","MC Info",200,10,700,900);
  c1->Divide(2,4);
  c1->SetFillColor(0);
  c1->GetFrame()->SetFillColor(0);
  c1->SetBorderMode(0);
 TPad *c1_1 = (TPad*)(c1->GetPrimitive("c1_1"));
 TPad *c1_2 = (TPad*)(c1->GetPrimitive("c1_2"));
 TPad *c1_3 = (TPad*)(c1->GetPrimitive("c1_3"));
 TPad *c1_4 = (TPad*)(c1->GetPrimitive("c1_4"));
 TPad *c1_5 = (TPad*)(c1->GetPrimitive("c1_5"));
 TPad *c1_6 = (TPad*)(c1->GetPrimitive("c1_6"));


 c1_1->SetGridx(1);
 c1_3->SetGridx(1);
 c1_2->SetGridx(1);
 c1_4->SetGridx(1);
 c1_5->SetGridx(1);
 c1_6->SetGridx(1);

 c1_1->SetGridy(1);
 c1_3->SetGridy(1);
 c1_2->SetGridy(1);
 c1_4->SetGridy(1);
 c1_5->SetGridy(1);
 c1_6->SetGridy(1);


c1->cd(1);
efiSingPTrk->Draw();
efiSingPTrk->SetXTitle("1/sqrt(pt) pos (sqrt(GeV))");
efiSingPPhys->Draw("same");
efiV0PTrk->Draw("same");
efiV0PTrkNo->Draw("same");

TLegend *leg1 = new TLegend(0.6,0.75,0.9,0.9);
leg1->AddEntry(efiSingPTrk,"Single tracking eff");
leg1->AddEntry(efiV0PTrk,"V0 tracking eff");
leg1->AddEntry(efiV0PTrkNo,"V0 tracking ineff");
leg1->Draw();
c1->cd(2);
efiSingNTrk->Draw();
efiSingNTrk->SetXTitle("1/sqrt(pt) neg (sqrt(GeV))");
efiSingNPhys->Draw("same");
efiV0NTrk->Draw("same");
efiV0NTrkNo->Draw("same");

c1->cd(3);
efiEtaSingPTrk->Draw();
//efiEtaSingPPhys->Draw("same");
efiEtaV0PTrk->Draw("same");
efiEtaV0PTrkNo->Draw("same");

c1->cd(4);
efiEtaSingNTrk->Draw();
//efiEtaSingNPhys->Draw("same");
efiEtaV0NTrk->Draw("same");
efiEtaV0NTrkNo->Draw("same");

c1->cd(5);
efiPhiSingPTrk->Draw();
//efiPhiSingPPhys->Draw("same");
efiPhiV0PTrk->Draw("same");
efiPhiV0PTrkNo->Draw("same");

c1->cd(6);
efiPhiSingNTrk->Draw();
//efiPhiSingNPhys->Draw("same");
efiPhiV0NTrk->Draw("same");
efiPhiV0NTrkNo->Draw("same");

c1->cd(7);
TH1* efiRSingTrk=(TH1*) rgeantTrk->Clone();
efiRSingTrk->Sumw2();
efiRSingTrk->Divide(rsingleTrk,rgeantTrk);


efiRSingTrk->SetMinimum(0.);
efiRSingTrk->SetMaximum(1.2);
efiRSingTrk->SetMarkerStyle(21);
efiRSingTrk->SetMarkerColor(4);

efiRSingTrk->Draw();

TH1* efiRV0Trk=(TH1*) rgeantTrk->Clone();
efiRV0Trk->Sumw2();
efiRV0Trk->Divide(rV0Trk,rsingleTrk);


efiRV0Trk->SetMinimum(0.);
efiRV0Trk->SetMaximum(1.2);
efiRV0Trk->SetMarkerStyle(21);
efiRV0Trk->SetMarkerColor(3);
efiRV0Trk->Draw("same");


//c1->Print("Effi-L-norefit-v416rev08-090709.ps"); 
//c1->Print("Effi-L-norefit-trunk010709.ps"); 
c1->Print("Effi-L-norefit-v417release-110709.ps"); 
}
 plotSparseL.C:1
 plotSparseL.C:2
 plotSparseL.C:3
 plotSparseL.C:4
 plotSparseL.C:5
 plotSparseL.C:6
 plotSparseL.C:7
 plotSparseL.C:8
 plotSparseL.C:9
 plotSparseL.C:10
 plotSparseL.C:11
 plotSparseL.C:12
 plotSparseL.C:13
 plotSparseL.C:14
 plotSparseL.C:15
 plotSparseL.C:16
 plotSparseL.C:17
 plotSparseL.C:18
 plotSparseL.C:19
 plotSparseL.C:20
 plotSparseL.C:21
 plotSparseL.C:22
 plotSparseL.C:23
 plotSparseL.C:24
 plotSparseL.C:25
 plotSparseL.C:26
 plotSparseL.C:27
 plotSparseL.C:28
 plotSparseL.C:29
 plotSparseL.C:30
 plotSparseL.C:31
 plotSparseL.C:32
 plotSparseL.C:33
 plotSparseL.C:34
 plotSparseL.C:35
 plotSparseL.C:36
 plotSparseL.C:37
 plotSparseL.C:38
 plotSparseL.C:39
 plotSparseL.C:40
 plotSparseL.C:41
 plotSparseL.C:42
 plotSparseL.C:43
 plotSparseL.C:44
 plotSparseL.C:45
 plotSparseL.C:46
 plotSparseL.C:47
 plotSparseL.C:48
 plotSparseL.C:49
 plotSparseL.C:50
 plotSparseL.C:51
 plotSparseL.C:52
 plotSparseL.C:53
 plotSparseL.C:54
 plotSparseL.C:55
 plotSparseL.C:56
 plotSparseL.C:57
 plotSparseL.C:58
 plotSparseL.C:59
 plotSparseL.C:60
 plotSparseL.C:61
 plotSparseL.C:62
 plotSparseL.C:63
 plotSparseL.C:64
 plotSparseL.C:65
 plotSparseL.C:66
 plotSparseL.C:67
 plotSparseL.C:68
 plotSparseL.C:69
 plotSparseL.C:70
 plotSparseL.C:71
 plotSparseL.C:72
 plotSparseL.C:73
 plotSparseL.C:74
 plotSparseL.C:75
 plotSparseL.C:76
 plotSparseL.C:77
 plotSparseL.C:78
 plotSparseL.C:79
 plotSparseL.C:80
 plotSparseL.C:81
 plotSparseL.C:82
 plotSparseL.C:83
 plotSparseL.C:84
 plotSparseL.C:85
 plotSparseL.C:86
 plotSparseL.C:87
 plotSparseL.C:88
 plotSparseL.C:89
 plotSparseL.C:90
 plotSparseL.C:91
 plotSparseL.C:92
 plotSparseL.C:93
 plotSparseL.C:94
 plotSparseL.C:95
 plotSparseL.C:96
 plotSparseL.C:97
 plotSparseL.C:98
 plotSparseL.C:99
 plotSparseL.C:100
 plotSparseL.C:101
 plotSparseL.C:102
 plotSparseL.C:103
 plotSparseL.C:104
 plotSparseL.C:105
 plotSparseL.C:106
 plotSparseL.C:107
 plotSparseL.C:108
 plotSparseL.C:109
 plotSparseL.C:110
 plotSparseL.C:111
 plotSparseL.C:112
 plotSparseL.C:113
 plotSparseL.C:114
 plotSparseL.C:115
 plotSparseL.C:116
 plotSparseL.C:117
 plotSparseL.C:118
 plotSparseL.C:119
 plotSparseL.C:120
 plotSparseL.C:121
 plotSparseL.C:122
 plotSparseL.C:123
 plotSparseL.C:124
 plotSparseL.C:125
 plotSparseL.C:126
 plotSparseL.C:127
 plotSparseL.C:128
 plotSparseL.C:129
 plotSparseL.C:130
 plotSparseL.C:131
 plotSparseL.C:132
 plotSparseL.C:133
 plotSparseL.C:134
 plotSparseL.C:135
 plotSparseL.C:136
 plotSparseL.C:137
 plotSparseL.C:138
 plotSparseL.C:139
 plotSparseL.C:140
 plotSparseL.C:141
 plotSparseL.C:142
 plotSparseL.C:143
 plotSparseL.C:144
 plotSparseL.C:145
 plotSparseL.C:146
 plotSparseL.C:147
 plotSparseL.C:148
 plotSparseL.C:149
 plotSparseL.C:150
 plotSparseL.C:151
 plotSparseL.C:152
 plotSparseL.C:153
 plotSparseL.C:154
 plotSparseL.C:155
 plotSparseL.C:156
 plotSparseL.C:157
 plotSparseL.C:158
 plotSparseL.C:159
 plotSparseL.C:160
 plotSparseL.C:161
 plotSparseL.C:162
 plotSparseL.C:163
 plotSparseL.C:164
 plotSparseL.C:165
 plotSparseL.C:166
 plotSparseL.C:167
 plotSparseL.C:168
 plotSparseL.C:169
 plotSparseL.C:170
 plotSparseL.C:171
 plotSparseL.C:172
 plotSparseL.C:173
 plotSparseL.C:174
 plotSparseL.C:175
 plotSparseL.C:176
 plotSparseL.C:177
 plotSparseL.C:178
 plotSparseL.C:179
 plotSparseL.C:180
 plotSparseL.C:181
 plotSparseL.C:182
 plotSparseL.C:183
 plotSparseL.C:184
 plotSparseL.C:185
 plotSparseL.C:186
 plotSparseL.C:187
 plotSparseL.C:188
 plotSparseL.C:189
 plotSparseL.C:190
 plotSparseL.C:191
 plotSparseL.C:192
 plotSparseL.C:193
 plotSparseL.C:194
 plotSparseL.C:195
 plotSparseL.C:196
 plotSparseL.C:197
 plotSparseL.C:198
 plotSparseL.C:199
 plotSparseL.C:200
 plotSparseL.C:201
 plotSparseL.C:202
 plotSparseL.C:203
 plotSparseL.C:204
 plotSparseL.C:205
 plotSparseL.C:206
 plotSparseL.C:207
 plotSparseL.C:208
 plotSparseL.C:209
 plotSparseL.C:210
 plotSparseL.C:211
 plotSparseL.C:212
 plotSparseL.C:213
 plotSparseL.C:214
 plotSparseL.C:215
 plotSparseL.C:216
 plotSparseL.C:217
 plotSparseL.C:218
 plotSparseL.C:219
 plotSparseL.C:220
 plotSparseL.C:221
 plotSparseL.C:222
 plotSparseL.C:223
 plotSparseL.C:224
 plotSparseL.C:225
 plotSparseL.C:226
 plotSparseL.C:227
 plotSparseL.C:228
 plotSparseL.C:229
 plotSparseL.C:230
 plotSparseL.C:231
 plotSparseL.C:232
 plotSparseL.C:233
 plotSparseL.C:234
 plotSparseL.C:235
 plotSparseL.C:236
 plotSparseL.C:237
 plotSparseL.C:238
 plotSparseL.C:239
 plotSparseL.C:240
 plotSparseL.C:241
 plotSparseL.C:242
 plotSparseL.C:243
 plotSparseL.C:244
 plotSparseL.C:245
 plotSparseL.C:246
 plotSparseL.C:247
 plotSparseL.C:248
 plotSparseL.C:249
 plotSparseL.C:250
 plotSparseL.C:251
 plotSparseL.C:252
 plotSparseL.C:253
 plotSparseL.C:254
 plotSparseL.C:255
 plotSparseL.C:256
 plotSparseL.C:257
 plotSparseL.C:258
 plotSparseL.C:259
 plotSparseL.C:260
 plotSparseL.C:261
 plotSparseL.C:262
 plotSparseL.C:263
 plotSparseL.C:264
 plotSparseL.C:265
 plotSparseL.C:266
 plotSparseL.C:267
 plotSparseL.C:268
 plotSparseL.C:269
 plotSparseL.C:270
 plotSparseL.C:271
 plotSparseL.C:272
 plotSparseL.C:273
 plotSparseL.C:274
 plotSparseL.C:275
 plotSparseL.C:276
 plotSparseL.C:277
 plotSparseL.C:278
 plotSparseL.C:279
 plotSparseL.C:280
 plotSparseL.C:281
 plotSparseL.C:282
 plotSparseL.C:283
 plotSparseL.C:284
 plotSparseL.C:285
 plotSparseL.C:286
 plotSparseL.C:287
 plotSparseL.C:288
 plotSparseL.C:289
 plotSparseL.C:290
 plotSparseL.C:291
 plotSparseL.C:292
 plotSparseL.C:293
 plotSparseL.C:294
 plotSparseL.C:295
 plotSparseL.C:296
 plotSparseL.C:297
 plotSparseL.C:298
 plotSparseL.C:299
 plotSparseL.C:300
 plotSparseL.C:301
 plotSparseL.C:302
 plotSparseL.C:303
 plotSparseL.C:304
 plotSparseL.C:305
 plotSparseL.C:306
 plotSparseL.C:307
 plotSparseL.C:308
 plotSparseL.C:309
 plotSparseL.C:310
 plotSparseL.C:311
 plotSparseL.C:312
 plotSparseL.C:313
 plotSparseL.C:314
 plotSparseL.C:315
 plotSparseL.C:316
 plotSparseL.C:317
 plotSparseL.C:318
 plotSparseL.C:319
 plotSparseL.C:320
 plotSparseL.C:321
 plotSparseL.C:322
 plotSparseL.C:323
 plotSparseL.C:324
 plotSparseL.C:325
 plotSparseL.C:326
 plotSparseL.C:327
 plotSparseL.C:328
 plotSparseL.C:329
 plotSparseL.C:330
 plotSparseL.C:331
 plotSparseL.C:332
 plotSparseL.C:333
 plotSparseL.C:334
 plotSparseL.C:335
 plotSparseL.C:336
 plotSparseL.C:337
 plotSparseL.C:338
 plotSparseL.C:339
 plotSparseL.C:340
 plotSparseL.C:341
 plotSparseL.C:342
 plotSparseL.C:343
 plotSparseL.C:344
 plotSparseL.C:345
 plotSparseL.C:346
 plotSparseL.C:347
 plotSparseL.C:348
 plotSparseL.C:349
 plotSparseL.C:350
 plotSparseL.C:351
 plotSparseL.C:352
 plotSparseL.C:353
 plotSparseL.C:354
 plotSparseL.C:355
 plotSparseL.C:356
 plotSparseL.C:357
 plotSparseL.C:358
 plotSparseL.C:359
 plotSparseL.C:360
 plotSparseL.C:361
 plotSparseL.C:362
 plotSparseL.C:363
 plotSparseL.C:364
 plotSparseL.C:365
 plotSparseL.C:366
 plotSparseL.C:367
 plotSparseL.C:368
 plotSparseL.C:369
 plotSparseL.C:370
 plotSparseL.C:371
 plotSparseL.C:372
 plotSparseL.C:373
 plotSparseL.C:374
 plotSparseL.C:375
 plotSparseL.C:376
 plotSparseL.C:377
 plotSparseL.C:378
 plotSparseL.C:379
 plotSparseL.C:380
 plotSparseL.C:381
 plotSparseL.C:382
 plotSparseL.C:383
 plotSparseL.C:384
 plotSparseL.C:385
 plotSparseL.C:386
 plotSparseL.C:387
 plotSparseL.C:388
 plotSparseL.C:389
 plotSparseL.C:390
 plotSparseL.C:391
 plotSparseL.C:392
 plotSparseL.C:393
 plotSparseL.C:394
 plotSparseL.C:395
 plotSparseL.C:396
 plotSparseL.C:397
 plotSparseL.C:398
 plotSparseL.C:399
 plotSparseL.C:400
 plotSparseL.C:401
 plotSparseL.C:402
 plotSparseL.C:403
 plotSparseL.C:404
 plotSparseL.C:405
 plotSparseL.C:406
 plotSparseL.C:407
 plotSparseL.C:408
 plotSparseL.C:409
 plotSparseL.C:410
 plotSparseL.C:411
 plotSparseL.C:412
 plotSparseL.C:413
 plotSparseL.C:414
 plotSparseL.C:415
 plotSparseL.C:416
 plotSparseL.C:417
 plotSparseL.C:418
 plotSparseL.C:419
 plotSparseL.C:420
 plotSparseL.C:421
 plotSparseL.C:422
 plotSparseL.C:423
 plotSparseL.C:424
 plotSparseL.C:425
 plotSparseL.C:426
 plotSparseL.C:427
 plotSparseL.C:428
 plotSparseL.C:429
 plotSparseL.C:430
 plotSparseL.C:431
 plotSparseL.C:432
 plotSparseL.C:433
 plotSparseL.C:434
 plotSparseL.C:435
 plotSparseL.C:436
 plotSparseL.C:437
 plotSparseL.C:438
 plotSparseL.C:439
 plotSparseL.C:440
 plotSparseL.C:441
 plotSparseL.C:442
 plotSparseL.C:443
 plotSparseL.C:444
 plotSparseL.C:445