ATLAS Offline Software
AtlasGeometryCommon
SubDetectorEnvelopes
SubDetectorEnvelopes
RZPair.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// RZPair.h, (c) ATLAS Detector software
8
#ifndef RZPAIR_H
9
#define RZPAIR_H
10
11
#include <utility>
12
#include <vector>
13
14
// define the (r,z) pair values
15
typedef
std::pair<double,double>
RZPair
;
16
17
// vector of (r,z) pairs
18
typedef
std::vector<RZPair>
RZPairVector
;
19
20
#endif // RZPAIR_H
21
RZPairVector
std::vector< RZPair > RZPairVector
Definition:
RZPair.h:18
RZPair
std::pair< double, double > RZPair
Definition:
RZPair.h:15
Generated on Sun Dec 22 2024 21:17:30 for ATLAS Offline Software by
1.8.18