ATLAS Offline Software
CPMHitsCnv_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 
5  //***************************************************************************
6  // CPMHitsCnv_p1.h - description
7  // -------------------
8  // begin : 21 04 2008
9  // email : Alan.Watson@cern.ch
10  // ***************************************************************************/
11 
12 
13 #ifndef CPMHitsCnv_p1_H
14 #define CPMHitsCnv_p1_H
15 
16 // Gaudi/Athena include(s):
18 
19 // Trigger include(s):
21 
22 // Local include(s):
24 
25 //using namespace LVL1;
26 
29 class CPMHitsCnv_p1 : public T_AthenaPoolTPCnvBase< LVL1::CPMHits, CPMHits_p1 > {
30 
31 public:
33 
34  virtual void persToTrans( const CPMHits_p1* persObj, LVL1::CPMHits* transObj, MsgStream &log );
35  virtual void transToPers( const LVL1::CPMHits* transObj, CPMHits_p1* persObj, MsgStream &log );
36 
37 protected:
39 
40 }; // class TriggerTowerCnv_p1
41 
42 #endif
CPMHits.h
CPMHitsCnv_p1::CPMHitsCnv_p1
CPMHitsCnv_p1()
Definition: CPMHitsCnv_p1.h:32
TPConverterBase
Definition: TPConverter.h:738
LVL1::CPMHits
The CPMHits object contains the hit data produced by a given Cluster Processor Module,...
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/CPMHits.h:35
CPMHitsCnv_p1
T/P convertor for TrigT1Calo CPMHits class.
Definition: CPMHitsCnv_p1.h:29
CPMHitsCnv_p1::m_CPMHitsCnv
CPMHitsCnv_p1 * m_CPMHitsCnv
Definition: CPMHitsCnv_p1.h:38
T_AthenaPoolTPConverter.h
CPMHits_p1.h
CPMHits_p1
T/P separation for TrigT1Calo::CPMHits class.
Definition: CPMHits_p1.h:19
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
CPMHitsCnv_p1::transToPers
virtual void transToPers(const LVL1::CPMHits *transObj, CPMHits_p1 *persObj, MsgStream &log)
Definition: CPMHitsCnv_p1.cxx:45
CPMHitsCnv_p1::persToTrans
virtual void persToTrans(const CPMHits_p1 *persObj, LVL1::CPMHits *transObj, MsgStream &log)
Definition: CPMHitsCnv_p1.cxx:24