Special pool of reusable nodes.
Definition at line 56 of file TGeoCache.h.
Public Member Functions | |
TGeoNodeCache () | |
Dummy constructor. | |
TGeoNodeCache (TGeoNode *top, Bool_t nodeid=kFALSE, Int_t capacity=30) | |
Default constructor. | |
~TGeoNodeCache () override | |
Destructor. | |
void | BuildIdArray () |
Builds node id array. | |
void | BuildInfoBranch () |
Builds info branch. Navigation is possible only after this step. | |
Bool_t | CdDown (Int_t index) |
Make daughter INDEX of current node the active state. Compute global matrix. | |
Bool_t | CdDown (TGeoNode *node) |
Make daughter INDEX of current node the active state. Compute global matrix. | |
void | CdNode (Int_t nodeid) |
Change current path to point to the node having this id. | |
void | CdTop () |
void | CdUp () |
Make mother of current node the active state. | |
void | FillIdBranch (const Int_t *br, Int_t startlevel=0) |
void * | GetBranch () const |
void | GetBranchNames (Int_t *names) const |
Fill names with current branch volume names (4 char - used by GEANT3 interface). | |
void | GetBranchNumbers (Int_t *copyNumbers, Int_t *volumeNumbers) const |
Fill copy numbers of current branch nodes. | |
void | GetBranchOnlys (Int_t *isonly) const |
Fill copy numbers of current branch nodes. | |
TGeoHMatrix * | GetCurrentMatrix () const |
Int_t | GetCurrentNodeId () const |
Returns a fixed ID for current physical node. | |
const Int_t * | GetIdBranch () const |
TGeoStateInfo * | GetInfo () |
Get next state info pointer. | |
Int_t | GetLevel () const |
TGeoStateInfo * | GetMakePWInfo (Int_t nd) |
Get the PW info, if none create one. | |
void * | GetMatrices () const |
TGeoNode * | GetMother (Int_t up=1) const |
TGeoHMatrix * | GetMotherMatrix (Int_t up=1) const |
TGeoNode * | GetNode () const |
Int_t | GetNodeId () const |
Get unique node id. | |
const char * | GetPath () |
Returns the current geometry path. | |
Int_t | GetStackLevel () const |
TGeoNode * | GetTopNode () const |
Bool_t | HasIdArray () const |
TClass * | IsA () const override |
Bool_t | IsDummy () const |
void | LocalToMaster (const Double_t *local, Double_t *master) const |
Local point converted to master frame defined by current matrix. | |
void | LocalToMasterBomb (const Double_t *local, Double_t *master) const |
Local point converted to master frame defined by current matrix and rescaled with bomb factor. | |
void | LocalToMasterVect (const Double_t *local, Double_t *master) const |
Local vector converted to master frame defined by current matrix. | |
void | MasterToLocal (const Double_t *master, Double_t *local) const |
Point in master frame defined by current matrix converted to local one. | |
void | MasterToLocalBomb (const Double_t *master, Double_t *local) const |
Point in master frame defined by current matrix converted to local one and rescaled with bomb factor. | |
void | MasterToLocalVect (const Double_t *master, Double_t *local) const |
Vector in master frame defined by current matrix converted to local one. | |
void | PopDummy (Int_t ipop=9999) |
Bool_t | PopState (Int_t &nmany, Double_t *point=nullptr) |
Pop next state/point from heap. | |
Bool_t | PopState (Int_t &nmany, Int_t level, Double_t *point=nullptr) |
Pop next state/point from heap and restore matrices starting from LEVEL. | |
Int_t | PushState (Bool_t ovlp, Int_t ntmany=0, Int_t startlevel=0, Double_t *point=nullptr) |
Push current state into heap. | |
void | Refresh () |
void | ReleaseInfo () |
Release last used state info pointer. | |
Bool_t | RestoreState (Int_t &nmany, TGeoCacheState *state, Double_t *point=nullptr) |
Pop next state/point from a backed-up state. | |
void | Streamer (TBuffer &) override |
Stream an object of class TObject. | |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Public Member Functions inherited from TObject | |
TObject () | |
TObject constructor. | |
TObject (const TObject &object) | |
TObject copy ctor. | |
virtual | ~TObject () |
TObject destructor. | |
void | AbstractMethod (const char *method) const |
Use this method to implement an "abstract" method that you don't want to leave purely abstract. | |
virtual void | AppendPad (Option_t *option="") |
Append graphics object to current pad. | |
virtual void | Browse (TBrowser *b) |
Browse object. May be overridden for another default action. | |
ULong_t | CheckedHash () |
Check and record whether this class has a consistent Hash/RecursiveRemove setup (*) and then return the regular Hash value for this object. | |
virtual const char * | ClassName () const |
Returns name of class to which the object belongs. | |
virtual void | Clear (Option_t *="") |
virtual TObject * | Clone (const char *newname="") const |
Make a clone of an object using the Streamer facility. | |
virtual Int_t | Compare (const TObject *obj) const |
Compare abstract method. | |
virtual void | Copy (TObject &object) const |
Copy this to obj. | |
virtual void | Delete (Option_t *option="") |
Delete this object. | |
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
Computes distance from point (px,py) to the object. | |
virtual void | Draw (Option_t *option="") |
Default Draw method for all objects. | |
virtual void | DrawClass () const |
Draw class inheritance tree of the class to which this object belongs. | |
virtual TObject * | DrawClone (Option_t *option="") const |
Draw a clone of this object in the current selected pad with: gROOT->SetSelectedPad(c1) . | |
virtual void | Dump () const |
Dump contents of object on stdout. | |
virtual void | Error (const char *method, const char *msgfmt,...) const |
Issue error message. | |
virtual void | Execute (const char *method, const char *params, Int_t *error=nullptr) |
Execute method on this object with the given parameter string, e.g. | |
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=nullptr) |
Execute method on this object with parameters stored in the TObjArray. | |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
Execute action corresponding to an event at (px,py). | |
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
Issue fatal error message. | |
virtual TObject * | FindObject (const char *name) const |
Must be redefined in derived classes. | |
virtual TObject * | FindObject (const TObject *obj) const |
Must be redefined in derived classes. | |
virtual Option_t * | GetDrawOption () const |
Get option used by the graphics system to draw this object. | |
virtual const char * | GetIconName () const |
Returns mime type name of object. | |
virtual const char * | GetName () const |
Returns name of object. | |
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
Returns string containing info about the object at position (px,py). | |
virtual Option_t * | GetOption () const |
virtual const char * | GetTitle () const |
Returns title of object. | |
virtual UInt_t | GetUniqueID () const |
Return the unique object id. | |
virtual Bool_t | HandleTimer (TTimer *timer) |
Execute action in response of a timer timing out. | |
virtual ULong_t | Hash () const |
Return hash value for this object. | |
Bool_t | HasInconsistentHash () const |
Return true is the type of this object is known to have an inconsistent setup for Hash and RecursiveRemove (i.e. | |
virtual void | Info (const char *method, const char *msgfmt,...) const |
Issue info message. | |
virtual Bool_t | InheritsFrom (const char *classname) const |
Returns kTRUE if object inherits from class "classname". | |
virtual Bool_t | InheritsFrom (const TClass *cl) const |
Returns kTRUE if object inherits from TClass cl. | |
virtual void | Inspect () const |
Dump contents of this object in a graphics canvas. | |
void | InvertBit (UInt_t f) |
Bool_t | IsDestructed () const |
IsDestructed. | |
virtual Bool_t | IsEqual (const TObject *obj) const |
Default equal comparison (objects are equal if they have the same address in memory). | |
virtual Bool_t | IsFolder () const |
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). | |
R__ALWAYS_INLINE Bool_t | IsOnHeap () const |
virtual Bool_t | IsSortable () const |
R__ALWAYS_INLINE Bool_t | IsZombie () const |
virtual void | ls (Option_t *option="") const |
The ls function lists the contents of a class on stdout. | |
void | MayNotUse (const char *method) const |
Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). | |
virtual Bool_t | Notify () |
This method must be overridden to handle object notification (the base implementation is no-op). | |
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
Use this method to declare a method obsolete. | |
void | operator delete (void *ptr) |
Operator delete. | |
void | operator delete (void *ptr, void *vp) |
Only called by placement new when throwing an exception. | |
void | operator delete[] (void *ptr) |
Operator delete []. | |
void | operator delete[] (void *ptr, void *vp) |
Only called by placement new[] when throwing an exception. | |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, void *vp) |
TObject & | operator= (const TObject &rhs) |
TObject assignment operator. | |
virtual void | Paint (Option_t *option="") |
This method must be overridden if a class wants to paint itself. | |
virtual void | Pop () |
Pop on object drawn in a pad to the top of the display list. | |
virtual void | Print (Option_t *option="") const |
This method must be overridden when a class wants to print itself. | |
virtual Int_t | Read (const char *name) |
Read contents of object with specified name from the current directory. | |
virtual void | RecursiveRemove (TObject *obj) |
Recursively remove this object from a list. | |
void | ResetBit (UInt_t f) |
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
Save this object in the file specified by filename. | |
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
Save a primitive as a C++ statement(s) on output stream "out". | |
void | SetBit (UInt_t f) |
void | SetBit (UInt_t f, Bool_t set) |
Set or unset the user status bits as specified in f. | |
virtual void | SetDrawOption (Option_t *option="") |
Set drawing option for object. | |
virtual void | SetUniqueID (UInt_t uid) |
Set the unique object id. | |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
virtual void | SysError (const char *method, const char *msgfmt,...) const |
Issue system error message. | |
R__ALWAYS_INLINE Bool_t | TestBit (UInt_t f) const |
Int_t | TestBits (UInt_t f) const |
virtual void | UseCurrentStyle () |
Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. | |
virtual void | Warning (const char *method, const char *msgfmt,...) const |
Issue warning message. | |
virtual Int_t | Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0) |
Write this object to the current directory. | |
virtual Int_t | Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0) const |
Write this object to the current directory. | |
Static Public Member Functions | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Static Public Member Functions inherited from TObject | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
static Longptr_t | GetDtorOnly () |
Return destructor only flag. | |
static Bool_t | GetObjectStat () |
Get status of object stat flag. | |
static void | SetDtorOnly (void *obj) |
Set destructor only flag. | |
static void | SetObjectStat (Bool_t stat) |
Turn on/off tracking of objects in the TObjectTable. | |
Private Member Functions | |
TGeoNodeCache (const TGeoNodeCache &)=delete | |
array of node id's | |
TGeoNodeCache & | operator= (const TGeoNodeCache &)=delete |
Private Attributes | |
Int_t | fCurrentID |
Int_t | fGeoCacheMaxLevels |
Int_t | fGeoCacheStackSize |
Int_t | fGeoInfoStackSize |
Int_t | fIdBranch [100] |
Int_t | fIndex |
TGeoStateInfo ** | fInfoBranch |
Int_t | fInfoLevel |
Int_t | fLevel |
TGeoHMatrix * | fMatrix |
current node | |
TGeoHMatrix ** | fMatrixBranch |
TGeoHMatrix ** | fMPB |
TGeoNode * | fNode |
TGeoNode ** | fNodeBranch |
Int_t * | fNodeIdArray |
State info for the parallel world. | |
TString | fPath |
TGeoStateInfo * | fPWInfo |
TObjArray * | fStack |
current matrix | |
Int_t | fStackLevel |
TGeoNode * | fTop |
Additional Inherited Members | |
Public Types inherited from TObject | |
enum | { kIsOnHeap = 0x01000000 , kNotDeleted = 0x02000000 , kZombie = 0x04000000 , kInconsistent = 0x08000000 , kBitMask = 0x00ffffff } |
enum | { kSingleKey = (1ULL << ( 0 )) , kOverwrite = (1ULL << ( 1 )) , kWriteDelete = (1ULL << ( 2 )) } |
enum | EDeprecatedStatusBits { kObjInCanvas = (1ULL << ( 3 )) } |
enum | EStatusBits { kCanDelete = (1ULL << ( 0 )) , kMustCleanup = (1ULL << ( 3 )) , kIsReferenced = (1ULL << ( 4 )) , kHasUUID = (1ULL << ( 5 )) , kCannotPick = (1ULL << ( 6 )) , kNoContextMenu = (1ULL << ( 8 )) , kInvalidObject = (1ULL << ( 13 )) } |
Protected Types inherited from TObject | |
enum | { kOnlyPrepStep = (1ULL << ( 3 )) } |
Protected Member Functions inherited from TObject | |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
Interface to ErrorHandler (protected). | |
void | MakeZombie () |
#include <TGeoCache.h>
|
privatedelete |
array of node id's
TGeoNodeCache::TGeoNodeCache | ( | ) |
Dummy constructor.
Definition at line 34 of file TGeoCache.cxx.
Default constructor.
Definition at line 62 of file TGeoCache.cxx.
|
override |
Destructor.
Definition at line 104 of file TGeoCache.cxx.
void TGeoNodeCache::BuildIdArray | ( | ) |
Builds node id array.
Definition at line 131 of file TGeoCache.cxx.
void TGeoNodeCache::BuildInfoBranch | ( | ) |
Builds info branch. Navigation is possible only after this step.
Definition at line 150 of file TGeoCache.cxx.
Make daughter INDEX of current node the active state. Compute global matrix.
Definition at line 219 of file TGeoCache.cxx.
Make daughter INDEX of current node the active state. Compute global matrix.
Definition at line 245 of file TGeoCache.cxx.
void TGeoNodeCache::CdNode | ( | Int_t | nodeid | ) |
Change current path to point to the node having this id.
Node id has to be in range : 0 to fNNodes-1 (no check for performance reasons)
Definition at line 176 of file TGeoCache.cxx.
|
inline |
Definition at line 92 of file TGeoCache.h.
void TGeoNodeCache::CdUp | ( | ) |
Make mother of current node the active state.
Definition at line 271 of file TGeoCache.cxx.
|
static |
|
inlinestaticconstexpr |
Definition at line 145 of file TGeoCache.h.
|
inlinestatic |
Definition at line 145 of file TGeoCache.h.
Definition at line 98 of file TGeoCache.h.
|
inline |
Definition at line 104 of file TGeoCache.h.
void TGeoNodeCache::GetBranchNames | ( | Int_t * | names | ) | const |
Fill names with current branch volume names (4 char - used by GEANT3 interface).
Definition at line 306 of file TGeoCache.cxx.
Fill copy numbers of current branch nodes.
Definition at line 318 of file TGeoCache.cxx.
void TGeoNodeCache::GetBranchOnlys | ( | Int_t * | isonly | ) | const |
Fill copy numbers of current branch nodes.
Definition at line 329 of file TGeoCache.cxx.
|
inline |
Definition at line 109 of file TGeoCache.h.
Int_t TGeoNodeCache::GetCurrentNodeId | ( | ) | const |
Returns a fixed ID for current physical node.
Definition at line 285 of file TGeoCache.cxx.
|
inline |
Definition at line 103 of file TGeoCache.h.
TGeoStateInfo * TGeoNodeCache::GetInfo | ( | ) |
Get next state info pointer.
Definition at line 342 of file TGeoCache.cxx.
|
inline |
Definition at line 121 of file TGeoCache.h.
TGeoStateInfo * TGeoNodeCache::GetMakePWInfo | ( | Int_t | nd | ) |
Get the PW info, if none create one.
Definition at line 164 of file TGeoCache.cxx.
|
inline |
Definition at line 108 of file TGeoCache.h.
Definition at line 111 of file TGeoCache.h.
|
inline |
Definition at line 112 of file TGeoCache.h.
|
inline |
Definition at line 116 of file TGeoCache.h.
Int_t TGeoNodeCache::GetNodeId | ( | ) | const |
Get unique node id.
Definition at line 295 of file TGeoCache.cxx.
const char * TGeoNodeCache::GetPath | ( | ) |
Returns the current geometry path.
Definition at line 367 of file TGeoCache.cxx.
|
inline |
Definition at line 123 of file TGeoCache.h.
|
inline |
Definition at line 117 of file TGeoCache.h.
|
inline |
Definition at line 125 of file TGeoCache.h.
|
inlineoverridevirtual |
Reimplemented from TObject.
Definition at line 145 of file TGeoCache.h.
|
inline |
Definition at line 126 of file TGeoCache.h.
Local point converted to master frame defined by current matrix.
Definition at line 428 of file TGeoCache.cxx.
Local point converted to master frame defined by current matrix and rescaled with bomb factor.
Definition at line 460 of file TGeoCache.cxx.
Local vector converted to master frame defined by current matrix.
Definition at line 444 of file TGeoCache.cxx.
Point in master frame defined by current matrix converted to local one.
Definition at line 436 of file TGeoCache.cxx.
Point in master frame defined by current matrix converted to local one and rescaled with bomb factor.
Definition at line 468 of file TGeoCache.cxx.
Vector in master frame defined by current matrix converted to local one.
Definition at line 452 of file TGeoCache.cxx.
|
privatedelete |
|
inline |
Definition at line 137 of file TGeoCache.h.
Pop next state/point from heap.
Definition at line 393 of file TGeoCache.cxx.
Pop next state/point from heap and restore matrices starting from LEVEL.
Definition at line 406 of file TGeoCache.cxx.
Int_t TGeoNodeCache::PushState | ( | Bool_t | ovlp, |
Int_t | ntmany = 0 , |
||
Int_t | startlevel = 0 , |
||
Double_t * | point = nullptr |
||
) |
Push current state into heap.
Definition at line 380 of file TGeoCache.cxx.
|
inline |
Definition at line 138 of file TGeoCache.h.
void TGeoNodeCache::ReleaseInfo | ( | ) |
Release last used state info pointer.
Definition at line 359 of file TGeoCache.cxx.
Bool_t TGeoNodeCache::RestoreState | ( | Int_t & | nmany, |
TGeoCacheState * | state, | ||
Double_t * | point = nullptr |
||
) |
Pop next state/point from a backed-up state.
Definition at line 418 of file TGeoCache.cxx.
|
overridevirtual |
|
inline |
Definition at line 145 of file TGeoCache.h.
|
private |
Definition at line 64 of file TGeoCache.h.
|
private |
Definition at line 58 of file TGeoCache.h.
|
private |
Definition at line 59 of file TGeoCache.h.
|
private |
Definition at line 60 of file TGeoCache.h.
|
private |
Definition at line 66 of file TGeoCache.h.
|
private |
Definition at line 65 of file TGeoCache.h.
|
private |
Definition at line 75 of file TGeoCache.h.
|
private |
Definition at line 63 of file TGeoCache.h.
|
private |
Definition at line 61 of file TGeoCache.h.
|
private |
current node
Definition at line 70 of file TGeoCache.h.
|
private |
Definition at line 72 of file TGeoCache.h.
|
private |
Definition at line 73 of file TGeoCache.h.
|
private |
Definition at line 69 of file TGeoCache.h.
|
private |
Definition at line 74 of file TGeoCache.h.
|
private |
State info for the parallel world.
Definition at line 77 of file TGeoCache.h.
|
private |
Definition at line 67 of file TGeoCache.h.
|
private |
Definition at line 76 of file TGeoCache.h.
|
private |
current matrix
Definition at line 71 of file TGeoCache.h.
|
private |
Definition at line 62 of file TGeoCache.h.
|
private |
Definition at line 68 of file TGeoCache.h.