-
Notifications
You must be signed in to change notification settings - Fork 448
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TPC QA and PID information in the AO2D (#12387)
* ATO-647 - adding trackqa table to the AO2D * ATO-647 - adding trackqa table to the AO2D as in original pull request of David #12118 * ATO-647 - adding structure for TrackQA +all dEdx information * ATO-647 - adding cursor for the tracksQA table * ATO-647 - formally declaring trackQA table (not filled yet) * ATO-647 - filling content of the dEdx and ClusterByteMask * dEdx and Cluster byte mask compression very effective * trackIndex - not compressed as data are not sorted * ATO-647 - adding description string for columns, add DCAr and DCAz * ATO-647 - adding configuration parameter form TrmTrackQAFraction #12387 (comment) removing reference to non relevant pull request * ATO-647 - applying clang-format * ATO-647 - adding Tsaliss downsamling using configured parameter * ATO-647 - clang format * ATO-647 - get sqrts from CCDB, clang format * ATO-647 - making clang hapy * ATO-647 - disabling initialization part - causing failure * CCDB can not be used in init * problem to read fraction * ATO-647 - fixing setting and reading of the fraction * ATO-647 - initializing SqrtS only once as suggested by Ruben comment * ATO-647 -cleanup the code / remoing copypaste leftover * ATO-647 -adding brackets to resolve pull request * ATO-647 -use simple track without error for propagation * ATO-647 - speed up dEdx ratio calculation * ATO-647 - uing only TPC gid (commented by Ruben) * ATO-647 - adding mTrackQCNTrCut cut to reduce amount of the "short tracks" triggered by sampling * ATO-647 - make consistent type for the NTrCut+warning removal + changing index * ATO-647 -use mTableTrID as index trackQAInfoHolder.trackID = mTableTrID; * ATO-647 -fixing minor comments of Jan-Fiete - for documentation string * ATO-647 -adding tpcTime0 for the QA of the V0 and Cascade finder * ATO-647 -adding tpcTime0 in respect to collision time from AO2D following #12387 (comment) * ATO-647 bug fix in diffBCRef --------- Co-authored-by: miranov25 <marian.ivanov@cern.cg>
- Loading branch information
Showing
3 changed files
with
168 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.