ATLAS Offline Software
Loading...
Searching...
No Matches
MuonTGSegments.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
6// MuonTGSegments.h, (c) ATLAS Detector Softwareop
8
9#ifndef MUONTGMEASASSOCALG_MUONTGSEGMENTS_H
10#define MUONTGMEASASSOCALG_MUONTGSEGMENTS_H
11
15#include "TrkGeometry/Layer.h"
16#include "TrkSegment/Segment.h"
17
18namespace Muon {
19
20 typedef std::pair<const Trk::DetachedTrackingVolume*, std::vector<const Trk::Segment*>*> StationSgs;
22} // namespace Muon
24
25#endif // MUONTGMEASASSOCALG_MUONTGSEGMENTS_H
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
Derived DataVector<T>.
Definition DataVector.h:795
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
DataVector< StationSgs > MuonTGSegments
std::pair< const Trk::DetachedTrackingVolume *, std::vector< const Trk::Segment * > * > StationSgs