TAxis::SetLineWidth?

I am simply looking for a method to increase the thickness of the tick marks for a specific histogram without changing the global style. TH1::SetLineWidth changes the histogram line width as expected and TAxis does not have anything resembling Line Width there is only SetTickLength. I know that one can change the style using the following, but this will change the width for all future histograms as well and I would just like to change this specific histogram.

Is there a method in TH1 or TAxis that I am missing?

Any suggestions?

gStyle->SetLineWidth(2);

That’s the only way right now.