ATLAS Offline Software
Loading...
Searching...
No Matches
CscRawDataContainer_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 CscRawDataContainer_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_CSCCRAWDATACONTAINER_P4_H
10#define MUON_CSCCRAWDATACONTAINER_P4_H
11
12/*
13
14Persistent represenation of a container of collections of CSC Raw Hits,
15Author: Marcin Nowak
16 CERN, December, 2005
17
18*/
19
21
22
24 : public std::vector<CscRawDataCollection_p4>
25{
26public:
27 // Default constructor
29
31};
32
33
34#endif
35
36
37
38
Persistent represenation of the Collection of CSC Raw Hits.
STL namespace.