Bug #1430
PE smearing in Tracker MC
Status:
Open
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
07 March 2014
Due date:
% Done:
0%
Estimated time:
Workflow:
New Issue
Description
I am getting a non-sense value for the Tracker digit NPE. Following this back it looks like it is coming from the ADC smearing routine we decided to include after the code review last month.
The heart of the ADC smearing is a Gaussian centered around the energy deposited in the fiber with standard deviation defined by the SciFi VLPC Energy Resolution which has a value of 4.0 MeV. Seeing as the average energy deposited per hit is something along the order of 0.06 MeV or so, this seems wildly inaccurate.
Further once we have this number, the whole thing is multiplied by 6, which is labeled as SciFi adc Factor. I can only assume that this number gives us the number adc counts per MeV (per keV?). This is finally checked to make sure it doesn't overload a 16bit number.
So I like how the function is looking in form, but all the numbers are screwy. Can someone please help me get this straight? Frankly I'm not even sure energy is what we should be smearing anyways.