File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ o2physics_add_dpl_workflow(upc-cand-analyzer
110110 COMPONENT_NAME Analysis )
111111
112112o2physics_add_dpl_workflow (upc-cand-producer-qa
113- SOURCES upcCandidateProducerQa.cpp
113+ SOURCES upcCandidateProducerQa.cxx
114114 PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsBase
115115 COMPONENT_NAME Analysis )
116116
Original file line number Diff line number Diff line change 99// granted to it by virtue of its status as an Intergovernmental Organization
1010// or submit itself to any jurisdiction.
1111
12- #include " Framework/runDataProcessing.h"
13- #include " Framework/AnalysisTask.h"
14- #include " Framework/AnalysisDataModel.h"
15- #include " Common/CCDB/EventSelectionParams.h"
16- #include " Common/DataModel/EventSelection.h"
17- #include " CommonConstants/LHCConstants.h"
18- #include " PWGUD/Core/UPCCutparHolder.h"
19- #include " PWGUD/Core/UPCHelpers.h"
20- #include " PWGUD/DataModel/UDTables.h"
12+ #include < Framework/AnalysisDataModel.h>
13+ #include < Framework/AnalysisTask.h>
14+ #include < Framework/DataTypes.h>
15+ #include < Framework/HistogramRegistry.h>
16+ #include < Framework/HistogramSpec.h>
17+ #include < Framework/InitContext.h>
18+ #include < Framework/OutputObjHeader.h>
19+ #include < Framework/runDataProcessing.h>
20+
21+ #include < Rtypes.h>
22+
23+ #include < cstdint>
24+ #include < cstdlib>
25+ #include < unordered_set>
2126
2227using namespace o2 ::framework;
2328using namespace o2 ::framework::expressions;
You can’t perform that action at this time.
0 commit comments