ATLAS Offline Software
Loading...
Searching...
No Matches
liststreamerinfos.cxx File Reference

Go to the source code of this file.

Functions

TIter nextinfo (a)
 while ((inf=(TStreamerInfo *) nextinfo()) !=0)

Variables

TList * a = f.GetStreamerInfoList()
TStreamerInfo * inf

Function Documentation

◆ nextinfo()

TIter nextinfo ( a )

◆ while()

while ( (inf=(TStreamerInfo *) nextinfo()) ! = 0)

Definition at line 13 of file liststreamerinfos.cxx.

13 {
14 TString name = inf->GetName();
15 if(name.BeginsWith("listOfRules"))
16 std::cerr << "Skipping class with name " << name << std::endl;
17 else
18 {
19 inf->BuildCheck();
20 TClass *cl = inf->GetClass();
21 if (cl)
22 std::cout << "external TStreamerInfo for " << name
23 << " checksum: " << inf->GetCheckSum() << std::endl;
24 }
25 }
TStreamerInfo * inf
cl
print [x.__class__ for x in toList(dqregion.getSubRegions()) ]

Variable Documentation

◆ a

TList* a = f.GetStreamerInfoList()

Definition at line 10 of file liststreamerinfos.cxx.

◆ inf

TStreamerInfo* inf

Definition at line 12 of file liststreamerinfos.cxx.