ATLAS Offline Software
Loading...
Searching...
No Matches
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
22
26
27namespace Trk { class RecVertex; }
28
30
31class 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
NavigableTerminalNode NeutrinoNavigation
Definition Neutrino.h:29
Dummy type needed fro specialized implementation.
~Neutrino()=default
Destructor.
ParticleImpl< NeutrinoNavigation, P4ImplPxPyPzE > NeutrinoImpl_t
Definition Neutrino.h:35
Trk::RecVertex inherits from Trk::Vertex.
Definition RecVertex.h:44
Ensure that the ATLAS eigen extensions are properly loaded.