ATLAS Offline Software
Loading...
Searching...
No Matches
CscRawDataCollectionCnv_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#ifndef MUON_CSCCRAWDATACOLLECTIONCNV_P2_H
6#define MUON_CSCCRAWDATACOLLECTIONCNV_P2_H
7
8/*
9
10Transient/Persistent converter for the Collection of CSC Raw Hits,
11Author: Marcin Nowak
12 CERN, January, 2006
13
14*/
18
19#include "CscRawDataCnv_p2.h"
20
21
23
26{
27public:
29
30 virtual void persToTrans(const CscRawDataCollection_p2* persColl, CscRawDataCollection* transColl, MsgStream &log) ;
31 virtual void transToPers(const CscRawDataCollection* transColl, CscRawDataCollection_p2* persColl, MsgStream &log) ;
32};
33
34
35#endif
36
37
38
39
T_AthenaPoolTPCnvVector< CscRawDataCollection, CscRawDataCollection_p2, CscRawDataCnv_p2 > CscRawDataCollection_Cnv_p2_base_t
TPCnvVector< TRANS, PERS, CONV > T_AthenaPoolTPCnvVector
virtual void transToPers(const CscRawDataCollection *transColl, CscRawDataCollection_p2 *persColl, MsgStream &log)
Converts vector of TRANS::value_type objects to vector of PERS::value_type objects,...
virtual void persToTrans(const CscRawDataCollection_p2 *persColl, CscRawDataCollection *transColl, MsgStream &log)
Converts vector of PERS::value_type objects to vector of TRANS::value_type objects,...
Collection of CSC Raw Hits, arranged according to CSC Detector Elements Author: Ketevi A.