BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TEvtRecDTag Class Reference

#include <TEvtRecDTag.h>

Inheritance diagram for TEvtRecDTag:

Public Member Functions

 TEvtRecDTag ()
 ~TEvtRecDTag ()
Int_t decayMode () const
Int_t type () const
Double_t beamE () const
Double_t mass () const
Double_t mBC () const
Double_t deltaE () const
Int_t charge () const
Int_t charm () const
Int_t numOfChildren () const
Double_t px () const
Double_t py () const
Double_t pz () const
Double_t pe () const
const std::vector< Int_t > & tracks () const
const std::vector< Int_t > & showers () const
const std::vector< Int_t > & otherTracks () const
const std::vector< Int_t > & otherShowers () const
const std::vector< Int_t > & pionId () const
const std::vector< Int_t > & kaonId () const
void setdecayMode (Int_t decayMode)
void settype (Int_t type)
void setbeamE (Double_t beamE)
void setmass (Double_t mass)
void setmBC (Double_t mBC)
void setdeltaE (Double_t deltaE)
void setcharge (Int_t charge)
void setcharm (Int_t charm)
void setnumOfChildren (Int_t numOfChildren)
void setpx (Double_t px)
void setpy (Double_t py)
void setpz (Double_t pz)
void setpe (Double_t pe)
void setTracks (const std::vector< Int_t > &tracks)
void setShowers (const std::vector< Int_t > &showers)
void setOtherTracks (const std::vector< Int_t > &tracks)
void setOtherShowers (const std::vector< Int_t > &showers)
void setPionId (const std::vector< Int_t > &pionId)
void setKaonId (const std::vector< Int_t > &kaonId)
void addTrack (Int_t track)
void addShower (Int_t shower)
void addOtherTrack (Int_t track)
void addOtherShower (Int_t shower)
void addPionId (Int_t pionId)
void addKaonId (Int_t kaonId)
 TEvtRecDTag ()
 ~TEvtRecDTag ()
Int_t decayMode () const
Int_t type () const
Double_t beamE () const
Double_t mass () const
Double_t mBC () const
Double_t deltaE () const
Int_t charge () const
Int_t charm () const
Int_t numOfChildren () const
Double_t px () const
Double_t py () const
Double_t pz () const
Double_t pe () const
const std::vector< Int_t > & tracks () const
const std::vector< Int_t > & showers () const
const std::vector< Int_t > & otherTracks () const
const std::vector< Int_t > & otherShowers () const
const std::vector< Int_t > & pionId () const
const std::vector< Int_t > & kaonId () const
void setdecayMode (Int_t decayMode)
void settype (Int_t type)
void setbeamE (Double_t beamE)
void setmass (Double_t mass)
void setmBC (Double_t mBC)
void setdeltaE (Double_t deltaE)
void setcharge (Int_t charge)
void setcharm (Int_t charm)
void setnumOfChildren (Int_t numOfChildren)
void setpx (Double_t px)
void setpy (Double_t py)
void setpz (Double_t pz)
void setpe (Double_t pe)
void setTracks (const std::vector< Int_t > &tracks)
void setShowers (const std::vector< Int_t > &showers)
void setOtherTracks (const std::vector< Int_t > &tracks)
void setOtherShowers (const std::vector< Int_t > &showers)
void setPionId (const std::vector< Int_t > &pionId)
void setKaonId (const std::vector< Int_t > &kaonId)
void addTrack (Int_t track)
void addShower (Int_t shower)
void addOtherTrack (Int_t track)
void addOtherShower (Int_t shower)
void addPionId (Int_t pionId)
void addKaonId (Int_t kaonId)
 TEvtRecDTag ()
 ~TEvtRecDTag ()
