ATLAS Offline Software
Loading...
Searching...
No Matches
ALFA_RawDataCollectionCnv_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#ifndef ALFA_RAWDATACOLLECTIONCNV_P1_H
6#define ALFA_RAWDATACOLLECTIONCNV_P1_H
7
12
13
14class MsgStream;
15
17
19
20//public T_AthenaPoolTPCnvBase<ALFA_RawDataCollection, ALFA_RawDataCollection_p1> {
21
22 public:
23
25
26 virtual void persToTrans(const ALFA_RawDataCollection_p1* persColl, ALFA_RawDataCollection* transColl, MsgStream& log);
27 virtual void transToPers(const ALFA_RawDataCollection* transColl, ALFA_RawDataCollection_p1* persColl, MsgStream& log);
28};
29
30/*template<> class T_TPCnv<ALFA_RawDataCollection, ALFA_RawDataCollection_p1>: public ALFA_RawDataCollectionCnv_p1 {
31
32 public:
33 };
34*/
35
36
37#endif
T_AthenaPoolTPCnvVector< ALFA_RawDataCollection, ALFA_RawDataCollection_p1, ALFA_RawDataCnv_p1 > ALFA_RawDataCollection_Cnvp1_base_t
TPCnvVector< TRANS, PERS, CONV > T_AthenaPoolTPCnvVector
virtual void persToTrans(const ALFA_RawDataCollection_p1 *persColl, ALFA_RawDataCollection *transColl, MsgStream &log)
Converts vector of PERS::value_type objects to vector of TRANS::value_type objects,...
virtual void transToPers(const ALFA_RawDataCollection *transColl, ALFA_RawDataCollection_p1 *persColl, MsgStream &log)
Converts vector of TRANS::value_type objects to vector of PERS::value_type objects,...
RDOs : Chamber Service Module, collection of RawData.