Skip to content

Commit 52d9640

Browse files
author
Niveditha Ramasubramanian
committed
clang format
1 parent 807ec28 commit 52d9640

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
/// \file upcPolarisationJpsiIncorr.cxx
12+
/// \file upcPolarisationJpsiIncoh.cxx
1313
/// \brief Workflow to analyse UPC forward events and perform J/psi polarization selections
1414
/// \author Niveditha Ram, IP2I <niv.ram@cern.ch>
1515
/// \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
1917

2018
#include "PWGUD/DataModel/UDTables.h"
2119

@@ -74,7 +72,7 @@ const int kMaxChi2MFTMatch = 30;
7472
const float kMaxZDCTime = 2.;
7573
const float kMaxZDCTimeHisto = 10.;
7674
const PDG_t kMuonPDG = kMuonPlus;
77-
struct upcPolarisationJpsiIncorr {
75+
struct UpcPolarisationJpsiIncoh {
7876

7977
// a pdg object
8078
Service<o2::framework::O2DatabasePDG> pdg;
@@ -343,12 +341,12 @@ struct upcPolarisationJpsiIncorr {
343341
}
344342
}
345343

346-
PROCESS_SWITCH(upcPolarisationJpsiIncorr, processData, "", true);
344+
PROCESS_SWITCH(UpcPolarisationJpsiIncoh, processData, "", true);
347345
};
348346

349347
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
350348
{
351349
return WorkflowSpec{
352-
adaptAnalysisTask<upcPolarisationJpsiIncorr>(cfgc),
350+
adaptAnalysisTask<UpcPolarisationJpsiIncoh>(cfgc),
353351
};
354352
}

0 commit comments

Comments
 (0)