BOSS 8.0.0
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
24#include "EvtDiracSpinor.hh"
25#include "EvtParticle.hh"
26// #include "EvtId.hh"
27class EvtId;
28class EvtVector4R;
29
31
32public:
34 virtual ~EvtNeutrinoParticle();
35 void init( EvtId part_n, const EvtVector4R& p4 );
36 // Return spinors
40 EvtSpinDensity rotateToHelicityBasis( double alpha, double beta, double gamma ) const;
41
42private:
43 EvtDiracSpinor spinor_rest;
44 EvtDiracSpinor spinor_parent;
45
47 EvtNeutrinoParticle& operator=( const EvtNeutrinoParticle& n );
48};
49#endif
const Int_t n
double alpha
Definition EvtId.hh:27
EvtDiracSpinor spParentNeutrino() const
EvtDiracSpinor spNeutrino() const
void init(EvtId part_n, const EvtVector4R &p4)
EvtSpinDensity rotateToHelicityBasis() const