|
1 | | -// Copyright 2019-2020 CERN and copyOAright holders of ALICE O2. |
2 | | -// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders. |
3 | | -// All rights not expressly granted are reserved. |
4 | | -// |
5 | | -// This software is distributed under the terms of the GNU General Public |
6 | | -// License v3 (GPL Version 3), copied verbatim in the file "COPYING". |
7 | | -// |
8 | | -// In applying this license CERN does not waive the privileges and immunities |
9 | | -// granted to it by virtue of its status as an Intergovernmental Organization |
10 | | -// or submit itself to any jurisdiction. |
| 1 | +// Copyright 2019-2020 CERN and copyright holders of ALICE O2. // See https://alice-o2.web.cern.ch/copyright for details of the copyright holders. // All rights not expressly granted are reserved. // // This software is distributed under the terms of the GNU General Public // License v3 (GPL Version 3), copied verbatim in the file "COPYING". // // In applying this license CERN does not waive the privileges and immunities // granted to it by virtue of its status as an Intergovernmental Organization // or submit itself to any jurisdiction. |
11 | 2 |
|
12 | 3 | /// \file upcPolarisationJpsiIncorr.cxx |
13 | 4 | /// \brief copied from FWDMuonsUPC perform some selections on fwd events and saves the results |
| 5 | + |
14 | 6 | /// executable name o2-analysis-ud-upc-polarisation-jpsiincorr |
15 | 7 |
|
16 | | -/// \author Niveditha Ram , IP2I |
| 8 | +/// \author Niveditha Ram , IP2I <niv.ram@cern.ch> |
17 | 9 |
|
18 | 10 | #include "LorentzVector.h" |
19 | 11 |
|
@@ -74,7 +66,7 @@ const int kMaxChi2MFTMatch = 30; |
74 | 66 | const float kMaxZDCTime = 2.; |
75 | 67 | const float kMaxZDCTimeHisto = 10.; |
76 | 68 | const PDG_t kMuonPDG = kMuonPlus; |
77 | | -struct upcPolarisationJPsiIncorr { |
| 69 | +struct upcPolarisationJpsiIncorr { |
78 | 70 |
|
79 | 71 | // a pdg object |
80 | 72 | Service<o2::framework::O2DatabasePDG> pdg; |
@@ -343,12 +335,12 @@ struct upcPolarisationJPsiIncorr { |
343 | 335 | } |
344 | 336 | } |
345 | 337 |
|
346 | | - PROCESS_SWITCH(upcPolarisationJPsiIncorr, processData, "", true); |
| 338 | + PROCESS_SWITCH(upcPolarisationJpsiIncorr, processData, "", true); |
347 | 339 | }; |
348 | 340 |
|
349 | 341 | WorkflowSpec defineDataProcessing(ConfigContext const& cfgc) |
350 | 342 | { |
351 | 343 | return WorkflowSpec{ |
352 | | - adaptAnalysisTask<upcPolarisationJPsiIncorr>(cfgc), |
| 344 | + adaptAnalysisTask<upcPolarisationJpsiIncorr>(cfgc), |
353 | 345 | }; |
354 | 346 | } |
0 commit comments