Skip to content

Commit 8e8662b

Browse files
committed
Change workflow name
1 parent 3298716 commit 8e8662b

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

Common/TableProducer/zdcTaskInterCalib.cxx

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

12-
/// \file zdcTaskIntercalib.cxx
12+
/// \file zdcTaskInterCalib.cxx
1313
/// \brief Task for ZDC tower inter-calibration
1414
/// \author chiara.oppedisano@cern.ch
1515

16-
// o2-linter: disable=name/workflow-file
17-
// o2-linter: disable=name/file-cpp
18-
// o2-linter: disable=doc/file
19-
2016
#include "Framework/AnalysisTask.h"
2117
#include "Framework/AnalysisDataModel.h"
2218
#include "Framework/HistogramRegistry.h"
@@ -39,7 +35,7 @@ using namespace o2::aod::evsel;
3935
using BCsRun3 = soa::Join<aod::BCs, aod::Timestamps, aod::BcSels, aod::Run3MatchedToBCSparse>;
4036
using ColEvSels = soa::Join<aod::Collisions, aod::EvSels, aod::CentFT0Cs>;
4137

42-
struct ZDCCalibTower {
38+
struct ZdcTaskInterCalib {
4339

4440
Produces<aod::ZDCInterCalib> zTab;
4541

@@ -254,5 +250,5 @@ struct ZDCCalibTower {
254250
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc) // o2-linter: disable=name/file-cpp
255251
{
256252
return WorkflowSpec{
257-
adaptAnalysisTask<ZDCCalibTower>(cfgc)};
253+
adaptAnalysisTask<ZdcTaskInterCalib>(cfgc)};
258254
}

0 commit comments

Comments
 (0)