ATLAS Offline Software
Loading...
Searching...
No Matches
ToString.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 TRIGT1CALOBYTESTREAM_TOSTRING_H
6#define TRIGT1CALOBYTESTREAM_TOSTRING_H
7#include <string>
10
13
14namespace LVL1BS {
15 std::string ToString(const xAOD::TriggerTower& tt);
16 std::string ToString(const xAOD::TriggerTowerContainer& container);
17 std::string ToString(const xAOD::CPMTower& tt);
18 std::string ToString(const xAOD::CPMTowerContainer& container);
19
20}
21
22#endif
std::string ToString(const xAOD::TriggerTower &tt)
Definition ToString.cxx:23
CPMTowerContainer_v2 CPMTowerContainer
Define the latest version of the CPMHits container.
TriggerTowerContainer_v2 TriggerTowerContainer
Define the latest version of the TriggerTower container.
CPMTower_v2 CPMTower
Define the latest version of the CPMTower class.
TriggerTower_v2 TriggerTower
Define the latest version of the TriggerTower class.