Skip to content

Commit 8110fee

Browse files
committed
Update
1 parent c2935ff commit 8110fee

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

ALICE3/TableProducer/OTF/onTheFlyTOFPID.cxx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
using namespace o2;
6161
using namespace o2::framework;
6262

63-
struct OnTheFlyTOFPID {
63+
struct OnTheFlyTofPid {
6464
Produces<aod::UpgradeTofMC> upgradeTofMC;
6565
Produces<aod::UpgradeTof> upgradeTof;
6666

@@ -773,7 +773,4 @@ struct OnTheFlyTOFPID {
773773
}
774774
};
775775

776-
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
777-
{
778-
return WorkflowSpec{adaptAnalysisTask<OnTheFlyTOFPID>(cfgc)};
779-
}
776+
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc) { return WorkflowSpec{adaptAnalysisTask<OnTheFlyTofPid>(cfgc)}; }

0 commit comments

Comments
 (0)