[PWGUD] add true gap service and TPC-FT0 correlations#16083
[PWGUD] add true gap service and TPC-FT0 correlations#16083rolavick merged 13 commits intoAliceO2Group:masterfrom
Conversation
This header file defines the Truegapside service outputs for the UPC analysis.
TPC-FT0 correlations
[PWGUD] Please consider the following formatting changes to AliceO2Group#16081
Removed unused UdTracksFull type alias and updated process function signature.
|
O2 linter results: ❌ 2 errors, |
[PWGUD] Please consider the following formatting changes to AliceO2Group#16083
rolavick
left a comment
There was a problem hiding this comment.
Why do you need the UpcService? What is the usage of it?
Hi roman, As the major event selection here are gapside and truegapside, I create a service task to produce truegapside so that I can use truegapside in the filter. |
There was a problem hiding this comment.
This is not really a service, it is just a table definition. Put this header to PWGUD/DataModel and change the name appropriatelly, that is xxxxTables.h. Also, be specific in \brief
There was a problem hiding this comment.
Also, this only produces one desired table. Put the file to PWGUD/TableProducer. Change the appropriately, that is xxxxProducer.cxx
There was a problem hiding this comment.
got it. I will do that
No description provided.