Int_t decayMode () const
Int_t type () const
Double_t beamE () const
Double_t mass () const
Double_t mBC () const
Double_t deltaE () const
Int_t charge () const
Int_t charm () const
Int_t numOfChildren () const
Double_t px () const
Double_t py () const
Double_t pz () const
Double_t pe () const
const std::vector< Int_t > & tracks () const
const std::vector< Int_t > & showers () const
const std::vector< Int_t > & otherTracks () const
const std::vector< Int_t > & otherShowers () const
const std::vector< Int_t > & pionId () const
const std::vector< Int_t > & kaonId () const
void setdecayMode (Int_t decayMode)
void settype (Int_t type)
void setbeamE (Double_t beamE)
void setmass (Double_t mass)
void setmBC (Double_t mBC)
void setdeltaE (Double_t deltaE)
void setcharge (Int_t charge)
void setcharm (Int_t charm)
void setnumOfChildren (Int_t numOfChildren)
void setpx (Double_t px)
void setpy (Double_t py)
void setpz (Double_t pz)
void setpe (Double_t pe)
void setTracks (const std::vector< Int_t > &tracks)
void setShowers (const std::vector< Int_t > &showers)
void setOtherTracks (const std::vector< Int_t > &tracks)
void setOtherShowers (const std::vector< Int_t > &showers)
void setPionId (const std::vector< Int_t > &pionId)
void setKaonId (const std::vector< Int_t > &kaonId)
void addTrack (Int_t track)
void addShower (Int_t shower)
void addOtherTrack (Int_t track)
void addOtherShower (Int_t shower)
void addPionId (Int_t pionId)
void addKaonId (Int_t kaonId)

Detailed Description

Constructor & Destructor Documentation

◆ TEvtRecDTag() [1/3]

TEvtRecDTag::TEvtRecDTag ( )

Definition at line 5 of file TEvtRecDTag.cxx.

6 : m_decayMode( 0 )
7 , m_type( 0 )
8 , m_beamE( 0 )
9 , m_mass( 0 )
10 , m_mBC( 0 )
11 , m_deltaE( 0 )
12 , m_charge( 0 )
13 , m_charm( 0 )
14 , m_numOfChildren( 0 )
15 , m_px( 0 )
16 , m_py( 0 )
17 , m_pz( 0 )
18 , m_pe( 0 ) {
19 m_tracks.clear();
20 m_showers.clear();
21 m_otherTracks.clear();
22 m_otherShowers.clear();
23 m_pionId.clear();
24 m_kaonId.clear();
25}
NTuple::Item< double > m_pz

◆ ~TEvtRecDTag() [1/3]

TEvtRecDTag::~TEvtRecDTag ( )

Definition at line 27 of file TEvtRecDTag.cxx.

27{}

◆ TEvtRecDTag() [2/3]

TEvtRecDTag::TEvtRecDTag ( )

◆ ~TEvtRecDTag() [2/3]

TEvtRecDTag::~TEvtRecDTag ( )

◆ TEvtRecDTag() [3/3]

TEvtRecDTag::TEvtRecDTag ( )

◆ ~TEvtRecDTag() [3/3]

TEvtRecDTag::~TEvtRecDTag ( )

Member Function Documentation

◆ addKaonId() [1/3]

void TEvtRecDTag::addKaonId ( Int_t kaonId)
inline

Definition at line 60 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

60{ m_kaonId.push_back( kaonId ); }
const std::vector< Int_t > & kaonId() const

Referenced by EvtRecDTagCnv::DataObjectToTObject().

◆ addKaonId() [2/3]

void TEvtRecDTag::addKaonId ( Int_t kaonId)
inline

Definition at line 60 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

60{ m_kaonId.push_back( kaonId ); }

◆ addKaonId() [3/3]

void TEvtRecDTag::addKaonId ( Int_t kaonId)
inline

Definition at line 60 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

60{ m_kaonId.push_back( kaonId ); }

◆ addOtherShower() [1/3]

void TEvtRecDTag::addOtherShower ( Int_t shower)
inline

Definition at line 58 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

58{ m_otherShowers.push_back( shower ); }

Referenced by EvtRecDTagCnv::DataObjectToTObject().

◆ addOtherShower() [2/3]

void TEvtRecDTag::addOtherShower ( Int_t shower)
inline

Definition at line 58 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

58{ m_otherShowers.push_back( shower ); }

◆ addOtherShower() [3/3]

void TEvtRecDTag::addOtherShower ( Int_t shower)
inline

Definition at line 58 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

58{ m_otherShowers.push_back( shower ); }

◆ addOtherTrack() [1/3]

