ATLAS Offline Software
Loading...
Searching...
No Matches
MissingETComposition_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef RECTPCNV_MISSINGETCOMPOSITION_P1_H
6#define RECTPCNV_MISSINGETCOMPOSITION_P1_H
7
8// DataModelAthenaPool includes
10
11namespace MissingETHandlers {
12 class Weight;
13}
14
16{
17 public:
18
19 struct Weight_p1 {
20 Weight_p1() : wx(0), wy(0), wet(0), statusWord(0) { }
22 float wx;
23 float wy;
24 float wet;
25 unsigned short int statusWord;
26 };
27
28 template <class T>
30
32 virtual ~MissingETComposition_p1() = default;
33
34 //GeneratePersNavigableType_p2<MissingETComposition, Weight_p1>::type m_nav;
36};
37
38#endif
39
This file contains the class definition for the Navigable_p2 class.
virtual ~MissingETComposition_p1()=default
Navigable_p2< unsigned int, MissingETComposition_p1::Weight_p1 > m_nav