ATLAS Offline Software
Loading...
Searching...
No Matches
TrigInDetTrackCnv_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: TrigInDetEventTPCnv
8 * @class : TrigInDetTrackCnv_p1
9 *
10 * @brief transient-persistent converter for TrigInDetTrack
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: TrigInDetTrackCnv_p1.h,v 1.2 2009-04-01 22:08:44 salvator Exp $
17 **********************************************************************************/
18#ifndef TRIGINDETEVENTTPCNV_TRIGINDETTRACKCNV_P1_H
19#define TRIGINDETEVENTTPCNV_TRIGINDETTRACKCNV_P1_H
20
22
25
27
28//this include is needed by CombinedMuonFeatureCnv
29//an incorrect dependency which should be fixed
31
32class MsgStream;
33
34class TrigInDetTrackCnv_p1: public T_AthenaPoolTPCnvBase<TrigInDetTrack, TrigInDetTrack_p1>
35{
36public:
37
39
40 virtual void persToTrans( const TrigInDetTrack_p1 *, TrigInDetTrack *, MsgStream& );
41 virtual void transToPers( const TrigInDetTrack *, TrigInDetTrack_p1 *, MsgStream& );
42
43protected:
44
46 // TrigInDetTrackFitParCnv_p1 *m_fpCnv;
47
48};
49
50#endif
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
Common base class for all TP converters, specialized for a given transient type.
Definition TPConverter.h:37
virtual void transToPers(const TrigInDetTrack *, TrigInDetTrack_p1 *, MsgStream &)
ITPConverterFor< TrigInDetTrackFitPar > * m_fpCnv
virtual void persToTrans(const TrigInDetTrack_p1 *, TrigInDetTrack *, MsgStream &)
represents a LVL2 ID track