void TEvtRecDTag::addOtherTrack ( Int_t track)
inline

Definition at line 57 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

57{ m_otherTracks.push_back( track ); }

Referenced by EvtRecDTagCnv::DataObjectToTObject().

◆ addOtherTrack() [2/3]

void TEvtRecDTag::addOtherTrack ( Int_t track)
inline

Definition at line 57 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

57{ m_otherTracks.push_back( track ); }

◆ addOtherTrack() [3/3]

void TEvtRecDTag::addOtherTrack ( Int_t track)
inline

Definition at line 57 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

57{ m_otherTracks.push_back( track ); }

◆ addPionId() [1/3]

void TEvtRecDTag::addPionId ( Int_t pionId)
inline

Definition at line 59 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

59{ m_pionId.push_back( pionId ); }
const std::vector< Int_t > & pionId() const

Referenced by EvtRecDTagCnv::DataObjectToTObject().

◆ addPionId() [2/3]

void TEvtRecDTag::addPionId ( Int_t pionId)
inline

Definition at line 59 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

59{ m_pionId.push_back( pionId ); }

◆ addPionId() [3/3]

void TEvtRecDTag::addPionId ( Int_t pionId)
inline

Definition at line 59 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

59{ m_pionId.push_back( pionId ); }

◆ addShower() [1/3]

void TEvtRecDTag::addShower ( Int_t shower)
inline

Definition at line 56 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

56{ m_showers.push_back( shower ); }

Referenced by EvtRecDTagCnv::DataObjectToTObject().

◆ addShower() [2/3]

void TEvtRecDTag::addShower ( Int_t shower)
inline

Definition at line 56 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

56{ m_showers.push_back( shower ); }

◆ addShower() [3/3]

void TEvtRecDTag::addShower ( Int_t shower)
inline

Definition at line 56 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

56{ m_showers.push_back( shower ); }

◆ addTrack() [1/3]

void TEvtRecDTag::addTrack ( Int_t track)
inline

Definition at line 55 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

55{ m_tracks.push_back( track ); }

Referenced by EvtRecDTagCnv::DataObjectToTObject().

◆ addTrack() [2/3]

void TEvtRecDTag::addTrack ( Int_t track)
inline

Definition at line 55 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

55{ m_tracks.push_back( track ); }

◆ addTrack() [3/3]

void TEvtRecDTag::addTrack ( Int_t track)
inline

Definition at line 55 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

55{ m_tracks.push_back( track ); }

◆ beamE() [1/3]

Double_t TEvtRecDTag::beamE ( ) const
inline

Definition at line 15 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

15{ return m_beamE; }

Referenced by setbeamE(), and EvtRecDTagCnv::TObjectToDataObject().

◆ beamE() [2/3]

Double_t TEvtRecDTag::beamE ( ) const
inline

Definition at line 15 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

15{ return m_beamE; }

◆ beamE() [3/3]

Double_t TEvtRecDTag::beamE ( ) const
inline

Definition at line 15 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

15{ return m_beamE; }

◆ charge() [1/3]

Int_t TEvtRecDTag::charge ( ) const
inline

Definition at line 19 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

19{ return m_charge; }

Referenced by setcharge(), and EvtRecDTagCnv::TObjectToDataObject().

◆ charge() [2/3]

Int_t TEvtRecDTag::charge ( ) const
inline

Definition at line 19 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

19{ return m_charge; }

◆ charge() [3/3]

Int_t TEvtRecDTag::charge ( ) const
inline

Definition at line 19 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

19{ return m_charge; }

◆ charm() [1/3]

Int_t TEvtRecDTag::charm ( ) const
inline

Definition at line 20 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

20{ return m_charm; }

Referenced by setcharm(), and EvtRecDTagCnv::TObjectToDataObject().

◆ charm() [2/3]

Int_t TEvtRecDTag::charm ( ) const
inline

Definition at line 20 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

20{ return m_charm; }

◆ charm() [3/3]

Int_t TEvtRecDTag::charm ( ) const
inline

Definition at line 20 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

20{ return m_charm; }

◆ decayMode() [1/3]

Int_t TEvtRecDTag::decayMode ( ) const
inline

Definition at line 13 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

