Skip to content

Commit 5895b7b

Browse files
authored
Update and rename NchCumulantsIdentified.cxx to NchCumulantsId.cxx
1 parent ca80c4e commit 5895b7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGCF/EbyEFluctuations/Tasks/NchCumulantsIdentified.cxx renamed to PWGCF/EbyEFluctuations/Tasks/NchCumulantsId.cxx

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

12-
/// \file NchCumulantsIdentified.cxx
12+
/// \file NchCumulantsId.cxx
1313
/// \brief Event by Event conserved charges fluctuations
1414
/// it is meant to be a blank page for further developments.
1515
/// \author Pravata Panigrahi <pravata.panigrahi@cern.ch>:: Sadhana Dash (sadhana@phy.iitb.ac.in) and Rahul Verma (rahul.verma@iitb.ac.in)
@@ -37,7 +37,7 @@ using namespace o2::framework::expressions;
3737
using namespace o2::constants::physics; // for constants
3838
using namespace std;
3939

40-
struct NchCumulantsIdentified {
40+
struct NchCumulantsId {
4141

4242
HistogramRegistry hist{"hist", {}, OutputObjHandlingPolicy::AnalysisObject};
4343

@@ -667,5 +667,5 @@ struct NchCumulantsIdentified {
667667
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
668668
{
669669
return WorkflowSpec{
670-
adaptAnalysisTask<NchCumulantsIdentified>(cfgc)};
670+
adaptAnalysisTask<NchCumulantsId>(cfgc)};
671671
}

0 commit comments

Comments
 (0)