ATLAS Offline Software
Loading...
Searching...
No Matches
ElectronMuonTopoInfoContainer.h
Go to the documentation of this file.
1// -*- C++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7/**************************************************************************
8 **
9 ** File: Trigger/TrigEvent/TrigTopoEvent/ElectronMuonTopoInfoContainer.h
10 **
11 ** Description:
12 ** Container of ElectronMuonTopoInfo objects so that they can be
13 ** attached to TE
14 ** Author: Pavel Jez <pavel.jez@cern.ch>
15 **
16 ** Created: Apr 11, 2011
17 **
18 **
19 **************************************************************************/
20
21#ifndef ELECTRONMUONTOPOINFO_CONTAINER
22#define ELECTRONMUONTOPOINFO_CONTAINER
23
26
29
30class ElectronMuonTopoInfoContainer : public DataVector<ElectronMuonTopoInfo> {};
31
32
34
36
37#endif // ELECTRONMUONTOPOINFO_CONTAINER
Provide an interface for finding inheritance information at run time.
#define SG_BASE(D, B)
Declare that class D derives from class B.
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
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
ElectronMuonTopoInfo is a class for storing information about combuned electron-muon object.