13{ return m_decayMode; }

Referenced by setdecayMode(), and EvtRecDTagCnv::TObjectToDataObject().

◆ decayMode() [2/3]

Int_t TEvtRecDTag::decayMode ( ) const
inline

Definition at line 13 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

13{ return m_decayMode; }

◆ decayMode() [3/3]

Int_t TEvtRecDTag::decayMode ( ) const
inline

Definition at line 13 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

13{ return m_decayMode; }

◆ deltaE() [1/3]

Double_t TEvtRecDTag::deltaE ( ) const
inline

Definition at line 18 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

18{ return m_deltaE; }

Referenced by setdeltaE(), and EvtRecDTagCnv::TObjectToDataObject().

◆ deltaE() [2/3]

Double_t TEvtRecDTag::deltaE ( ) const
inline

Definition at line 18 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

18{ return m_deltaE; }

◆ deltaE() [3/3]

Double_t TEvtRecDTag::deltaE ( ) const
inline

Definition at line 18 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

18{ return m_deltaE; }

◆ kaonId() [1/3]

const std::vector< Int_t > & TEvtRecDTag::kaonId ( ) const
inline

Definition at line 32 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

32{ return m_kaonId; }

Referenced by addKaonId(), setKaonId(), and EvtRecDTagCnv::TObjectToDataObject().

◆ kaonId() [2/3]

const std::vector< Int_t > & TEvtRecDTag::kaonId ( ) const
inline

Definition at line 32 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

32{ return m_kaonId; }

◆ kaonId() [3/3]

const std::vector< Int_t > & TEvtRecDTag::kaonId ( ) const
inline

Definition at line 32 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

32{ return m_kaonId; }

◆ mass() [1/3]

Double_t TEvtRecDTag::mass ( ) const
inline

Definition at line 16 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

16{ return m_mass; }

Referenced by setmass(), and EvtRecDTagCnv::TObjectToDataObject().

◆ mass() [2/3]

Double_t TEvtRecDTag::mass ( ) const
inline

Definition at line 16 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

16{ return m_mass; }

◆ mass() [3/3]

Double_t TEvtRecDTag::mass ( ) const
inline

Definition at line 16 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

16{ return m_mass; }

◆ mBC() [1/3]

Double_t TEvtRecDTag::mBC ( ) const
inline

Definition at line 17 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

17{ return m_mBC; }

Referenced by setmBC(), and EvtRecDTagCnv::TObjectToDataObject().

◆ mBC() [2/3]

Double_t TEvtRecDTag::mBC ( ) const
inline

Definition at line 17 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

17{ return m_mBC; }

◆ mBC() [3/3]

Double_t TEvtRecDTag::mBC ( ) const
inline

Definition at line 17 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

17{ return m_mBC; }

◆ numOfChildren() [1/3]

Int_t TEvtRecDTag::numOfChildren ( ) const
inline

Definition at line 21 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

21{ return m_numOfChildren; }

Referenced by setnumOfChildren(), and EvtRecDTagCnv::TObjectToDataObject().

◆ numOfChildren() [2/3]

Int_t TEvtRecDTag::numOfChildren ( ) const
inline

Definition at line 21 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

21{ return m_numOfChildren; }

◆ numOfChildren() [3/3]

Int_t TEvtRecDTag::numOfChildren ( ) const
inline

Definition at line 21 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

21{ return m_numOfChildren; }

◆ otherShowers() [1/3]

const std::vector< Int_t > & TEvtRecDTag::otherShowers ( ) const
inline

Definition at line 30 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

30{ return m_otherShowers; }

Referenced by EvtRecDTagCnv::TObjectToDataObject().

◆ otherShowers() [2/3]

const std::vector< Int_t > & TEvtRecDTag::otherShowers ( ) const
inline

Definition at line 30 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

30{ return m_otherShowers; }

◆ otherShowers() [3/3]

const std::vector< Int_t > & TEvtRecDTag::otherShowers ( ) const
inline

Definition at line 30 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

30{ return m_otherShowers; }

◆ otherTracks() [1/3]

const std::vector< Int_t > & TEvtRecDTag::otherTracks ( ) const
inline

Definition at line 29 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

