23 sequential = self.begin(gain)
25 while sequential != end :
26 yield sequential.__deref__(), sequential.channelId()
27 sequential.__preinc__()
31 sequential = self.correctionsBegin(gain)
32 end = self.correctionsEnd(gain)
33 while sequential != end :
34 yield sequential.__deref__()
35 sequential.__preinc__()
39 sequential = self.chan_begin()
41 while sequential != end :
42 yield sequential.__deref__()
43 sequential.__preinc__()
47 sequential = self.iov_begin()
49 while sequential != end :
50 yield sequential.__deref__()
51 sequential.__preinc__()
60 t = cppyy.makeClass(t)
68 self.
type.conditionsIter = conditionsIter
69 self.
type.correctionsIter = correctionsIter
70 self.
type.coolChannelIter = coolChannelIter
71 self.
type.coolIOVIter = coolIOVIter