/lightguide/trunk/src/raySimulator.cpp |
---|
97,9 → 97,9 |
int cpc = 1; |
cdata->cd(cpc++); (detector->histoPlate)->Draw("COLZ"); |
cdata->cd(cpc++); ((detector->GetLG())->GetHIn())->Draw("COLZ"); |
cdata->cd(cpc++); ((detector->GetLG())->GetHOut())->Draw("COLZ"); |
cdata->cd(cpc++); //((detector->GetLG())->GetHOut())->Draw("COLZ"); |
(detector->GetHGlass())->Draw("COLZ"); |
cdata->cd(cpc++); (detector->GetHActive())->Draw("COLZ"); |
cdata->cd(cpc++); (detector->GetHLaser())->Draw("COLZ"); |
cdata->cd(cpc++); (detector->GetHDetector())->Draw("COLZ"); |