ATLAS Offline Software
Trigger
TrigEvent
TrigInDetEventTPCnv
TrigInDetEventTPCnv
TrigSpacePointCountsCnv_p2.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
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigInDetEventTPCnv
8
* @class : TrigSpacePointCountsCnv_p2
9
*
10
* @brief transient-persistent converter for TrigSpacePointCounts
11
*
12
* @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13
* @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14
*
15
* File and Version Information:
16
* $Id: TrigSpacePointCountsCnv_p2.h,v 1.2 2009-04-01 22:08:44 salvator Exp $
17
**********************************************************************************/
18
#ifndef TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTSCNV_P2_H
19
#define TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTSCNV_P2_H
20
21
//converter base
22
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
23
24
//TrigHisto converter
25
#include "
TrigInDetEventTPCnv/TrigHisto2DCnv_p1.h
"
26
27
#include "
TrigInDetEvent/TrigSpacePointCounts.h
"
28
#include "
TrigInDetEventTPCnv/TrigSpacePointCounts_p2.h
"
29
30
31
class
MsgStream;
32
33
34
class
TrigSpacePointCountsCnv_p2
:
public
T_AthenaPoolTPCnvBase
<TrigSpacePointCounts, TrigSpacePointCounts_p2>
35
{
36
37
public
:
38
39
TrigSpacePointCountsCnv_p2
() {}
40
41
virtual
void
persToTrans
(
const
TrigSpacePointCounts_p2
* persObj,
TrigSpacePointCounts
* transObj, MsgStream &
log
);
42
virtual
void
transToPers
(
const
TrigSpacePointCounts
* transObj,
TrigSpacePointCounts_p2
* persObj, MsgStream &
log
);
43
44
private
:
45
46
TrigHisto2DCnv_p1
m_trigHistoCnv
;
47
48
};
49
50
51
52
53
54
#endif
TPConverterBase
Definition:
TPConverter.h:738
TrigSpacePointCountsCnv_p2::TrigSpacePointCountsCnv_p2
TrigSpacePointCountsCnv_p2()
Definition:
TrigSpacePointCountsCnv_p2.h:39
TrigSpacePointCountsCnv_p2::transToPers
virtual void transToPers(const TrigSpacePointCounts *transObj, TrigSpacePointCounts_p2 *persObj, MsgStream &log)
Definition:
TrigSpacePointCountsCnv_p2.cxx:36
T_AthenaPoolTPConverter.h
TrigSpacePointCountsCnv_p2
Definition:
TrigSpacePointCountsCnv_p2.h:35
TrigSpacePointCounts_p2.h
TrigSpacePointCounts_p2
Definition:
TrigSpacePointCounts_p2.h:23
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
TrigHisto2DCnv_p1
Definition:
TrigHisto2DCnv_p1.h:24
TrigHisto2DCnv_p1.h
TrigSpacePointCounts
Definition:
Trigger/TrigEvent/TrigInDetEvent/TrigInDetEvent/TrigSpacePointCounts.h:20
TrigSpacePointCountsCnv_p2::persToTrans
virtual void persToTrans(const TrigSpacePointCounts_p2 *persObj, TrigSpacePointCounts *transObj, MsgStream &log)
Definition:
TrigSpacePointCountsCnv_p2.cxx:10
TrigSpacePointCountsCnv_p2::m_trigHistoCnv
TrigHisto2DCnv_p1 m_trigHistoCnv
Definition:
TrigSpacePointCountsCnv_p2.h:46
TrigSpacePointCounts.h
Generated on Sun Dec 22 2024 21:21:18 for ATLAS Offline Software by
1.8.18