ATLAS Offline Software
Loading...
Searching...
No Matches
TriggerTowerCnv_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 TriggerTowerCNV_P1_H
5#define TriggerTowerCNV_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 TriggerTowerCnv_p1 : public T_AthenaPoolTPCnvBase< LVL1::TriggerTower, TriggerTower_p1 > {
27
28public:
30
31 virtual void persToTrans( const TriggerTower_p1* persObj, LVL1::TriggerTower* transObj, MsgStream &log );
32 virtual void transToPers( const LVL1::TriggerTower* transObj, TriggerTower_p1* persObj, MsgStream &log );
33
34protected:
36
37}; // class TriggerTowerCnv_p1
38
39#endif // TriggerTowerCNV_P1_H
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
Trigger towers are the inputs to all other parts of the calorimeter trigger.
virtual void transToPers(const LVL1::TriggerTower *transObj, TriggerTower_p1 *persObj, MsgStream &log)
virtual void persToTrans(const TriggerTower_p1 *persObj, LVL1::TriggerTower *transObj, MsgStream &log)
TriggerTowerCnv_p1 * m_TriggerTowerCnv
Persistent form of TriggerTower using T/P separation.