Skip to content

Commit 2eccc12

Browse files
akhatunakhatunakhatun
authored
PWGUD/AQC (#4660)
* Change cmake * updated tasks with modification * Fixed compilation errors * modifying task * Updated task for new checks and removed unrequired parts for AQC * bug fixed CMakeList.txt * fixed format * fixed formatting and megalinter issue * Macro to test FIT signal for UPC * Updated for inclusive UPC event selection * Updated Task PWGUD/AQC * resolving commit issue * resolving formatting for Cmakelist * New Tasks to study FIT veto and ZDC for UPC --------- Co-authored-by: akhatun <anisa@hpani.dyndns.cern.ch> Co-authored-by: akhatun <anisa@Anisas-MacBook-Pro.local>
1 parent 61a44cc commit 2eccc12

File tree

3 files changed

+1773
-0
lines changed

3 files changed

+1773
-0
lines changed

PWGUD/AQC/CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,13 @@ o2physics_add_dpl_workflow(udqc
1313
SOURCES udQC.cxx
1414
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::DGCutparHolder
1515
COMPONENT_NAME Analysis)
16+
17+
o2physics_add_dpl_workflow(fittest
18+
SOURCES FITtest.cxx
19+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::DGCutparHolder
20+
COMPONENT_NAME Analysis)
21+
22+
o2physics_add_dpl_workflow(udqcmidrap
23+
SOURCES udQCmidRap.cxx
24+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::DGCutparHolder
25+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)