Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19252029
EvtNeutrinoParticle.hh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
EvtNeutrinoParticle.hh
View Options
//--------------------------------------------------------------------------
//
// Environment:
// This software is part of the EvtGen package developed jointly
// for the BaBar and CLEO collaborations. If you use all or part
// of it, please give an appropriate acknowledgement.
//
// Copyright Information: See EvtGen/COPYRIGHT
// Copyright (C) 1998 Caltech, UCSB
//
// Module: EvtGen/EvtNeutrinoParticle.hh
//
// Description:Class to describe neutrinos
//
// Modification history:
//
// RYD September 25, 1996 Module created
//
//------------------------------------------------------------------------
#ifndef EVTNEUTRINOPARTICLE_HH
#define EVTNEUTRINOPARTICLE_HH
#include
"EvtGenBase/EvtDiracSpinor.hh"
#include
"EvtGenBase/EvtParticle.hh"
class
EvtId
;
class
EvtVector4R
;
class
EvtNeutrinoParticle
:
public
EvtParticle
{
public
:
EvtNeutrinoParticle
();
virtual
~
EvtNeutrinoParticle
();
void
init
(
EvtId
part_n
,
const
EvtVector4R
&
p4
);
EvtDiracSpinor
spParentNeutrino
()
const
;
EvtDiracSpinor
spNeutrino
()
const
;
EvtSpinDensity
rotateToHelicityBasis
()
const
;
EvtSpinDensity
rotateToHelicityBasis
(
double
alpha
,
double
beta
,
double
gamma
)
const
;
private
:
EvtDiracSpinor
spinor_rest
;
EvtDiracSpinor
spinor_parent
;
EvtNeutrinoParticle
(
const
EvtNeutrinoParticle
&
n
);
EvtNeutrinoParticle
&
operator
=
(
const
EvtNeutrinoParticle
&
n
);
};
#endif
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Tue, Sep 30, 6:13 AM (5 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6482765
Default Alt Text
EvtNeutrinoParticle.hh (1 KB)
Attached To
Mode
rEVTGEN evtgen
Attached
Detach File
Event Timeline
Log In to Comment