ATLAS Offline Software
Loading...
Searching...
No Matches
CscRawDataContainer_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_CSCCRAWDATACONTAINER_P1_H
6#define MUON_CSCCRAWDATACONTAINER_P1_H
7
8/*
9
10Persistent represenation of a container of collections of CSC Raw Hits,
11Author: Marcin Nowak
12 CERN, December, 2005
13
14*/
15
17
18
20 : public std::vector<CscRawDataCollection_p1>
21{
22public:
23 // Default constructor
25
26 //typedef std::vector<CscRawDataCollection_p1> BASE;
27 //typedef BASE:const_iterator const_iterator;
28
29 //friend class CscRawDataContainerCnv_p1;
30
31/*
32 void fillTransient(CscRawDataContainer* transObj, MsgStream &log) const;
33 void fillPersistent(const CscRawDataContainer* transObj, MsgStream &log);
34
35 CscRawDataContainer* createTransient(MsgStream &log) const;
36 static CscRawDataContainer_p1* createPersistent(const CscRawDataContainer* transObj, MsgStream &log);
37*/
38};
39
40
41#endif
42
43
44
45