Go to the source code of this file.
|
| TList * | a = f.GetStreamerInfoList() |
| TStreamerInfo * | inf |
◆ nextinfo()
◆ while()
Definition at line 13 of file liststreamerinfos.cxx.
13 {
15 if(
name.BeginsWith(
"listOfRules"))
16 std::cerr <<
"Skipping class with name " <<
name << std::endl;
17 else
18 {
20 TClass *
cl =
inf->GetClass();
21 if (cl)
22 std::cout <<
"external TStreamerInfo for " <<
name
23 <<
" checksum: " <<
inf->GetCheckSum() << std::endl;
24 }
25 }
cl
print [x.__class__ for x in toList(dqregion.getSubRegions()) ]
| TList* a = f.GetStreamerInfoList() |
◆ inf