ATLAS Offline Software
Loading...
Searching...
No Matches
MissingETComposition_p2.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_P2_H
6#define RECTPCNV_MISSINGETCOMPOSITION_P2_H
7
8// DataModelAthenaPool includes
10
11
12namespace MissingETHandlers {
13 class Weight;
14}
15
16struct Weight_p1 {
17 Weight_p1() { w[0]=0; w[1]=0; w[2]=0; statusWord=0; }
19 float w[3];
20 unsigned short int statusWord;
21};
22
24{
25 public:
26
27 template <class T>
29
31 virtual ~MissingETComposition_p2() = default;
32
33 //GeneratePersNavigableType_p2<MissingETComposition, Weight_p1>::type m_nav;
35};
36
37#endif
This file contains the class definition for the Navigable_p2 class.
Navigable_p2< unsigned int, Weight_p1 > m_nav
virtual ~MissingETComposition_p2()=default
unsigned short int statusWord