ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction/MissingETEvent/MissingETEvent/MissingETContainer.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 MISSINGETEVENT_MISSINGETCONTAINER_H
6#define MISSINGETEVENT_MISSINGETCONTAINER_H
7
8/********************************************************************
9
10NAME: MissingETContainer.cxx
11PACKAGE: offline/Reconstruction/MissingETEvent
12
13AUTHORS: P. Loch, S. Resconi, RD Schaffer
14CREATED: Oct 2004
15
16PURPOSE: Container class for MissingET objects
17********************************************************************/
21
22class MissingETContainer : public DataVector<MissingET> {
23public:
26
27};
28
29CLASS_DEF(MissingETContainer, 1138023102, 1)
30
31// inlines defs
32
33inline
35
36#endif
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.
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)