ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMuonEFIsolationContainer.h
Go to the documentation of this file.
1// dear emacs, this is -*- C++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef TRIGMUONEVENT_TRIGMUONEFISOLATIONCONTAINER_H__
8#define TRIGMUONEVENT_TRIGMUONEFISOLATIONCONTAINER_H__
16
17// athena / gaudi includes
21
22// local includes
24
25class TrigMuonEFIsolationContainer : public DataVector<TrigMuonEFIsolation> {
26
27 public:
32
35
36}; //class TrigMuonEFIsolationContainer
37
39
41
42#endif //TRIGMUONEVENT_TRIGMUONEFISOLATIONCONTAINER_H__
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)
SG::OwnershipPolicy ownPolicy() const
Data object to hold a collection of TrigMuonEFIsolation objects.
TrigMuonEFIsolationContainer(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
standard container constructor
EDM class for holding results of EF muon isolation calculation.
OwnershipPolicy
@ OWN_ELEMENTS
this data object owns its elements