29{ return m_otherTracks; }

Referenced by EvtRecDTagCnv::TObjectToDataObject().

◆ otherTracks() [2/3]

const std::vector< Int_t > & TEvtRecDTag::otherTracks ( ) const
inline

Definition at line 29 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

29{ return m_otherTracks; }

◆ otherTracks() [3/3]

const std::vector< Int_t > & TEvtRecDTag::otherTracks ( ) const
inline

Definition at line 29 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

29{ return m_otherTracks; }

◆ pe() [1/3]

Double_t TEvtRecDTag::pe ( ) const
inline

Definition at line 25 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

25{ return m_pe; }

Referenced by setpe(), and EvtRecDTagCnv::TObjectToDataObject().

◆ pe() [2/3]

Double_t TEvtRecDTag::pe ( ) const
inline

Definition at line 25 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

25{ return m_pe; }

◆ pe() [3/3]

Double_t TEvtRecDTag::pe ( ) const
inline

Definition at line 25 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

25{ return m_pe; }

◆ pionId() [1/3]

const std::vector< Int_t > & TEvtRecDTag::pionId ( ) const
inline

Definition at line 31 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

31{ return m_pionId; }

Referenced by addPionId(), setPionId(), and EvtRecDTagCnv::TObjectToDataObject().

◆ pionId() [2/3]

const std::vector< Int_t > & TEvtRecDTag::pionId ( ) const
inline

Definition at line 31 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

31{ return m_pionId; }

◆ pionId() [3/3]

const std::vector< Int_t > & TEvtRecDTag::pionId ( ) const
inline

Definition at line 31 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

31{ return m_pionId; }

◆ px() [1/3]

Double_t TEvtRecDTag::px ( ) const
inline

Definition at line 22 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

22{ return m_px; }

Referenced by setpx(), and EvtRecDTagCnv::TObjectToDataObject().

◆ px() [2/3]

Double_t TEvtRecDTag::px ( ) const
inline

Definition at line 22 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

22{ return m_px; }

◆ px() [3/3]

Double_t TEvtRecDTag::px ( ) const
inline

Definition at line 22 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

22{ return m_px; }

◆ py() [1/3]

Double_t TEvtRecDTag::py ( ) const
inline

Definition at line 23 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

23{ return m_py; }

Referenced by setpy(), and EvtRecDTagCnv::TObjectToDataObject().

◆ py() [2/3]

Double_t TEvtRecDTag::py ( ) const
inline

Definition at line 23 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

23{ return m_py; }

◆ py() [3/3]

Double_t TEvtRecDTag::py ( ) const
inline

Definition at line 23 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

23{ return m_py; }

◆ pz() [1/3]

Double_t TEvtRecDTag::pz ( ) const
inline

Definition at line 24 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

24{ return m_pz; }

Referenced by setpz(), and EvtRecDTagCnv::TObjectToDataObject().

◆ pz() [2/3]

Double_t TEvtRecDTag::pz ( ) const
inline

Definition at line 24 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

24{ return m_pz; }

◆ pz() [3/3]

Double_t TEvtRecDTag::pz ( ) const
inline

Definition at line 24 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

24{ return m_pz; }

◆ setbeamE() [1/3]

void TEvtRecDTag::setbeamE ( Double_t beamE)
inline

◆ setbeamE() [2/3]

void TEvtRecDTag::setbeamE ( Double_t beamE)
inline

◆ setbeamE() [3/3]

void TEvtRecDTag::setbeamE ( Double_t beamE)
inline

◆ setcharge() [1/3]

void TEvtRecDTag::setcharge ( Int_t charge)
inline

◆ setcharge() [2/3]

void TEvtRecDTag::setcharge ( Int_t charge)
inline

◆ setcharge() [3/3]

void TEvtRecDTag::setcharge ( Int_t charge)
inline

◆ setcharm() [1/3]

void TEvtRecDTag::setcharm ( Int_t charm)
inline

◆ setcharm() [2/3]

void TEvtRecDTag::setcharm ( Int_t charm)
inline

◆ setcharm() [3/3]

void TEvtRecDTag::setcharm ( Int_t charm)
inline

◆ setdecayMode() [1/3]

