Closed DraTeots closed 1 year ago
I am a bit confused about the second part. We now have:
('HCAL:HcalEndcapNIslandProtoClusters:dimScaledLocalDistXY', '1.5,1.5', ''),
...
('HCAL:HcalEndcapNIslandProtoClusters:localDistXY', '150,150', '* [mm]'),
How this should be changed?
To be honest me too. In the reconstruction script I was setting the version with eta and phi dimensions. Due to varying size of segments the localDistXY is no longer useful and the values doesn't matter I think. We need to tell the algorithm to use dimScaledLocalDistXY, which I don't see how to do here. The setting can remain as it is with 1.5xsize in X and Y. I may need to test it first though.
I also have additional request:
('HCAL:HcalEndcapNRawHits:dynamicRangeADC', '3.6GeV', ''), ('HCAL:HcalEndcapNRecHits:dynamicRangeADC', '3.6GeV', ''),
Ok, so in the end it is going to be as below. Is it correct?
'HCAL:hcalendcapnrawhits:capacityADC', 'capacityBitsADC=10'
'HCAL:hcalendcapnrechits:capacityADC', 'capacityBitsADC=10',
'HCAL:hcalendcapnislandprotoclusters:dimScaledLocalDistXY', '1.5,1.5',
'HCAL:hcalendcapnislandprotoclusters:localDistXY', '150,150', '* [mm]'
'HCAL:HcalEndcapNRawHits:dynamicRangeADC', '3.6GeV', '',
'HCAL:HcalEndcapNRecHits:dynamicRangeADC', '3.6GeV', '',
Yes, this is correct. Just please add a "*" before "GeV"
'HCAL:HcalEndcapNRawHits:dynamicRangeADC', '3.6GeV', '', 'HCAL:HcalEndcapNRecHits:dynamicRangeADC', '3.6GeV', '',
@faustus123 David, sorry, could you pick this up? Have no internet at all.
Just need to put values above
Hi, I had a look at the changes and I see:
'HCAL:HcalEndcapNRawHits:dynamicRangeADC', '3.6*MeV', '',
it should be:
'HCAL:HcalEndcapNRawHits:dynamicRangeADC', '3.6*GeV', '',
We can update it later depending on the results.
I also noticed that merger is missing. We need to store hits and also merged hits for nHCal. The individual hits will be needed later to try to distinguish neutral/charged hadron showers. So we need to add a merger:
('HCAL:HcalEndcapNMergedHits:fields', 'layer,slice', ''),
('HCAL:HcalEndcapNMergedHits:input_tag', 'HcalEndcapNHits', ''),
('HCAL:HcalEndcapNMergedHits:refs', '1,0', ''),
Also we need to make them propagate through the reconstruction chain, but I don't see a good example with the updated chain.
Not actual as reco_flags.py is gone
As @lkosarz wrote: