- genevb's home page
- Posts
- 2024
- 2023
- 2022
- September (1)
- 2021
- 2020
- 2019
- December (1)
- October (4)
- September (2)
- August (6)
- July (1)
- June (2)
- May (4)
- April (2)
- March (3)
- February (3)
- 2018
- 2017
- December (1)
- October (3)
- September (1)
- August (1)
- July (2)
- June (2)
- April (2)
- March (2)
- February (1)
- 2016
- November (2)
- September (1)
- August (2)
- July (1)
- June (2)
- May (2)
- April (1)
- March (5)
- February (2)
- January (1)
- 2015
- December (1)
- October (1)
- September (2)
- June (1)
- May (2)
- April (2)
- March (3)
- February (1)
- January (3)
- 2014
- December (2)
- October (2)
- September (2)
- August (3)
- July (2)
- June (2)
- May (2)
- April (9)
- March (2)
- February (2)
- January (1)
- 2013
- December (5)
- October (3)
- September (3)
- August (1)
- July (1)
- May (4)
- April (4)
- March (7)
- February (1)
- January (2)
- 2012
- December (2)
- November (6)
- October (2)
- September (3)
- August (7)
- July (2)
- June (1)
- May (3)
- April (1)
- March (2)
- February (1)
- 2011
- November (1)
- October (1)
- September (4)
- August (2)
- July (4)
- June (3)
- May (4)
- April (9)
- March (5)
- February (6)
- January (3)
- 2010
- December (3)
- November (6)
- October (3)
- September (1)
- August (5)
- July (1)
- June (4)
- May (1)
- April (2)
- March (2)
- February (4)
- January (2)
- 2009
- November (1)
- October (2)
- September (6)
- August (4)
- July (4)
- June (3)
- May (5)
- April (5)
- March (3)
- February (1)
- 2008
- 2005
- October (1)
- My blog
- Post new blog entry
- All blogs
New DB Table: Calibrationrs_tpc / tpcCalibResolutions
Updated on Thu, 2018-04-05 15:36. Originally created by genevb on 2018-04-05 15:36.
Recent studies have demonstrated improved matching between simulations and real data by including additional smearing of calibration parameters for use in simulations (but not in reconstruction) that represent how well those parameters track reality in the data. For example, a calibration parameter may reflect a mean value of some aspect such as SpaceCharge, but would not otherwise encapsulate fluctuations in the SpaceCharge about that mean value for the parameter. An example of where to use such resolutions is in the DoDistortions() method of the StDbUtilities/StMagUtilities class, not using the resolutions in the UndoDistortion() method.
To that end, I propose a new DB table which will begin with parameters for smearing TPC SpaceCharge & GridLeak, and would potentially be later expanded to include additional parameters. This would be placed under Calibrations_tpc in the DataBase structure.
-Gene
To that end, I propose a new DB table which will begin with parameters for smearing TPC SpaceCharge & GridLeak, and would potentially be later expanded to include additional parameters. This would be placed under Calibrations_tpc in the DataBase structure.
/* tpcCalibResolutions.idl * * Table: tpcCalibResolutions * * description: Table for Resolutions of TPC Calibrations */ struct tpcCalibResolutions { float SpaceCharge; /* SpaceCharge correction */ float GridLeak; /* GridLeak correction */ char comment[255]; /* comments */ };
-Gene
»
- genevb's blog
- Login or register to post comments