You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[PWGDQ] Add processPbPbWithFilterBarrelOnlyWithFIT for UPC analysis with FIT detector info
- Created new process function using gkEventFillMapWithMultsRapidityGapFilterZdcFit
- This enables ReducedFit table filling for UPC Pb-Pb analysis
- Fixes segmentation fault caused by unfilled FIT table during framework shutdown
PROCESS_SWITCH(TableMaker, processPbPbBarrelOnly, "Build barrel only DQ skimmed data model typically for Pb-Pb, w/o event filtering", false);
1779
1788
PROCESS_SWITCH(TableMaker, processPbPbBarrelOnlyNoTOF, "Build barrel only DQ skimmed data model typically for Pb-Pb, w/o event filtering, no TOF", false);
1780
1789
PROCESS_SWITCH(TableMaker, processPbPbWithFilterBarrelOnly, "Build barrel only DQ skimmed data model typically for UPC Pb-Pb, w/ event filtering", false);
1790
+
PROCESS_SWITCH(TableMaker, processPbPbWithFilterBarrelOnlyWithFIT, "Build barrel only DQ skimmed data model for UPC Pb-Pb, w/ event filtering and FIT info", false);
1781
1791
PROCESS_SWITCH(TableMaker, processPbPbBarrelOnlyWithV0Bits, "Build barrel only DQ skimmed data model typically for Pb-Pb, w/ V0 bits, w/o event filtering", false);
1782
1792
PROCESS_SWITCH(TableMaker, processPbPbBarrelOnlyWithV0BitsNoTOF, "Build barrel only DQ skimmed data model typically for Pb-Pb, w/ V0 bits, no TOF, w/o event filtering", false);
1783
1793
PROCESS_SWITCH(TableMaker, processPbPbMuonOnly, "Build muon only DQ skimmed data model typically for Pb-Pb, w/o event filtering", false);
0 commit comments