ATLAS Offline Software
IDC_OverlayHelpers.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
7 
8 #ifndef IDC_OVERLAYHELPERS_H
9 #define IDC_OVERLAYHELPERS_H
10 
11 #include <string>
12 
13 namespace Overlay
14 {
15 
17 template <class IDC_Container>
18 std::string debugPrint(const IDC_Container *container,
19  unsigned numprint = 25);
20 
21 } // namespace Overlay
22 
23 #include "IDC_OverlayHelpers.icc"
24 
25 #endif
Overlay
Helpers for overlaying Identifiable Containers.
Definition: HGTD_Overlay.cxx:11
IDC_OverlayHelpers.icc
Overlay::debugPrint
std::string debugPrint(const IDC_Container *container, unsigned numprint=25)
Diagnostic output of Identifiable Containers.