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