ATLAS Offline Software
Loading...
Searching...
No Matches
ZdcModuleToString.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ZDCMODULETOSTRING_H
6#define ZDCMODULETOSTRING_H
7
8#include "xAODForward/ZdcModule.h" //typedef
9#include "xAODForward/ZdcModuleContainer.h" //typedef
10#include <string>
11
12
13std::string ZdcModuleToString(const xAOD::ZdcModule& zm) ;
14std::string ZdcModuleToString(const xAOD::ZdcModuleContainer& zc) ;
15
16#endif
std::string ZdcModuleToString(const xAOD::ZdcModule &zm)
ZdcModuleContainer_v1 ZdcModuleContainer
ZdcModule_v1 ZdcModule
Definition ZdcModule.h:15