File tree Expand file tree Collapse file tree
PWGLF/TableProducer/Strangeness/Converters Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
1727using namespace o2 ;
1828using namespace o2 ::framework;
1929
20- // Converts V0 version 001 to 002
2130struct stradautrackstofpidconverter {
2231 Produces<aod::DauTrackTOFPIDs> dautracktofpids;
2332
You can’t perform that action at this time.
0 commit comments