ATLAS Offline Software
Reconstruction
MissingETEvent
MissingETEvent
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
10
NAME: MissingETContainer.cxx
11
PACKAGE: offline/Reconstruction/MissingETEvent
12
13
AUTHORS: P. Loch, S. Resconi, RD Schaffer
14
CREATED: Oct 2004
15
16
PURPOSE: Container class for MissingET objects
17
********************************************************************/
18
#include "
AthenaKernel/CLASS_DEF.h
"
19
#include "
AthContainers/DataVector.h
"
20
#include "
MissingETEvent/MissingET.h
"
21
22
class
MissingETContainer
:
public
DataVector
<MissingET> {
23
public
:
25
MissingETContainer
();
26
27
};
28
29
CLASS_DEF
(
MissingETContainer
, 1138023102, 1)
30
31
// inlines defs
32
33
inline
34
MissingETContainer
::
MissingETContainer
() {}
35
36
#endif
MissingETContainer
Definition:
Reconstruction/MissingETEvent/MissingETEvent/MissingETContainer.h:22
MissingET.h
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
MissingETContainer::MissingETContainer
MissingETContainer()
Main constructor.
Definition:
Reconstruction/MissingETEvent/MissingETEvent/MissingETContainer.h:34
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
CLASS_DEF.h
macros to associate a CLID to a type
Generated on Fri Jan 10 2025 21:14:16 for ATLAS Offline Software by
1.8.18