ATLAS Offline Software
Loading...
Searching...
No Matches
CPMTowerCnv_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef CPMTowerCNV_P1_H
5#define CPMTowerCNV_P1_H
6
7// Gaudi/Athena include(s):
9
10// Trigger include(s):
12
13// Local include(s):
15
16//using namespace LVL1;
17
26class CPMTowerCnv_p1 : public T_AthenaPoolTPCnvBase< LVL1::CPMTower, CPMTower_p1 > {
27
28public:
30
31 virtual void persToTrans( const CPMTower_p1* persObj, LVL1::CPMTower* transObj, MsgStream &log );
32 virtual void transToPers( const LVL1::CPMTower* transObj, CPMTower_p1* persObj, MsgStream &log );
33
34protected:
36
37}; // class CPMTowerCnv_p1
38
39#endif // CPMTowerCNV_P1_H
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const CPMTower_p1 *persObj, LVL1::CPMTower *transObj, MsgStream &log)
CPMTowerCnv_p1 * m_CPMTowerCnv
virtual void transToPers(const LVL1::CPMTower *transObj, CPMTower_p1 *persObj, MsgStream &log)
Persistent form of CPMTower using T/P separation.
Definition CPMTower_p1.h:26
The CPMTower class contains the TriggerTower information received by the Cluster Processor Modules.