14#ifndef O2_HMP_MATCHINFOREADER
15#define O2_HMP_MATCHINFOREADER
40 void connectTree(
const std::string&
filename);
45 std::string mInFileName{
"o2match_hmp.root"};
46 std::string mInTreeName{
"matchHMP"};
47 std::unique_ptr<TFile> mFile =
nullptr;
48 std::unique_ptr<TTree> mTree =
nullptr;
49 std::vector<o2::dataformats::MatchInfoHMP> mMatches, *mMatchesPtr = &mMatches;
51 std::vector<o2::MCCompLabel> mLabelHMP, *mLabelHMPPtr = &mLabelHMP;
Class to store the output of the matching to HMPID.
Result of refitting TPC with TOF match constraint.
HMPMatchedReader(bool useMC)
~HMPMatchedReader() override=default
void run(o2::framework::ProcessingContext &pc) final
void init(o2::framework::InitContext &ic) final
framework::DataProcessorSpec getHMPMatchedReaderSpec(bool useMC)
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...