ATLAS Offline Software
ZdcDigitsCollection.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
7 #include <iostream>
8 
10 {
11  std::cout << "Dumping ZdcDigitsCollection" << std::endl;
12  int i = 0;
13  for (const ZdcDigits* dig : *this)
14  {
15  std::cout << "Printing Digit #" << i << std::endl;
16  dig->print();
17  i++;
18  }
19  return;
20 }
ZdcDigits
Definition: ZdcDigits.h:28
ZdcDigits::print
void print(void) const
Definition: ZdcDigits.cxx:61
ZdcDigitsCollection.h
lumiFormat.i
int i
Definition: lumiFormat.py:92
ZdcDigitsCollection::print
void print()
Clear everything for next event.
Definition: ZdcDigitsCollection.cxx:9