ATLAS Offline Software
Loading...
Searching...
No Matches
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}
void print()
Clear everything for next event.
void print(void) const
Definition ZdcDigits.cxx:61