ATLAS Offline Software
Trigger
TrigEvent
TrigInDetEventTPCnv
TrigInDetEventTPCnv
TrigSpacePointCountsCnv_p3.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_p3
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_p3.h,v 1.2 2009-04-01 22:08:44 salvator Exp $
17
**********************************************************************************/
18
#ifndef TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTSCNV_P3_H
19
#define TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTSCNV_P3_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_p3.h
"
29
30
class
MsgStream;
31
32
33
class
TrigSpacePointCountsCnv_p3
:
public
T_AthenaPoolTPCnvBase
<TrigSpacePointCounts, TrigSpacePointCounts_p3>
34
{
35
36
public
:
37
38
TrigSpacePointCountsCnv_p3
() {}
39
40
virtual
void
persToTrans
(
const
TrigSpacePointCounts_p3
* persObj,
TrigSpacePointCounts
* transObj, MsgStream &
log
);
41
virtual
void
transToPers
(
const
TrigSpacePointCounts
* transObj,
TrigSpacePointCounts_p3
* persObj, MsgStream &
log
);
42
43
private
:
44
45
TrigHisto2DCnv_p1
m_trigHistoCnv
;
46
};
47
48
49
50
#endif
TPConverterBase
Definition:
TPConverter.h:738
TrigSpacePointCountsCnv_p3
Definition:
TrigSpacePointCountsCnv_p3.h:34
TrigSpacePointCounts_p3.h
T_AthenaPoolTPConverter.h
TrigSpacePointCountsCnv_p3::transToPers
virtual void transToPers(const TrigSpacePointCounts *transObj, TrigSpacePointCounts_p3 *persObj, MsgStream &log)
Definition:
TrigSpacePointCountsCnv_p3.cxx:46
TrigSpacePointCounts_p3
Definition:
TrigSpacePointCounts_p3.h:23
TrigSpacePointCountsCnv_p3::m_trigHistoCnv
TrigHisto2DCnv_p1 m_trigHistoCnv
Definition:
TrigSpacePointCountsCnv_p3.h:45
TrigSpacePointCountsCnv_p3::persToTrans
virtual void persToTrans(const TrigSpacePointCounts_p3 *persObj, TrigSpacePointCounts *transObj, MsgStream &log)
Definition:
TrigSpacePointCountsCnv_p3.cxx:10
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
TrigHisto2DCnv_p1
Definition:
TrigHisto2DCnv_p1.h:24
TrigSpacePointCountsCnv_p3::TrigSpacePointCountsCnv_p3
TrigSpacePointCountsCnv_p3()
Definition:
TrigSpacePointCountsCnv_p3.h:38
TrigHisto2DCnv_p1.h
TrigSpacePointCounts
Definition:
Trigger/TrigEvent/TrigInDetEvent/TrigInDetEvent/TrigSpacePointCounts.h:20
TrigSpacePointCounts.h
Generated on Thu Nov 7 2024 21:30:09 for ATLAS Offline Software by
1.8.18