ATLAS Offline Software
Loading...
Searching...
No Matches
TrigCombDiMuonContainer.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 TRIG_DIMUON_CONTAINER
6#define TRIG_DIMUON_CONTAINER
7
10
11typedef std::vector<std::pair<CombinedMuonFeature, CombinedMuonFeature> > TrigCombDiMuonContainer;
12
13CLASS_DEF( TrigCombDiMuonContainer, 1123834557, 1 )
14
16
17
18#endif // TRIG_DIMUON_CONTAINER
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
std::vector< std::pair< CombinedMuonFeature, CombinedMuonFeature > > TrigCombDiMuonContainer
Derived DataVector<T>.
Definition DataVector.h:795