Skip to content

Commit 537bd45

Browse files
Fix O2Linter errors in stradautracktofpidconverter
1 parent b5af3c6 commit 537bd45

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

PWGLF/TableProducer/Strangeness/Converters/stradautrackstofpidconverter.cxx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
// In applying this license CERN does not waive the privileges and immunities
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
11+
//
12+
/// \file stradautrackstofpidconverter.cxx
13+
/// \brief Produces DauTrackTOFPIDs from V0TOFs and CascTOFs table
14+
///
15+
/// \author David Dobrigkeit Chinellato <david.dobrigkeit.chinellato@cern.ch>, Austrian Academy of Sciences & MBI
16+
/// \author Romain Schotter <romain.schotter@cern.ch>, Austrian Academy of Sciences & MBI
17+
//
18+
19+
#include <vector>
20+
1121
#include "Framework/runDataProcessing.h"
1222
#include "Framework/AnalysisTask.h"
1323
#include "Framework/AnalysisDataModel.h"
@@ -17,7 +27,6 @@
1727
using namespace o2;
1828
using namespace o2::framework;
1929

20-
// Converts V0 version 001 to 002
2130
struct stradautrackstofpidconverter {
2231
Produces<aod::DauTrackTOFPIDs> dautracktofpids;
2332

0 commit comments

Comments
 (0)