CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtNeutrinoParticle.hh
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2//
3// Environment:
4// This software is part of the EvtGen package developed jointly
5// for the BaBar and CLEO collaborations. If you use all or part
6// of it, please give an appropriate acknowledgement.
7//
8// Copyright Information: See EvtGen/COPYRIGHT
9// Copyright (C) 1998 Caltech, UCSB
10//
11// Module: EvtGen/EvtNeutrinoParticle.hh
12//
13// Description:Class to describe neutrinos
14//
15// Modification history:
16//
17// RYD September 25, 1996 Module created
18//
19//------------------------------------------------------------------------
20
21#ifndef EVTNEUTRINOPARTICLE_HH
22#define EVTNEUTRINOPARTICLE_HH
23
26//#include "EvtGenBase/EvtId.hh"
27class EvtId;
28class EvtVector4R;
29
31
32public:
33
35 virtual ~EvtNeutrinoParticle();
36 void init(EvtId part_n,const EvtVector4R& p4);
37//Return spinors
42 double beta,
43 double gamma) const;
44
45private:
46
47 EvtDiracSpinor spinor_rest;
48 EvtDiracSpinor spinor_parent;
49
51 EvtNeutrinoParticle& operator=(const EvtNeutrinoParticle& n);
52
53};
54#endif
55
const Int_t n
const double alpha
Definition: EvtId.hh:27
EvtDiracSpinor spParentNeutrino() const
EvtDiracSpinor spNeutrino() const
void init(EvtId part_n, const EvtVector4R &p4)
EvtSpinDensity rotateToHelicityBasis() const