ATLAS Offline Software
MuonSegmentDict.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_MUONSEGMENT_MUONSEGMENTDICT_H
6 #define MUON_MUONSEGMENT_MUONSEGMENTDICT_H
8 #include "MuonSegment/T0MuonSegment.h"
10 #include <vector>
11 
14  std::vector<const Muon::MuonSegment*> t1;
15  std::vector<const Muon::T0MuonSegment*> t2;
16 
17 };
18 
19 #endif
MuonSegmentDict_Dummy
Definition: MuonSegmentDict.h:12
MuonSegmentDict_Dummy::t1
std::vector< const Muon::MuonSegment * > t1
Definition: MuonSegmentDict.h:14
MuonSegmentCombinationCollection.h
MuonSegmentDict_Dummy::t0
MuonSegmentCombinationCollection t0
Definition: MuonSegmentDict.h:13
DataVector< Muon::MuonSegmentCombination >
MuonSegmentDict_Dummy::t2
std::vector< const Muon::T0MuonSegment * > t2
Definition: MuonSegmentDict.h:15
MuonSegment.h