ATLAS Offline Software
TrigHisto1DCnv.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: TrigEventAthenaPool
8  * @class : TrigHisto1DCnv
9  *
10  * @brief transient persistent converter for TrigHisto1D
11  *
12  * @author W. H. Bell <W.Bell@cern.ch>
13  *
14  **********************************************************************************/
15 #ifndef TRIGEVENTATHENAPOOL_TRIGHISTO1DCNV_H
16 #define TRIGEVENTATHENAPOOL_TRIGHISTO1DCNV_H
17 
20 class TrigHisto1D_p1;
21 
22 
23 class MsgStream;
24 
25 // typedef to the latest persistent version
27 
29 
31  friend class CnvFactory<TrigHisto1DCnv>;
32 
33 public:
34  TrigHisto1DCnv(ISvcLocator* svcloc);
36 
37 protected:
40 };
41 
42 #endif
TrigHisto1DCnv::TrigHisto1DCnv
TrigHisto1DCnv(ISvcLocator *svcloc)
Definition: TrigHisto1DCnv.cxx:8
TrigHisto1D.h
TrigHisto1D
A very basic one dimensional histogram to provide storage of HLT distributions, allowing constraints ...
Definition: TrigHisto1D.h:23
TrigHisto1DCnv::createPersistent
TrigHisto1D_PERS * createPersistent(TrigHisto1D *transObj)
Definition: TrigHisto1DCnv.cxx:11
TrigHisto1DCnv
Definition: TrigHisto1DCnv.h:30
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition: T_AthenaPoolCustomCnv.h:132
TrigHisto1DCnv::createTransient
TrigHisto1D * createTransient()
Definition: TrigHisto1DCnv.cxx:21
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
CnvFactory
Abstract factory to create the converter.
Definition: ToyConverter.h:16
TrigHisto1D_PERS
TrigHisto1D_p1 TrigHisto1D_PERS
Definition: TrigHisto1DCnv.h:23
TrigHisto1DCnvBase
T_AthenaPoolCustomCnv< TrigHisto1D, TrigHisto1D_PERS > TrigHisto1DCnvBase
Definition: TrigHisto1DCnv.h:28
TrigHisto1DCnv::~TrigHisto1DCnv
~TrigHisto1DCnv()
Definition: TrigHisto1DCnv.cxx:9
TrigHisto1D_p1
The persistent partner of TrigHisto1D class.
Definition: TrigHisto1D_p1.h:17