ATLAS Offline Software
TrigHisto1DCnv_p1.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 : TrigHisto1DCnv_p1
9  *
10  * @brief transient persistent converter for the TrigHisto1D class
11  *
12  * @author W. H. Bell <W.Bell@cern.ch>
13  *
14  **********************************************************************************/
15 #ifndef TRIGINDETEVENTTPCNV_TRIGHISTO1DCNV_P1_H
16 #define TRIGINDETEVENTTPCNV_TRIGHISTO1DCNV_P1_H
17 
21 
22 class MsgStream;
23 
24 class TrigHisto1DCnv_p1 : public T_AthenaPoolTPCnvBase<TrigHisto1D, TrigHisto1D_p1> {
25  public:
26 
28 
29  virtual void persToTrans( const TrigHisto1D_p1 *persObj,
30  TrigHisto1D *transObj,
31  MsgStream &log );
32  virtual void transToPers( const TrigHisto1D *transObj,
33  TrigHisto1D_p1 *persObj,
34  MsgStream &log );
35 };
36 
37 #endif
TrigHisto1DCnv_p1::transToPers
virtual void transToPers(const TrigHisto1D *transObj, TrigHisto1D_p1 *persObj, MsgStream &log)
Definition: TrigHisto1DCnv_p1.cxx:22
TrigHisto1D.h
TrigHisto1DCnv_p1::persToTrans
virtual void persToTrans(const TrigHisto1D_p1 *persObj, TrigHisto1D *transObj, MsgStream &log)
Definition: TrigHisto1DCnv_p1.cxx:9
TPConverterBase
Definition: TPConverter.h:738
TrigHisto1D
A very basic one dimensional histogram to provide storage of HLT distributions, allowing constraints ...
Definition: TrigHisto1D.h:23
TrigHisto1DCnv_p1::TrigHisto1DCnv_p1
TrigHisto1DCnv_p1()
Definition: TrigHisto1DCnv_p1.h:27
TrigHisto1D_p1.h
T_AthenaPoolTPConverter.h
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
TrigHisto1DCnv_p1
Definition: TrigHisto1DCnv_p1.h:24
TrigHisto1D_p1
The persistent partner of TrigHisto1D class.
Definition: TrigHisto1D_p1.h:17