|
9 | 9 | // granted to it by virtue of its status as an Intergovernmental Organization |
10 | 10 | // or submit itself to any jurisdiction. |
11 | 11 |
|
12 | | -/// \file upcPolarisationJpsiIncorr.cxx |
| 12 | +/// \file upcPolarisationJpsiIncoh.cxx |
13 | 13 | /// \brief Workflow to analyse UPC forward events and perform J/psi polarization selections |
14 | 14 | /// \author Niveditha Ram, IP2I <niv.ram@cern.ch> |
15 | 15 | /// \ingroup PWGUD |
16 | | -/// executable name: o2-analysis-ud-upc-polarisation-jpsiincorr |
17 | | - |
18 | | -#include "LorentzVector.h" |
| 16 | +/// executable name: o2-analysis-ud-upc-polarisation-jpsiincoh |
19 | 17 |
|
20 | 18 | #include "PWGUD/DataModel/UDTables.h" |
21 | 19 |
|
@@ -74,7 +72,7 @@ const int kMaxChi2MFTMatch = 30; |
74 | 72 | const float kMaxZDCTime = 2.; |
75 | 73 | const float kMaxZDCTimeHisto = 10.; |
76 | 74 | const PDG_t kMuonPDG = kMuonPlus; |
77 | | -struct upcPolarisationJpsiIncorr { |
| 75 | +struct UpcPolarisationJpsiIncoh { |
78 | 76 |
|
79 | 77 | // a pdg object |
80 | 78 | Service<o2::framework::O2DatabasePDG> pdg; |
@@ -343,12 +341,12 @@ struct upcPolarisationJpsiIncorr { |
343 | 341 | } |
344 | 342 | } |
345 | 343 |
|
346 | | - PROCESS_SWITCH(upcPolarisationJpsiIncorr, processData, "", true); |
| 344 | + PROCESS_SWITCH(UpcPolarisationJpsiIncoh, processData, "", true); |
347 | 345 | }; |
348 | 346 |
|
349 | 347 | WorkflowSpec defineDataProcessing(ConfigContext const& cfgc) |
350 | 348 | { |
351 | 349 | return WorkflowSpec{ |
352 | | - adaptAnalysisTask<upcPolarisationJpsiIncorr>(cfgc), |
| 350 | + adaptAnalysisTask<UpcPolarisationJpsiIncoh>(cfgc), |
353 | 351 | }; |
354 | 352 | } |
0 commit comments