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