Skip to content

Commit

Permalink
Merge pull request #302 from eic/hcal-barrel-reco-flags
Browse files Browse the repository at this point in the history
fix: HcalBarrel fixes from #260 ported to reco_flags.py
  • Loading branch information
faustus123 committed Nov 2, 2022
2 parents 2468582 + d55f913 commit 3a25bfc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/tools/default_flags_table/reco_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,30 +394,30 @@
# HCAL Barrel
# -----------
('HCAL:HcalBarrelRawHits:capacityADC', 'capacityBitsADC=8', '*'),
('HCAL:HcalBarrelRawHits:dynamicRangeADC', '20*MeV', '*'),
('HCAL:HcalBarrelRawHits:dynamicRangeADC', '50*MeV', '*'),
('HCAL:HcalBarrelRawHits:energyResolutions', '', ''),
('HCAL:HcalBarrelRawHits:fieldRefNumbers', '1,0', '*'),
('HCAL:HcalBarrelRawHits:geoServiceName', 'ActsGeometryProvider', ''),
('HCAL:HcalBarrelRawHits:pedestalMean', '20', '*'),
('HCAL:HcalBarrelRawHits:pedestalSigma', '0.3', '*'),
('HCAL:HcalBarrelRawHits:pedestalMean', '10', '*'),
('HCAL:HcalBarrelRawHits:pedestalSigma', '2', '*'),
('HCAL:HcalBarrelRawHits:readoutClass', '', ''),
('HCAL:HcalBarrelRawHits:resolutionTDC', '1e-11', ''),
('HCAL:HcalBarrelRawHits:resolutionTDC', '1e-9', ''),
('HCAL:HcalBarrelRawHits:scaleResponse', '1', ''),
('HCAL:HcalBarrelRawHits:signalSumFields', '', ''),
('HCAL:HcalBarrelRawHits:timeResolution', '0', ''),

('HCAL:HcalBarrelRecHits:capacityADC', 'capacityBitsADC=8', '*'),
('HCAL:HcalBarrelRecHits:dynamicRangeADC', '20*MeV', '*'),
('HCAL:HcalBarrelRecHits:geoServiceName', 'geoServiceName', ''),
('HCAL:HcalBarrelRecHits:layerField', 'layer', ''),
('HCAL:HcalBarrelRecHits:layerField', 'tower', ''),
('HCAL:HcalBarrelRecHits:localDetElement', '', ''),
('HCAL:HcalBarrelRecHits:localDetFields', '', ''),
('HCAL:HcalBarrelRecHits:pedestalMean', '20', '*'),
('HCAL:HcalBarrelRecHits:pedestalSigma', '0.3', '*'),
('HCAL:HcalBarrelRecHits:readout', 'HcalBarrelHits', ''),
('HCAL:HcalBarrelRecHits:resolutionTDC', '1e-11', ''),
('HCAL:HcalBarrelRecHits:samplingFraction', '0.038', ''),
('HCAL:HcalBarrelRecHits:sectorField', 'module', ''),
('HCAL:HcalBarrelRecHits:samplingFraction', '0.033', ''),
('HCAL:HcalBarrelRecHits:sectorField', 'sector', ''),
('HCAL:HcalBarrelRecHits:thresholdFactor', '5', '*'),
('HCAL:HcalBarrelRecHits:thresholdValue', '1', '*'),

Expand All @@ -441,7 +441,7 @@
('HCAL:HcalBarrelIslandProtoClusters:sectorDist', '5', ''),
('HCAL:HcalBarrelIslandProtoClusters:splitCluster', '0', '*'),

('HCAL:HcalBarrelMergedHits:fields', 'layer,slice', ''),
('HCAL:HcalBarrelMergedHits:fields', 'tower,tile', ''),
('HCAL:HcalBarrelMergedHits:input_tag', 'HcalBarrelRecHits', ''),
('HCAL:HcalBarrelMergedHits:refs', '1,0', ''),

Expand Down

0 comments on commit 3a25bfc

Please sign in to comment.