ATLAS Offline Software
Loading...
Searching...
No Matches
TrigHisto2DCnv_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 : TrigHisto2DCnv_p1
9 *
10 * @brief transient persistent converter for the TrigHisto2D class
11 *
12 * @author W. H. Bell <W.Bell@cern.ch>
13 *
14 **********************************************************************************/
15#ifndef TRIGINDETEVENTTPCNV_TRIGHISTO2DCNV_P1_H
16#define TRIGINDETEVENTTPCNV_TRIGHISTO2DCNV_P1_H
17
21
22class MsgStream;
23
24class TrigHisto2DCnv_p1 : public T_AthenaPoolTPCnvBase<TrigHisto2D, TrigHisto2D_p1> {
25 public:
26
28
29 virtual void persToTrans( const TrigHisto2D_p1 *persObj,
30 TrigHisto2D *transObj,
31 MsgStream &log );
32 virtual void transToPers( const TrigHisto2D *transObj,
33 TrigHisto2D_p1 *persObj,
34 MsgStream &log );
35};
36
37
38#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const TrigHisto2D_p1 *persObj, TrigHisto2D *transObj, MsgStream &log)
virtual void transToPers(const TrigHisto2D *transObj, TrigHisto2D_p1 *persObj, MsgStream &log)
The persistent partner of the TrigHisto2D class.
A very basic two dimensional histogram to provide storage of HLT distributions, allowing constraints ...