Skip to content

Commit b5d16fb

Browse files
author
Niveditha Ramasubramanian
committed
copyright text and changing name from JPsi to Jpsi
1 parent be01067 commit b5d16fb

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

PWGUD/Tasks/upcPolarisationJpsiIncorr.cxx

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
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.
112

123
/// \file upcPolarisationJpsiIncorr.cxx
134
/// \brief copied from FWDMuonsUPC perform some selections on fwd events and saves the results
5+
146
/// executable name o2-analysis-ud-upc-polarisation-jpsiincorr
157

16-
/// \author Niveditha Ram , IP2I
8+
/// \author Niveditha Ram , IP2I <niv.ram@cern.ch>
179

1810
#include "LorentzVector.h"
1911

@@ -74,7 +66,7 @@ const int kMaxChi2MFTMatch = 30;
7466
const float kMaxZDCTime = 2.;
7567
const float kMaxZDCTimeHisto = 10.;
7668
const PDG_t kMuonPDG = kMuonPlus;
77-
struct upcPolarisationJPsiIncorr {
69+
struct upcPolarisationJpsiIncorr {
7870

7971
// a pdg object
8072
Service<o2::framework::O2DatabasePDG> pdg;
@@ -343,12 +335,12 @@ struct upcPolarisationJPsiIncorr {
343335
}
344336
}
345337

346-
PROCESS_SWITCH(upcPolarisationJPsiIncorr, processData, "", true);
338+
PROCESS_SWITCH(upcPolarisationJpsiIncorr, processData, "", true);
347339
};
348340

349341
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
350342
{
351343
return WorkflowSpec{
352-
adaptAnalysisTask<upcPolarisationJPsiIncorr>(cfgc),
344+
adaptAnalysisTask<upcPolarisationJpsiIncorr>(cfgc),
353345
};
354346
}

0 commit comments

Comments
 (0)