Skip to content
Snippets Groups Projects
Commit dc689994 authored by Pascal Raisig's avatar Pascal Raisig
Browse files

Remove classDef from templates

This is only required if one wants to implement direct instances based on the templates without derivation. But, in our case, were always derive it is unecessary and also causes issues. Hence, I removed it with this commit.
parent 8bfcec1e
No related branches found
No related tags found
1 merge request!408Remove classDef from templates
Pipeline #12099 passed
......@@ -387,9 +387,6 @@ public:
++fNrProcessedTs;
return fOutputVec;
}
public:
ClassDef(CbmRecoUnpackAlgo, 2)
};
#endif // CbmRecoUnpackAlgo_H
......@@ -243,9 +243,6 @@ protected:
}
return kTRUE;
}
public:
ClassDef(CbmRecoUnpackConfig, 2)
};
......
......@@ -27,10 +27,6 @@
#pragma link C++ class CbmTrdRecoQa + ;
#pragma link C++ class CbmTrdTracksPidQa + ;
#pragma link C++ class CbmRecoUnpackAlgo < CbmTrdDigi, CbmTrdRawMessageSpadic, std::pair < size_t, size_t>> + ;
#pragma link C++ class CbmRecoUnpackConfig < CbmTrdUnpackAlgoBaseR, CbmTrdDigi, CbmTrdRawMessageSpadic, \
std::pair < size_t, size_t>> + ;
#pragma link C++ class CbmTrdUnpackAlgoBaseR + ;
#pragma link C++ class CbmTrdUnpackAlgoR + ;
#pragma link C++ class CbmTrdUnpackAlgoLegacy2020R + ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment