ATLAS Offline Software
Neutrino.h
Go to the documentation of this file.
1 // dear emacs, this is -*- C++ -*-
2 
3 /*
4  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef PARTICLEEVENT_NEUTRINO_H
8 #define PARTICLEEVENT_NEUTRINO_H 1
9 
25 #include "Navigation/Navigable.h"
26 
27 namespace Trk { class RecVertex; }
28 
30 
31 class Neutrino : public ParticleImpl<NeutrinoNavigation,
32  P4ImplPxPyPzE>
33 {
36  public:
37 
40  ~Neutrino() = default;
41 
42 
43  private:
44 
45 };
46 
47 #endif // PARTICLEEVENT_NEUTRINO_H
48 
Neutrino::~Neutrino
~Neutrino()=default
Destructor.
NavigableTerminalNode
Dummy type needed fro specialized implementation.
Definition: NavigableTerminalNode.h:19
NeutrinoNavigation
NavigableTerminalNode NeutrinoNavigation
Definition: Neutrino.h:29
ParticleImpl
Definition: ParticleImpl.h:39
P4ImplPxPyPzE.h
P4ImplPxPyPzE
Definition: P4ImplPxPyPzE.h:32
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Navigable.h
Neutrino::NeutrinoImpl_t
ParticleImpl< NeutrinoNavigation, P4ImplPxPyPzE > NeutrinoImpl_t
Definition: Neutrino.h:35
Neutrino
Definition: Neutrino.h:33
ParticleImpl.h