ATLAS Offline Software
Loading...
Searching...
No Matches
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
13namespace Overlay
14{
15
17template <class IDC_Container>
18std::string debugPrint(const IDC_Container *container,
19 unsigned numprint = 25);
20
21} // namespace Overlay
22
24
25#endif
Helpers for overlaying Identifiable Containers.
std::string debugPrint(const IDC_Container *container, unsigned numprint=25)
Diagnostic output of Identifiable Containers.