ATLAS Offline Software
Loading...
Searching...
No Matches
Obj3.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id$
14
15
16#ifndef D3PDMAKERTEST_OBJ3_H
17#define D3PDMAKERTEST_OBJ3_H
18
19
21#include "FourMom/P4PtEtaPhiM.h"
23
24
25namespace D3PDTest {
26
27
31class Obj3
32 : public ParticleImpl<NavigableTerminalNode, P4PtEtaPhiM>
33{
34public:
35 Obj3();
36 Obj3 (double pt, double eta, double phi, double m);
37};
38
39
40}
41
42
43#endif // not D3PDMAKERTEST_OBJ3_H