File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
PWGCF/EbyEFluctuations/Tasks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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;
3737using namespace o2 ::constants::physics; // for constants
3838using namespace std ;
3939
40- struct NchCumulantsIdentified {
40+ struct NchCumulantsId {
4141
4242 HistogramRegistry hist{" hist" , {}, OutputObjHandlingPolicy::AnalysisObject};
4343
@@ -667,5 +667,5 @@ struct NchCumulantsIdentified {
667667WorkflowSpec defineDataProcessing (ConfigContext const & cfgc)
668668{
669669 return WorkflowSpec{
670- adaptAnalysisTask<NchCumulantsIdentified >(cfgc)};
670+ adaptAnalysisTask<NchCumulantsId >(cfgc)};
671671}
You can’t perform that action at this time.
0 commit comments