BOSS 7.0.1
BESIII Offline Software System
|
#include <EvtRecDTag.h>
Public Member Functions | |
virtual const CLID & | clID () const |
EvtRecDTag () | |
~EvtRecDTag () | |
EvtRecDTag (const EvtRecDTag &) | |
EvtRecDTag & | operator= (const EvtRecDTag &) |
DecayMode | decayMode () const |
SelType | type () const |
double | beamE () const |
double | mass () const |
double | mBC () const |
double | deltaE () const |
int | charge () const |
int | charm () const |
int | numOfChildren () const |
HepLorentzVector | p4 () const |
vector< double > | vKsMass () const |
vector< double > | vFitChi2 () const |
vector< double > | vFitDecayLength () const |
vector< double > | vFitDecayLengthError () const |
SmartRefVector< EvtRecTrack > | tracks () |
SmartRefVector< EvtRecTrack > | showers () |
SmartRefVector< EvtRecTrack > | otherTracks () |
SmartRefVector< EvtRecTrack > | otherShowers () |
SmartRefVector< EvtRecTrack > | pionId () |
SmartRefVector< EvtRecTrack > | kaonId () |
void | setdecayMode (DecayMode decayMode) |
void | settype (SelType type) |
void | setbeamE (double beamE) |
void | setmass (double mass) |
void | setmBC (double mBC) |
void | setdeltaE (double deltaE) |
void | setcharge (int charge) |
void | setcharm (int charm) |
void | setnumOfChildren (int numOfChildren) |
void | setp4 (HepLorentzVector p4) |
void | addToFitInfo (double ksmass, double chi2, double length, double error) |
void | addTrack (const SmartRef< EvtRecTrack > track) |
void | addShower (const SmartRef< EvtRecTrack > shower) |
void | addOtherTrack (const SmartRef< EvtRecTrack > track) |
void | addOtherShower (const SmartRef< EvtRecTrack > shower) |
void | addPionId (const SmartRef< EvtRecTrack > pionId) |
void | addKaonId (const SmartRef< EvtRecTrack > kaonId) |
void | setTracks (const SmartRefVector< EvtRecTrack > tracks) |
void | setShowers (const SmartRefVector< EvtRecTrack > showers) |
void | setOtherTracks (const SmartRefVector< EvtRecTrack > tracks) |
void | setOtherShowers (const SmartRefVector< EvtRecTrack > showers) |
void | setPionId (const SmartRefVector< EvtRecTrack > pionId) |
void | setKaonId (const SmartRefVector< EvtRecTrack > kaonId) |
virtual const CLID & | clID () const |
EvtRecDTag () | |
~EvtRecDTag () | |
EvtRecDTag (const EvtRecDTag &) | |
EvtRecDTag & | operator= (const EvtRecDTag &) |
DecayMode | decayMode () const |
SelType | type () const |
double | beamE () const |
double | mass () const |
double | mBC () const |
double | deltaE () const |
int | charge () const |
int | charm () const |
int | numOfChildren () const |
HepLorentzVector | p4 () const |
vector< double > | vKsMass () const |
vector< double > | vFitChi2 () const |
vector< double > | vFitDecayLength () const |
vector< double > | vFitDecayLengthError () const |
SmartRefVector< EvtRecTrack > | tracks () |
SmartRefVector< EvtRecTrack > | showers () |
SmartRefVector< EvtRecTrack > | otherTracks () |
SmartRefVector< EvtRecTrack > | otherShowers () |
SmartRefVector< EvtRecTrack > | pionId () |
SmartRefVector< EvtRecTrack > | kaonId () |
void | setdecayMode (DecayMode decayMode) |
void | settype (SelType type) |
void | setbeamE (double beamE) |
void | setmass (double mass) |
void | setmBC (double mBC) |
void | setdeltaE (double deltaE) |
void | setcharge (int charge) |
void | setcharm (int charm) |
void | setnumOfChildren (int numOfChildren) |
void | setp4 (HepLorentzVector p4) |
void | addToFitInfo (double ksmass, double chi2, double length, double error) |
void | addTrack (const SmartRef< EvtRecTrack > track) |
void | addShower (const SmartRef< EvtRecTrack > shower) |
void | addOtherTrack (const SmartRef< EvtRecTrack > track) |
void | addOtherShower (const SmartRef< EvtRecTrack > shower) |
void | addPionId (const SmartRef< EvtRecTrack > pionId) |
void | addKaonId (const SmartRef< EvtRecTrack > kaonId) |
void | setTracks (const SmartRefVector< EvtRecTrack > tracks) |
void | setShowers (const SmartRefVector< EvtRecTrack > showers) |
void | setOtherTracks (const SmartRefVector< EvtRecTrack > tracks) |
void | setOtherShowers (const SmartRefVector< EvtRecTrack > showers) |
void | setPionId (const SmartRefVector< EvtRecTrack > pionId) |
void | setKaonId (const SmartRefVector< EvtRecTrack > kaonId) |
Static Public Member Functions | |
static const CLID & | classID () |
static const CLID & | classID () |
Definition at line 27 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Definition at line 50 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Definition at line 50 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
enum EvtRecDTag::SelType |
Enumerator | |
---|---|
Loose | |
Tight | |
Default | |
Loose | |
Tight | |
Default |
Definition at line 41 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
enum EvtRecDTag::SelType |
Enumerator | |
---|---|
Loose | |
Tight | |
Default | |
Loose | |
Tight | |
Default |
Definition at line 41 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
EvtRecDTag::EvtRecDTag | ( | ) |
Definition at line 3 of file EvtRecDTag.cxx.
|
inline |
Definition at line 33 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
EvtRecDTag::EvtRecDTag | ( | const EvtRecDTag & | dtag | ) |
Definition at line 28 of file EvtRecDTag.cxx.
EvtRecDTag::EvtRecDTag | ( | ) |
|
inline |
Definition at line 33 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
EvtRecDTag::EvtRecDTag | ( | const EvtRecDTag & | ) |
|
inline |
Definition at line 215 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by ChargedDReconstruction::pidtag(), DsReconstruction::pidtag(), NeutralDReconstruction::pidtag(), and EvtRecDTagCnv::TObjectToDataObject().
|
inline |
Definition at line 215 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 211 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by ChargedDReconstruction::savetrack(), DsReconstruction::savetrack(), NeutralDReconstruction::savetrack(), and EvtRecDTagCnv::TObjectToDataObject().
|
inline |
Definition at line 211 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 209 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by ChargedDReconstruction::savetrack(), DsReconstruction::savetrack(), NeutralDReconstruction::savetrack(), and EvtRecDTagCnv::TObjectToDataObject().
|
inline |
Definition at line 209 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 213 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by ChargedDReconstruction::pidtag(), DsReconstruction::pidtag(), NeutralDReconstruction::pidtag(), and EvtRecDTagCnv::TObjectToDataObject().
|
inline |
Definition at line 213 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 207 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by ChargedDReconstruction::savetrack(), DsReconstruction::savetrack(), NeutralDReconstruction::savetrack(), and EvtRecDTagCnv::TObjectToDataObject().
|
inline |
Definition at line 207 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 198 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by ChargedDReconstruction::execute(), DsReconstruction::execute(), and NeutralDReconstruction::execute().
|
inline |
Definition at line 198 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 205 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by ChargedDReconstruction::savetrack(), DsReconstruction::savetrack(), NeutralDReconstruction::savetrack(), and EvtRecDTagCnv::TObjectToDataObject().
|
inline |
Definition at line 205 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 165 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by EvtRecDTagCnv::DataObjectToTObject(), and setbeamE().
|
inline |
Definition at line 165 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 169 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by EvtRecDTagCnv::DataObjectToTObject(), and setcharge().
|
inline |
Definition at line 169 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 170 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by EvtRecDTagCnv::DataObjectToTObject(), and setcharm().
|
inline |
Definition at line 170 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inlinestatic |
Definition at line 30 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by clID().
|
inlinestatic |
Definition at line 30 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inlinevirtual |
Definition at line 29 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
|
inlinevirtual |
Definition at line 29 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 163 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by EvtRecDTagCnv::DataObjectToTObject(), and setdecayMode().
|
inline |
Definition at line 163 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 168 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by EvtRecDTagCnv::DataObjectToTObject(), and setdeltaE().
|
inline |
Definition at line 168 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 184 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by addKaonId(), EvtRecDTagCnv::DataObjectToTObject(), and setKaonId().
|
inline |
Definition at line 184 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 166 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by EvtRecDTagCnv::DataObjectToTObject(), and setmass().
|
inline |
Definition at line 166 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 167 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by EvtRecDTagCnv::DataObjectToTObject(), and setmBC().
|
inline |
Definition at line 167 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 171 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by EvtRecDTagCnv::DataObjectToTObject(), and setnumOfChildren().
|
inline |
Definition at line 171 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
EvtRecDTag & EvtRecDTag::operator= | ( | const EvtRecDTag & | dtag | ) |
Definition at line 54 of file EvtRecDTag.cxx.
EvtRecDTag & EvtRecDTag::operator= | ( | const EvtRecDTag & | ) |
|
inline |
Definition at line 182 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by EvtRecDTagCnv::DataObjectToTObject().
|
inline |
Definition at line 182 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 181 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by EvtRecDTagCnv::DataObjectToTObject().
|
inline |
Definition at line 181 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 172 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by EvtRecDTagCnv::DataObjectToTObject(), ChargedDReconstruction::execute(), DsReconstruction::execute(), NeutralDReconstruction::execute(), and setp4().
|
inline |
Definition at line 172 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 183 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by addPionId(), EvtRecDTagCnv::DataObjectToTObject(), and setPionId().
|
inline |
Definition at line 183 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 189 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by NeutralDReconstruction::saveD0Info(), ChargedDReconstruction::saveDpInfo(), DsReconstruction::saveDsInfo(), and EvtRecDTagCnv::TObjectToDataObject().
|
inline |
Definition at line 189 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 193 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by NeutralDReconstruction::saveD0Info(), ChargedDReconstruction::saveDpInfo(), DsReconstruction::saveDsInfo(), and EvtRecDTagCnv::TObjectToDataObject().
|
inline |
Definition at line 193 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 194 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by NeutralDReconstruction::saveD0Info(), ChargedDReconstruction::saveDpInfo(), DsReconstruction::saveDsInfo(), and EvtRecDTagCnv::TObjectToDataObject().
|
inline |
Definition at line 194 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 187 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by ChargedDReconstruction::execute(), DsReconstruction::execute(), NeutralDReconstruction::execute(), and EvtRecDTagCnv::TObjectToDataObject().
|
inline |
Definition at line 187 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 192 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by NeutralDReconstruction::saveD0Info(), ChargedDReconstruction::saveDpInfo(), DsReconstruction::saveDsInfo(), and EvtRecDTagCnv::TObjectToDataObject().
|
inline |
Definition at line 192 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 229 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 229 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 190 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by NeutralDReconstruction::saveD0Info(), ChargedDReconstruction::saveDpInfo(), DsReconstruction::saveDsInfo(), and EvtRecDTagCnv::TObjectToDataObject().
|
inline |
Definition at line 190 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 191 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by NeutralDReconstruction::saveD0Info(), ChargedDReconstruction::saveDpInfo(), DsReconstruction::saveDsInfo(), and EvtRecDTagCnv::TObjectToDataObject().
|
inline |
Definition at line 191 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 195 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by NeutralDReconstruction::saveD0Info(), ChargedDReconstruction::saveDpInfo(), DsReconstruction::saveDsInfo(), and EvtRecDTagCnv::TObjectToDataObject().
|
inline |
Definition at line 195 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 225 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 225 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 223 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 223 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 196 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by ChargedDReconstruction::execute(), DsReconstruction::execute(), NeutralDReconstruction::execute(), NeutralDReconstruction::saveD0Info(), ChargedDReconstruction::saveDpInfo(), DsReconstruction::saveDsInfo(), and EvtRecDTagCnv::TObjectToDataObject().
|
inline |
Definition at line 196 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 227 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 227 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 221 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 221 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 219 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 219 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 188 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by NeutralDReconstruction::saveD0Info(), ChargedDReconstruction::saveDpInfo(), DsReconstruction::saveDsInfo(), and EvtRecDTagCnv::TObjectToDataObject().
|
inline |
Definition at line 188 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 180 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by EvtRecDTagCnv::DataObjectToTObject(), setOtherShowers(), and setShowers().
|
inline |
Definition at line 180 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 179 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by EvtRecDTagCnv::DataObjectToTObject(), setOtherTracks(), and setTracks().
|
inline |
Definition at line 179 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 164 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
Referenced by EvtRecDTagCnv::DataObjectToTObject(), and settype().
|
inline |
Definition at line 164 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 174 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 174 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 175 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 175 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 176 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 176 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 173 of file Event/EvtRecEvent/EvtRecEvent-00-02-02/EvtRecEvent/EvtRecDTag.h.
|
inline |
Definition at line 173 of file InstallArea/include/EvtRecEvent/EvtRecEvent/EvtRecDTag.h.