ATLAS Offline Software
Loading...
Searching...
No Matches
CscRawDataCollectionCnv_p4.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5// NOTE: This is an exact copy of CscRawDataCollectionCnv_p3, since from p3 to p4 only the meaning of the m_hashId changed:
6// Until p3, the m_hashId stores the identifier hash which encodes the geometrical position of the CSC
7// From p4 onwards, the m_hashId stores the position of the CSC identifier in the vector of identifiers
8
9#ifndef MUON_CSCCRAWDATACOLLECTIONCNV_P4_H
10#define MUON_CSCCRAWDATACOLLECTIONCNV_P4_H
11
15
16#include "CscRawDataCnv_p4.h"
17
18
20
24
27{
28public:
30
31 virtual void persToTrans(const CscRawDataCollection_p4* persColl, CscRawDataCollection* transColl, MsgStream &log) ;
32 virtual void transToPers(const CscRawDataCollection* transColl, CscRawDataCollection_p4* persColl, MsgStream &log) ;
33};
34
35
36#endif
37
38
39
40
T_AthenaPoolTPCnvVector< CscRawDataCollection, CscRawDataCollection_p4, CscRawDataCnv_p4 > CscRawDataCollection_Cnv_p4_base_t
TPCnvVector< TRANS, PERS, CONV > T_AthenaPoolTPCnvVector
virtual void transToPers(const CscRawDataCollection *transColl, CscRawDataCollection_p4 *persColl, MsgStream &log)
Converts vector of TRANS::value_type objects to vector of PERS::value_type objects,...
virtual void persToTrans(const CscRawDataCollection_p4 *persColl, CscRawDataCollection *transColl, MsgStream &log)
Converts vector of PERS::value_type objects to vector of TRANS::value_type objects,...
Persistent represenation of the Collection of CSC Raw Hits.
Collection of CSC Raw Hits, arranged according to CSC Detector Elements Author: Ketevi A.