CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtRecEtaToGG Class Reference

#include <EvtRecEtaToGG.h>

+ Inheritance diagram for EvtRecEtaToGG:

Public Member Functions

virtual const CLID & clID () const
 
 EvtRecEtaToGG ()
 
 ~EvtRecEtaToGG ()
 
 EvtRecEtaToGG (const EvtRecEtaToGG &aEtaToGG)
 
EvtRecEtaToGGoperator= (const EvtRecEtaToGG &aEtaToGG)
 
double unconMass () const
 
double chisq () const
 
HepLorentzVector hiPfit () const
 
HepLorentzVector loPfit () const
 
const EvtRecTrackhiEnGamma () const
 
const EvtRecTrackloEnGamma () const
 
void setUnconMass (const double unconMass)
 
void setChisq (const double chisq)
 
void setHiPfit (const HepLorentzVector &hiPfit)
 
void setLoPfit (const HepLorentzVector &loPfit)
 
void setHiEnGamma (const EvtRecTrack *trk)
 
void setLoEnGamma (const EvtRecTrack *trk)
 
virtual const CLID & clID () const
 
 EvtRecEtaToGG ()
 
 ~EvtRecEtaToGG ()
 
 EvtRecEtaToGG (const EvtRecEtaToGG &aEtaToGG)
 
EvtRecEtaToGGoperator= (const EvtRecEtaToGG &aEtaToGG)
 
double unconMass () const
 
double chisq () const
 
HepLorentzVector hiPfit () const
 
HepLorentzVector loPfit () const
 
const EvtRecTrackhiEnGamma () const
 
const EvtRecTrackloEnGamma () const
 
void setUnconMass (const double unconMass)
 
void setChisq (const double chisq)
 
void setHiPfit (const HepLorentzVector &hiPfit)
 
void setLoPfit (const HepLorentzVector &loPfit)
 
void setHiEnGamma (const EvtRecTrack *trk)
 
void setLoEnGamma (const EvtRecTrack *trk)
 

Static Public Member Functions

static const CLID & classID ()
 
static const CLID & classID ()
 

Detailed Description

Constructor & Destructor Documentation

◆ EvtRecEtaToGG() [1/4]

EvtRecEtaToGG::EvtRecEtaToGG ( )

Definition at line 3 of file EvtRecEtaToGG.cxx.

3 :
4 m_unconMass(0),
5 m_chisq(0)
6{
7 m_hi = 0;
8 m_lo = 0;
9}

◆ ~EvtRecEtaToGG() [1/2]

EvtRecEtaToGG::~EvtRecEtaToGG ( )
inline

◆ EvtRecEtaToGG() [2/4]

EvtRecEtaToGG::EvtRecEtaToGG ( const EvtRecEtaToGG aEtaToGG)

Definition at line 11 of file EvtRecEtaToGG.cxx.

11 :
12 m_unconMass( aEtaToGG.m_unconMass ),
13 m_chisq( aEtaToGG.m_chisq ),
14 m_hiPfit( aEtaToGG.m_hiPfit ),
15 m_loPfit( aEtaToGG.m_loPfit ),
16 m_hi( aEtaToGG.m_hi ),
17 m_lo( aEtaToGG.m_lo )
18{
19}

◆ EvtRecEtaToGG() [3/4]

EvtRecEtaToGG::EvtRecEtaToGG ( )

◆ ~EvtRecEtaToGG() [2/2]

EvtRecEtaToGG::~EvtRecEtaToGG ( )
inline

◆ EvtRecEtaToGG() [4/4]

EvtRecEtaToGG::EvtRecEtaToGG ( const EvtRecEtaToGG aEtaToGG)

Member Function Documentation

◆ chisq() [1/2]

double EvtRecEtaToGG::chisq ( ) const
inline

◆ chisq() [2/2]

double EvtRecEtaToGG::chisq ( ) const
inline

Definition at line 25 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEtaToGG.h.

25{ return m_chisq; }

◆ classID() [1/2]

static const CLID & EvtRecEtaToGG::classID ( )
inlinestatic

Definition at line 16 of file Event/EvtRecEvent/EvtRecEvent-00-02-03/EvtRecEvent/EvtRecEtaToGG.h.

16{ return CLID_EvtRecEtaToGG; }
const CLID & CLID_EvtRecEtaToGG
Definition: EventModel.cxx:456

Referenced by clID().

◆ classID() [2/2]

static const CLID & EvtRecEtaToGG::classID ( )
inlinestatic

◆ clID() [1/2]

virtual const CLID & EvtRecEtaToGG::clID ( ) const
inlinevirtual

