ATLAS Offline Software
Loading...
Searching...
No Matches
IParticleLinkContainer_v1.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// $Id: IParticleLinkContainer_v1.h 637086 2014-12-19 16:02:19Z kkoeneke $
8#ifndef XAODPARTICLEEVENT_VERSIONS_IPARTICLELINKCONTAINER_V1_H
9#define XAODPARTICLEEVENT_VERSIONS_IPARTICLELINKCONTAINER_V1_H
10
11// STL includes
12#include <vector>
13
14// Local include(s):
16
17namespace xAOD {
19 // class IParticleLinkContainer_v1 : public std::vector< IParticleLink_v1 > {
20 // }; // class IParticleLinkContainer_v1
21 typedef std::vector< IParticleLink_v1 > IParticleLinkContainer_v1;
22}
23
24#endif // XAODPARTICLEEVENT_VERSIONS_IPARTICLELINKCONTAINER_V1_H
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
std::vector< IParticleLink_v1 > IParticleLinkContainer_v1
Define the container of IPartilceLinks.