void TEvtRecDTag::setdecayMode ( Int_t decayMode)
inline

◆ setdecayMode() [2/3]

void TEvtRecDTag::setdecayMode ( Int_t decayMode)
inline

Definition at line 34 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

34{ m_decayMode = decayMode; }

◆ setdecayMode() [3/3]

void TEvtRecDTag::setdecayMode ( Int_t decayMode)
inline

Definition at line 34 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

34{ m_decayMode = decayMode; }

◆ setdeltaE() [1/3]

void TEvtRecDTag::setdeltaE ( Double_t deltaE)
inline

◆ setdeltaE() [2/3]

void TEvtRecDTag::setdeltaE ( Double_t deltaE)
inline

◆ setdeltaE() [3/3]

void TEvtRecDTag::setdeltaE ( Double_t deltaE)
inline

◆ setKaonId() [1/3]

void TEvtRecDTag::setKaonId ( const std::vector< Int_t > & kaonId)
inline

Definition at line 53 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

53{ m_kaonId = kaonId; }

◆ setKaonId() [2/3]

void TEvtRecDTag::setKaonId ( const std::vector< Int_t > & kaonId)
inline

◆ setKaonId() [3/3]

void TEvtRecDTag::setKaonId ( const std::vector< Int_t > & kaonId)
inline

◆ setmass() [1/3]

void TEvtRecDTag::setmass ( Double_t mass)
inline

◆ setmass() [2/3]

void TEvtRecDTag::setmass ( Double_t mass)
inline

◆ setmass() [3/3]

void TEvtRecDTag::setmass ( Double_t mass)
inline

◆ setmBC() [1/3]

void TEvtRecDTag::setmBC ( Double_t mBC)
inline

◆ setmBC() [2/3]

void TEvtRecDTag::setmBC ( Double_t mBC)
inline

◆ setmBC() [3/3]

void TEvtRecDTag::setmBC ( Double_t mBC)
inline

◆ setnumOfChildren() [1/3]

void TEvtRecDTag::setnumOfChildren ( Int_t numOfChildren)
inline

◆ setnumOfChildren() [2/3]

void TEvtRecDTag::setnumOfChildren ( Int_t numOfChildren)
inline

Definition at line 42 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

42{ m_numOfChildren = numOfChildren; }

◆ setnumOfChildren() [3/3]

void TEvtRecDTag::setnumOfChildren ( Int_t numOfChildren)
inline

Definition at line 42 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

42{ m_numOfChildren = numOfChildren; }

◆ setOtherShowers() [1/3]

void TEvtRecDTag::setOtherShowers ( const std::vector< Int_t > & showers)
inline

Definition at line 51 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

51{ m_otherShowers = showers; }
const std::vector< Int_t > & showers() const

◆ setOtherShowers() [2/3]

void TEvtRecDTag::setOtherShowers ( const std::vector< Int_t > & showers)
inline

Definition at line 51 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

51{ m_otherShowers = showers; }

◆ setOtherShowers() [3/3]

void TEvtRecDTag::setOtherShowers ( const std::vector< Int_t > & showers)
inline

Definition at line 51 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

51{ m_otherShowers = showers; }

◆ setOtherTracks() [1/3]

void TEvtRecDTag::setOtherTracks ( const std::vector< Int_t > & tracks)
inline

Definition at line 50 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

50{ m_otherTracks = tracks; }
const std::vector< Int_t > & tracks() const

◆ setOtherTracks() [2/3]

void TEvtRecDTag::setOtherTracks ( const std::vector< Int_t > & tracks)
inline

Definition at line 50 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

50{ m_otherTracks = tracks; }

◆ setOtherTracks() [3/3]

void TEvtRecDTag::setOtherTracks ( const std::vector< Int_t > & tracks)
inline

Definition at line 50 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

50{ m_otherTracks = tracks; }

◆ setpe() [1/3]

void TEvtRecDTag::setpe ( Double_t pe)
inline

◆ setpe() [2/3]

void TEvtRecDTag::setpe ( Double_t pe)
inline

◆ setpe() [3/3]

void TEvtRecDTag::setpe ( Double_t pe)
inline

◆ setPionId() [1/3]

