We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2935ff commit 8110feeCopy full SHA for 8110fee
ALICE3/TableProducer/OTF/onTheFlyTOFPID.cxx
@@ -60,7 +60,7 @@
60
using namespace o2;
61
using namespace o2::framework;
62
63
-struct OnTheFlyTOFPID {
+struct OnTheFlyTofPid {
64
Produces<aod::UpgradeTofMC> upgradeTofMC;
65
Produces<aod::UpgradeTof> upgradeTof;
66
@@ -773,7 +773,4 @@ struct OnTheFlyTOFPID {
773
}
774
};
775
776
-WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
777
-{
778
- return WorkflowSpec{adaptAnalysisTask<OnTheFlyTOFPID>(cfgc)};
779
-}
+WorkflowSpec defineDataProcessing(ConfigContext const& cfgc) { return WorkflowSpec{adaptAnalysisTask<OnTheFlyTofPid>(cfgc)}; }
0 commit comments