Add vertical lines to TH1F logx

Hi all, I would like to add vertical lines to my histogram with marker point with logscale in the x axis.
I need a combination of the Draw"HISTO" and “P” options, is there a way to do it?

Thank you in advance!

SomeHisto->Draw(“HIST”);
SomeHisto->Draw(“P SAME”);
gPad->SetLogx(1);
gPad->Modified(); gPad->Update();