ATLAS Offline Software
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
}
ZdcDigits
Definition:
ZdcDigits.h:28
ZdcDigits::print
void print(void) const
Definition:
ZdcDigits.cxx:61
ZdcDigitsCollection.h
lumiFormat.i
int i
Definition:
lumiFormat.py:85
ZdcDigitsCollection::print
void print()
Clear everything for next event.
Definition:
ZdcDigitsCollection.cxx:9
Generated on Thu Nov 7 2024 21:32:18 for ATLAS Offline Software by
1.8.18