ATLAS Offline Software
Loading...
Searching...
No Matches
TrigRoiDescriptorCnv_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: TrigSteeringEventTPCnv
8 * @class : TrigRoiDescriptorCnv_p1
9 *
10 * @brief transient persistent converter for TrigRoiDescriptor
11 *
12 * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13 * @author Francesca Bucci <f.bucci@cern.ch> - U. Geneva
14 *
15 * File and Version Information:
16 * $Id: TrigRoiDescriptorCnv_p1.h,v 1.2 2009-04-01 22:14:57 salvator Exp $
17 **********************************************************************************/
18#ifndef TrigSteeringEventTPCnv_TrigRoiDescriptorCnv_p1_H
19#define TrigSteeringEventTPCnv_TrigRoiDescriptorCnv_p1_H
20
23
25
26class MsgStream;
27
28
29class TrigRoiDescriptorCnv_p1 : public T_AthenaPoolTPCnvBase<TrigRoiDescriptor, TrigRoiDescriptor_p1>
30{
31public:
32
34
35 virtual void persToTrans(const TrigRoiDescriptor_p1* persObj,
36 TrigRoiDescriptor* transObj,
37 MsgStream &log);
38 virtual void transToPers(const TrigRoiDescriptor* transObj,
39 TrigRoiDescriptor_p1* persObj,
40 MsgStream &log);
41};
42
43
44#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const TrigRoiDescriptor_p1 *persObj, TrigRoiDescriptor *transObj, MsgStream &log)
virtual void transToPers(const TrigRoiDescriptor *transObj, TrigRoiDescriptor_p1 *persObj, MsgStream &log)
nope - should be used for standalone also, perhaps need to protect the class def bits ifndef XAOD_ANA...