53 template <
class Digitype>
55 LogDebug(
"RawDataConverter") <<
"Fill ZeroSuppressed Digis into the Tree";
62 throw std::runtime_error(
"Could not find the Digis");
82 if (theModule != detSetVector->end()) {
85 for (theDigi = theModule->data.
begin(); theDigi != theModule->data.
end(); ++theDigi) {
87 if (theDigi->channel() < 512)
102 if (theModule != detSetVector->end()) {
105 for (theDigi = theModule->data.
begin(); theDigi != theModule->data.
end(); ++theDigi) {
107 if (theDigi->channel() < 512)
122 if (theModule != detSetVector->end()) {
125 for (theDigi = theModule->data.
begin(); theDigi != theModule->data.
end(); ++theDigi) {
127 if (theDigi->channel() < 512)
131 }
while (
loop.TEC2TECLoop(det,
beam, disk));