ATLAS Offline Software
Loading...
Searching...
No Matches
TrigRoiDescriptorCnv_p3.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_p3
9 *
10 * @brief transient persistent converter for TrigRoiDescriptor
11 *
12 *
13 * File and Version Information:
14 * $Id:
15 **********************************************************************************/
16#ifndef TrigSteeringEventTPCnv_TrigRoiDescriptorCnv_p3_H
17#define TrigSteeringEventTPCnv_TrigRoiDescriptorCnv_p3_H
18
21
23
24class MsgStream;
25
26
27class TrigRoiDescriptorCnv_p3 : public T_AthenaPoolTPCnvBase<TrigRoiDescriptor, TrigRoiDescriptor_p3>
28{
29public:
30
32
33 virtual void persToTrans(const TrigRoiDescriptor_p3* persObj,
34 TrigRoiDescriptor* transObj,
35 MsgStream &log);
36 virtual void transToPers(const TrigRoiDescriptor* transObj,
37 TrigRoiDescriptor_p3* persObj,
38 MsgStream &log);
39
40 enum {PHI=0, ETA=1, ZED=2,
44
45 enum {ROIID=0, ROIWORD=1};
46
47};
48
49#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void transToPers(const TrigRoiDescriptor *transObj, TrigRoiDescriptor_p3 *persObj, MsgStream &log)
virtual void persToTrans(const TrigRoiDescriptor_p3 *persObj, TrigRoiDescriptor *transObj, MsgStream &log)
nope - should be used for standalone also, perhaps need to protect the class def bits ifndef XAOD_ANA...