ATLAS Offline Software
Loading...
Searching...
No Matches
TrigHisto2DCnv.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 : TrigHisto2DCnv
9 *
10 * @brief transient persistent converter for TrigHisto2D
11 *
12 * @author W. H. Bell <W.Bell@cern.ch>
13 *
14 **********************************************************************************/
15#ifndef TRIGEVENTATHENAPOOL_TRIGHISTO2DCNV_H
16#define TRIGEVENTATHENAPOOL_TRIGHISTO2DCNV_H
17
20class TrigHisto2D_p1;
21
22class MsgStream;
23
24// typedef to the latest persistent version
26
28
30 friend class CnvFactory<TrigHisto2DCnv>;
31
32public:
33 TrigHisto2DCnv(ISvcLocator* svcloc);
35
36protected:
39};
40
41#endif
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
TrigHisto2D_p1 TrigHisto2D_PERS
T_AthenaPoolCustomCnv< TrigHisto2D, TrigHisto2D_PERS > TrigHisto2DCnvBase
Abstract factory to create the converter.
Compatibility for old converter classes that don't get passed the key.
TrigHisto2D_PERS * createPersistent(TrigHisto2D *transObj)
TrigHisto2DCnv(ISvcLocator *svcloc)
TrigHisto2D * createTransient()
The persistent partner of the TrigHisto2D class.
A very basic two dimensional histogram to provide storage of HLT distributions, allowing constraints ...