26 const std::vector<std::pair<int, int>> &hitsvector,
30 , fTrackParamFirst(first)
31 , fHitsIndices(hitsvector)
32 , fMCTrackIndex(trueMCTrackIndex)
37 LOG(info) <<
"FirstTrackPar:";
38 fTrackParamFirst.
Print();
40 for (
int ih = 0; ih < fHitsIndices.size(); ih++) {
41 LOG(info) << fHitsIndices[ih].first <<
" / " << fHitsIndices[ih].second;
43 LOG(info) <<
"-------------------";
virtual void Print(Option_t *option="") const
ClassImp(FairEventBuilder)