StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
EvtNeutrinoParticle.hh
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 "EvtGenBase/EvtDiracSpinor.hh"
25 #include "EvtGenBase/EvtParticle.hh"
26 class EvtId;
27 class EvtVector4R;
28 
30 
31 public:
32 
34  virtual ~EvtNeutrinoParticle();
35  void init(EvtId part_n,const EvtVector4R& p4);
37  EvtDiracSpinor spNeutrino() const;
40  double beta,
41  double gamma) const;
42 
43 private:
44 
45  EvtDiracSpinor spinor_rest;
46  EvtDiracSpinor spinor_parent;
47 
49  EvtNeutrinoParticle& operator=(const EvtNeutrinoParticle& n);
50 
51 };
52 #endif
53 
EvtDiracSpinor spParentNeutrino() const
EvtDiracSpinor spNeutrino() const
Definition: EvtId.hh:27
EvtSpinDensity rotateToHelicityBasis() const
void init(EvtId part_n, const EvtVector4R &p4)