Skip to content

Commit ab840bc

Browse files
ITS-Study: create pt resolution, add efficiency of sec study (#11763)
* create Ptresolution, add efficiency of sec study * Fix format * Add Pt res study at TrackChech * Add Pt resolution at check study * ITS-Study: add some study on efficiency of secondary tracks, add fake clusters of secondary analysis * fix formatting * fix formatting * ITS-Study: change structure, add Fake cluster study * ITS-Study:add fake clusters identification * [WIP] ITS-Study: completed study on fake clusters * ITS-Study:Completed the study on secondary tracks and fake clusters, start study on Pt resolution * ITS-Study: completed secondary tracks efficiency study, started studies on fake clusters and Pt resolution * Update Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackCheck.cxx * Update Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackCheck.cxx * Update Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackCheck.cxx * Update Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackCheck.cxx * Update Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackCheck.cxx * Update Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackCheck.cxx * Update Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackCheck.cxx --------- Co-authored-by: Matteo Concas <mconcas@cern.ch>
1 parent b98dde7 commit ab840bc

3 files changed

Lines changed: 972 additions & 87 deletions

File tree

Detectors/ITSMFT/ITS/postprocessing/studies/src/ITSStudiesConfigParam.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ static auto& sImpactParameterParamsITS = o2::its::study::ITSImpactParameterParam
2424
O2ParamImpl(o2::its::study::ITSAvgClusSizeParamConfig);
2525
O2ParamImpl(o2::its::study::ITSCheckTracksParamConfig);
2626
O2ParamImpl(o2::its::study::ITSImpactParameterParamConfig);
27+
2728
} // namespace study
2829
} // namespace its
2930
} // namespace o2

0 commit comments

Comments
 (0)