ATLAS Offline Software
Loading...
Searching...
No Matches
ForwardDetectors
ZDC
ZdcEvent
src
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
6
#include "
ZdcEvent/ZdcDigitsCollection.h
"
7
#include <iostream>
8
9
void
ZdcDigitsCollection::print
()
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
}
ZdcDigitsCollection.h
ZdcDigitsCollection::print
void print()
Clear everything for next event.
Definition
ZdcDigitsCollection.cxx:9
ZdcDigits
Definition
ZdcDigits.h:28
ZdcDigits::print
void print(void) const
Definition
ZdcDigits.cxx:61
Generated on
for ATLAS Offline Software by
1.14.0