ATLAS Offline Software
Loading...
Searching...
No Matches
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
22class MsgStream;
23
24class 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
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const TrigHisto1D *transObj, TrigHisto1D_p1 *persObj, MsgStream &log)
virtual void persToTrans(const TrigHisto1D_p1 *persObj, TrigHisto1D *transObj, MsgStream &log)
The persistent partner of TrigHisto1D class.
A very basic one dimensional histogram to provide storage of HLT distributions, allowing constraints ...
Definition TrigHisto1D.h:23