void TEvtRecDTag::setPionId ( const std::vector< Int_t > & pionId)
inline

Definition at line 52 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

52{ m_pionId = pionId; }

◆ setPionId() [2/3]

void TEvtRecDTag::setPionId ( const std::vector< Int_t > & pionId)
inline

◆ setPionId() [3/3]

void TEvtRecDTag::setPionId ( const std::vector< Int_t > & pionId)
inline

◆ setpx() [1/3]

void TEvtRecDTag::setpx ( Double_t px)
inline

◆ setpx() [2/3]

void TEvtRecDTag::setpx ( Double_t px)
inline

◆ setpx() [3/3]

void TEvtRecDTag::setpx ( Double_t px)
inline

◆ setpy() [1/3]

void TEvtRecDTag::setpy ( Double_t py)
inline

◆ setpy() [2/3]

void TEvtRecDTag::setpy ( Double_t py)
inline

◆ setpy() [3/3]

void TEvtRecDTag::setpy ( Double_t py)
inline

◆ setpz() [1/3]

void TEvtRecDTag::setpz ( Double_t pz)
inline

◆ setpz() [2/3]

void TEvtRecDTag::setpz ( Double_t pz)
inline

◆ setpz() [3/3]

void TEvtRecDTag::setpz ( Double_t pz)
inline

◆ setShowers() [1/3]

void TEvtRecDTag::setShowers ( const std::vector< Int_t > & showers)
inline

Definition at line 49 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

49{ m_showers = showers; }

◆ setShowers() [2/3]

void TEvtRecDTag::setShowers ( const std::vector< Int_t > & showers)
inline

◆ setShowers() [3/3]

void TEvtRecDTag::setShowers ( const std::vector< Int_t > & showers)
inline

◆ setTracks() [1/3]

void TEvtRecDTag::setTracks ( const std::vector< Int_t > & tracks)
inline

Definition at line 48 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

48{ m_tracks = tracks; }

◆ setTracks() [2/3]

void TEvtRecDTag::setTracks ( const std::vector< Int_t > & tracks)
inline

◆ setTracks() [3/3]

void TEvtRecDTag::setTracks ( const std::vector< Int_t > & tracks)
inline

◆ settype() [1/3]

void TEvtRecDTag::settype ( Int_t type)
inline

◆ settype() [2/3]

void TEvtRecDTag::settype ( Int_t type)
inline

◆ settype() [3/3]

void TEvtRecDTag::settype ( Int_t type)
inline

◆ showers() [1/3]

const std::vector< Int_t > & TEvtRecDTag::showers ( ) const
inline

◆ showers() [2/3]

const std::vector< Int_t > & TEvtRecDTag::showers ( ) const
inline

Definition at line 28 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

28{ return m_showers; }

◆ showers() [3/3]

const std::vector< Int_t > & TEvtRecDTag::showers ( ) const
inline

Definition at line 28 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

28{ return m_showers; }

◆ tracks() [1/3]

const std::vector< Int_t > & TEvtRecDTag::tracks ( ) const
inline

◆ tracks() [2/3]

const std::vector< Int_t > & TEvtRecDTag::tracks ( ) const
inline

Definition at line 27 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

27{ return m_tracks; }

◆ tracks() [3/3]

const std::vector< Int_t > & TEvtRecDTag::tracks ( ) const
inline

Definition at line 27 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

27{ return m_tracks; }

◆ type() [1/3]

Int_t TEvtRecDTag::type ( ) const
inline

Definition at line 14 of file Event/RootEventData/include/RootEventData/TEvtRecDTag.h.

14{ return m_type; }

Referenced by settype(), and EvtRecDTagCnv::TObjectToDataObject().

◆ type() [2/3]

Int_t TEvtRecDTag::type ( ) const
inline

Definition at line 14 of file InstallArea/x86_64-el9-gcc13-dbg/include/RootEventData/TEvtRecDTag.h.

14{ return m_type; }

◆ type() [3/3]

Int_t TEvtRecDTag::type ( ) const
inline

Definition at line 14 of file InstallArea/x86_64-el9-gcc13-opt/include/RootEventData/TEvtRecDTag.h.

14{ return m_type; }

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