File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -71,16 +71,10 @@ namespace ROOT
7171{
7272static __attribute__ ((used)) int _R__dummyStreamer_3 =
7373 ([]() {
74- auto cl = TClass::GetClass<o2::tpc::CalArray<o2::tpc::PadFlags>>();
75- if (cl) {
76- if (!getenv (" TPC_PADFLAGS_STREAMER_OFF" )) {
77- cl->AdoptMemberStreamer (" mData" , new TMemberStreamer (MemberVectorPadFlagsStreamer));
78- }
79- } else {
80- // we should never come here ... and if we do we should assert/fail
81- assert (false );
74+ if (!getenv (" TPC_PADFLAGS_STREAMER_OFF" )) {
75+ ROOT::GenerateInitInstance ((o2::tpc::CalArray<o2::tpc::PadFlags> *)nullptr )->AdoptMemberStreamer (" mData" , new TMemberStreamer (MemberVectorPadFlagsStreamer));
8276 }
8377 return 0 ;
8478 })();
8579} // namespace ROOT
86- #endif
80+ #endif
You can’t perform that action at this time.
0 commit comments