◆ clID() [2/2]

virtual const CLID & EvtRecEtaToGG::clID ( ) const
inlinevirtual

◆ hiEnGamma() [1/2]

◆ hiEnGamma() [2/2]

const EvtRecTrack * EvtRecEtaToGG::hiEnGamma ( ) const
inline

Definition at line 30 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEtaToGG.h.

30{ return m_hi; }

◆ hiPfit() [1/2]

HepLorentzVector EvtRecEtaToGG::hiPfit ( ) const
inline

◆ hiPfit() [2/2]

HepLorentzVector EvtRecEtaToGG::hiPfit ( ) const
inline

Definition at line 27 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEtaToGG.h.

27{ return m_hiPfit; }

◆ loEnGamma() [1/2]

◆ loEnGamma() [2/2]

const EvtRecTrack * EvtRecEtaToGG::loEnGamma ( ) const
inline

Definition at line 31 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEtaToGG.h.

31{ return m_lo; }

◆ loPfit() [1/2]

HepLorentzVector EvtRecEtaToGG::loPfit ( ) const
inline

◆ loPfit() [2/2]

HepLorentzVector EvtRecEtaToGG::loPfit ( ) const
inline

Definition at line 28 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEtaToGG.h.

28{ return m_loPfit; }

◆ operator=() [1/2]

EvtRecEtaToGG & EvtRecEtaToGG::operator= ( const EvtRecEtaToGG aEtaToGG)

Definition at line 21 of file EvtRecEtaToGG.cxx.

21 {
22
23 m_unconMass = aEtaToGG.m_unconMass;
24 m_chisq = aEtaToGG.m_chisq;
25 m_hiPfit = aEtaToGG.m_hiPfit;
26 m_loPfit = aEtaToGG.m_loPfit;
27 m_hi = aEtaToGG.m_hi;
28 m_lo = aEtaToGG.m_lo;
29
30 return *this;
31}

◆ operator=() [2/2]

EvtRecEtaToGG & EvtRecEtaToGG::operator= ( const EvtRecEtaToGG aEtaToGG)

◆ setChisq() [1/2]

void EvtRecEtaToGG::setChisq ( const double  chisq)
inline

◆ setChisq() [2/2]

void EvtRecEtaToGG::setChisq ( const double  chisq)
inline

Definition at line 35 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEtaToGG.h.

35{ m_chisq = chisq; }

◆ setHiEnGamma() [1/2]

void EvtRecEtaToGG::setHiEnGamma ( const EvtRecTrack trk)
inline

◆ setHiEnGamma() [2/2]

void EvtRecEtaToGG::setHiEnGamma ( const EvtRecTrack trk)
inline

Definition at line 40 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEtaToGG.h.

40{ m_hi = trk; }

◆ setHiPfit() [1/2]

void EvtRecEtaToGG::setHiPfit ( const HepLorentzVector &  hiPfit)
inline

◆ setHiPfit() [2/2]

void EvtRecEtaToGG::setHiPfit ( const HepLorentzVector &  hiPfit)
inline

Definition at line 37 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEtaToGG.h.

37{ m_hiPfit = hiPfit; }

◆ setLoEnGamma() [1/2]

void EvtRecEtaToGG::setLoEnGamma ( const EvtRecTrack trk)
inline

◆ setLoEnGamma() [2/2]

void EvtRecEtaToGG::setLoEnGamma ( const EvtRecTrack trk)
inline

Definition at line 41 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEtaToGG.h.

41{ m_lo = trk; }

◆ setLoPfit() [1/2]

void EvtRecEtaToGG::setLoPfit ( const HepLorentzVector &  loPfit)
inline

◆ setLoPfit() [2/2]

void EvtRecEtaToGG::setLoPfit ( const HepLorentzVector &  loPfit)
inline

Definition at line 38 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEtaToGG.h.

38{ m_loPfit = loPfit; }

◆ setUnconMass() [1/2]

void EvtRecEtaToGG::setUnconMass ( const double  unconMass)
inline

◆ setUnconMass() [2/2]

void EvtRecEtaToGG::setUnconMass ( const double  unconMass)
inline

Definition at line 34 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEtaToGG.h.

34{ m_unconMass = unconMass; }

◆ unconMass() [1/2]

double EvtRecEtaToGG::unconMass ( ) const
inline

◆ unconMass() [2/2]

double EvtRecEtaToGG::unconMass ( ) const
inline

Definition at line 24 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecEtaToGG.h.

24{ return m_unconMass; }

The documentation for this class was generated from the following files: