Belle II Software development
|
This is the complete list of members for ClawSimHit, including all inherited members.
addRelationTo(const RelationsInterface< BASE > *object, float weight=1.0, const std::string &namedRelation="") const | RelationsInterface< BASE > | inline |
addRelationTo(const TObject *object, float weight=1.0, const std::string &namedRelation="") const | RelationsInterface< BASE > | inline |
ClassDef(RelationsInterface, 0) | RelationsInterface< BASE > | private |
ClawSimHit() | ClawSimHit | inline |
ClawSimHit(int CellId, int TrackId, int Pdg, float FlightTime, float Edep, ROOT::Math::XYZVector Momentum, ROOT::Math::XYZVector Position) | ClawSimHit | inline |
copyRelations(const RelationsInterface< BASE > *sourceObj) | RelationsInterface< BASE > | inline |
getArrayIndex() const | RelationsInterface< BASE > | inline |
getArrayName() const | RelationsInterface< BASE > | inline |
getArrayPointer() const | RelationsInterface< BASE > | inlineprotected |
getBackgroundTag() const | SimHitBase | inlinevirtual |
getCellId() const | ClawSimHit | inline |
getEnergyDep() const | ClawSimHit | inline |
getFlightTime() const | ClawSimHit | inline |
getGlobalTime() const | SimHitBase | inlinevirtual |
getInfo() const | RelationsInterface< BASE > | inline |
getInfoHTML() const | RelationsInterface< BASE > | inlinevirtual |
getMomentum() const | ClawSimHit | inline |
getName() const | RelationsInterface< BASE > | inlinevirtual |
getPDGCode() const | ClawSimHit | inline |
getPosIn() const | ClawSimHit | inline |
getPosition() const | ClawSimHit | inline |
getRelated(const std::string &name="", const std::string &namedRelation="") const | RelationsInterface< BASE > | inline |
getRelatedFrom(const std::string &name="", const std::string &namedRelation="") const | RelationsInterface< BASE > | inline |
getRelatedFromWithWeight(const std::string &name="", const std::string &namedRelation="") const | RelationsInterface< BASE > | inline |
getRelatedTo(const std::string &name="", const std::string &namedRelation="") const | RelationsInterface< BASE > | inline |
getRelatedToWithWeight(const std::string &name="", const std::string &namedRelation="") const | RelationsInterface< BASE > | inline |
getRelatedWithWeight(const std::string &name="", const std::string &namedRelation="") const | RelationsInterface< BASE > | inline |
getRelationsFrom(const std::string &name="", const std::string &namedRelation="") const | RelationsInterface< BASE > | inline |
getRelationsTo(const std::string &name="", const std::string &namedRelation="") const | RelationsInterface< BASE > | inline |
getRelationsWith(const std::string &name="", const std::string &namedRelation="") const | RelationsInterface< BASE > | inline |
getTrackId() const | ClawSimHit | inline |
m_backgroundTag | SimHitBase | private |
m_cacheArrayIndex | RelationsInterface< BASE > | mutableprivate |
m_cacheDataStoreEntry | RelationsInterface< BASE > | mutableprivate |
m_CellId | ClawSimHit | private |
m_Edep | ClawSimHit | private |
m_FlightTime | ClawSimHit | private |
m_Momentum | ClawSimHit | private |
m_Pdg | ClawSimHit | private |
m_Position | ClawSimHit | private |
m_TrackId | ClawSimHit | private |
operator=(const RelationsInterface &relationsInterface) | RelationsInterface< BASE > | inline |
RelationsInterface() | RelationsInterface< BASE > | inline |
RelationsInterface(Args &&... params) | RelationsInterface< BASE > | inlineexplicit |
RelationsInterface(const RelationsInterface &relationsInterface) | RelationsInterface< BASE > | inline |
setBackgroundTag(unsigned int backgroundTag) | SimHitBase | inlinevirtual |
setCellId(int CellId) | ClawSimHit | inline |
setEnergyDep(double Edep) | ClawSimHit | inline |
setFlightTime(double FlightTime) | ClawSimHit | inline |
setMomentum(ROOT::Math::XYZVector Momentum) | ClawSimHit | inline |
setPDGCode(int Pdg) | ClawSimHit | inline |
setPosIn(ROOT::Math::XYZVector Position) | ClawSimHit | inline |
setPosition(ROOT::Math::XYZVector Position) | ClawSimHit | inline |
setTrackId(int TrackId) | ClawSimHit | inline |
shiftInTime(float delta) override | ClawSimHit | inlinevirtual |
SimHitBase() | SimHitBase | inline |