Andrew Whitbeck

Results 10 comments of Andrew Whitbeck

first attempt at an implementation is [here](https://github.com/LDMX-Software/TrigScint/tree/cross_talk). The code compiles and runs. Testings now....

I did manage to test this code; it seems to work. I am still debating how the user-interface for this code should work, specifically, how the should cross-talk [matrix](https://github.com/LDMX-Software/TrigScint/blob/cross_talk/src/TrigScint/TrigScintQIEDigiProducer.cxx#L117-L128) be...

I agree, this should be implemented so that it affects the energy deposited. The number of photons is just going to be a linear function of the energy deposited, so...

Thank @joyang8caltech for getting this into github. You'll need to integrate this with the rest of LDMX. Currently, you have removed the rest of the detector. I would start from...

I think this only happens when no particle passes through the array, but that is only based on a few anecdotal observations. There shouldn't be any cases where no particle...

sure, I can follow up with @nhanvtran. One question about the workflow, though. How should we work in gen-level information? for example, I want to propagate information from simhits about...

thanks for the reference. I would like something that can be saved in the event. I think we can probably get away with having a Digi collection with no gen-level...

okay, so first thing first: I am starting to think about the Digi data structure. See branch iss709. I tried to reimplement what @tomeichlersmith had for EcalDigiCollection. However, this inherits...

One more thought, just for the record. It was agreed that it made sense to make the Digi code such that all arrays were in one collection. So, we need...

Reigniting this issue, @GNiramay is working on the code to do this. It is in iss709v2. Currently, in iss709v2L there is a new producer exits: TrigScintQIEDigiProducer that simulates the pulse...