45 fPhysical(new TObjArray(256))
64 if (
fIsClosed)
Fatal(
"AddNode",
"Cannot add nodes to a closed parallel geometry");
66 Error(
"AddNode",
"Path %s not valid.\nCannot add to parallel world!", path);
107 if (vol->IsOverlappingCandidate()) {
108 if (noverlaps==0)
Info(
"PrintDetectedOverlaps",
"List of detected volumes overlapping with the PW");
110 printf(
"volume: %s at index: %d\n", vol->GetName(), vol->GetNumber());
134 Error(
"CloseGeometry",
"List of paths is empty");
143 while ((vol=(
TGeoVolume*)
next()))
if (vol->IsOverlappingCandidate()) novlp++;
144 Info(
"CloseGeometry",
"Number of declared overlaps: %d", novlp);
145 if (
fUseOverlaps)
Info(
"CloseGeometry",
"Parallel world will use declared overlaps");
146 else Info(
"CloseGeometry",
"Parallel world will detect overlaps with other volumes");
181 if (!
fIsClosed)
Fatal(
"FindNode",
"Parallel geometry must be closed first");
193 if (!check_list)
return 0;
197 for (
id=0;
id<ncheck;
id++) {
216 if (!
fIsClosed)
Fatal(
"FindNextBoundary",
"Parallel geometry must be closed first");
231 Int_t idaughter = -1;
239 for (i=0; i<nd; i++) {
242 if (voxels->
IsSafeVoxel(point, i, stepmax))
continue;
260 Int_t sumchecked = 0;
267 while ((sumchecked<nd) && (vlist=voxels->
GetNextVoxel(point, dir, ncheck, info))) {
268 for (i=0; i<ncheck; i++) {
278 if (snext < step - 1.
E-8) {
280 idaughter = vlist[i];
317 for (
Int_t id=0;
id<nd;
id++) {
321 if (dxyz0 > safe)
continue;
323 if (dxyz1 > safe)
continue;
325 if (dxyz2 > safe)
continue;
326 if (dxyz0>0) dxyz+=dxyz0*dxyz0;
327 if (dxyz1>0) dxyz+=dxyz1*dxyz1;
328 if (dxyz2>0) dxyz+=dxyz2*dxyz2;
329 if (dxyz >= safe*safe)
continue;
337 if (safnext < tolerance)
return 0.;
338 if (safnext < safe) safe = safnext;
const char * GetName() const
Returns name of object.
ClassImp(TGeoParallelWorld) TGeoParallelWorld
Default constructor.
virtual ~TGeoParallelWorld()
Destructor.
#define snext(osub1, osub2)
void Voxelize(Option_t *option)
build the voxels for this volume
TGeoVolume * GetVolume() const
Double_t Safety(Double_t point[3], Double_t safmax=1.E30)
Compute safety for the parallel world.
ClassImp(TSeqCollection) Int_t TSeqCollection TIter next(this)
Return index of object in collection.
Collectable string class.
Double_t Safety(const Double_t *point, Bool_t in=kTRUE) const
computes the closest distance from given point to this shape
virtual void Delete(Option_t *option="")
Remove all objects from the array AND delete all heap based objects.
virtual Int_t * GetCheckList(const Double_t *point, Int_t &nelem, TGeoStateInfo &td)
get the list of daughter indices for which point is inside their bbox
void AddNode(const char *path)
Add a node normally to this world. Overlapping nodes not allowed.
virtual void Info(const char *method, const char *msgfmt,...) const
Issue info message.
virtual void Draw(Option_t *option="")
draw top volume according to option
virtual TObject * Remove(TObject *obj)
Remove object from array.
TGeoPhysicalNode * FindNextBoundary(Double_t point[3], Double_t dir[3], Double_t &step, Double_t stepmax=1.E30)
Same functionality as TGeoNavigator::FindNextDaughterBoundary for the parallel world.
TGeoStateInfo * GetMakePWInfo(Int_t nd)
Get the PW info, if none create one.
TGeoPhysicalNode * FindNode(Double_t point[3])
Finds physical node containing the point.
Int_t GetEntriesFast() const
virtual void SortCrossedVoxels(const Double_t *point, const Double_t *dir, TGeoStateInfo &td)
get the list in the next voxel crossed by a ray
Int_t GetNdaughters() const
virtual Int_t * GetNextVoxel(const Double_t *point, const Double_t *dir, Int_t &ncheck, TGeoStateInfo &td)
get the list of new candidates for the next voxel crossed by current ray printf("### GetNextVoxel\n")...
static Double_t Tolerance()
virtual void Fatal(const char *method, const char *msgfmt,...) const
Issue fatal error message.
The TNamed class is the base class for all named ROOT classes.
TGeoVolume * fVolume
Closed flag.
Bool_t IsOverlappingCandidate() const
void AddOverlap(TGeoVolume *vol, Bool_t activate=kTRUE)
To use this optimization, the user should declare the full list of volumes which may overlap with any...
void CheckOverlaps(Double_t ovlp=0.001)
Check overlaps within a tolerance value.
void Draw(Option_t *option)
Draw the parallel world.
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
virtual void AddNode(TGeoVolume *vol, Int_t copy_no, TGeoMatrix *mat=0, Option_t *option="")
Add a TGeoNode to the list of nodes.
void ResetOverlaps() const
Reset overlapflag for all volumes in geometry.
Bool_t CheckPath(const char *path) const
Check if a geometry path is valid without changing the state of the current navigator.
TObjArray * GetListOfVolumes() const
Bool_t Contains(const Double_t *point) const
Int_t PrintDetectedOverlaps() const
Print the overlaps which were detected during real tracking.
void RefreshPhysicalNodes()
Refresh the node pointers and re-voxelize.
virtual const char * GetName() const
Returns name of object.
TGeoNodeCache * GetCache() const
Bool_t IsSafeVoxel(const Double_t *point, Int_t inode, Double_t minsafe) const
Computes squared distance from POINT to the voxel(s) containing node INODE.
TGeoNavigator * GetCurrentNavigator() const
Returns current navigator for the calling thread.
TObjArray * fPhysical
Last PN touched.
void CheckOverlaps(Double_t ovlp=0.1, Option_t *option="") const
Overlap checking tool.
TGeoNode * GetNode(const char *name) const
get the pointer to a daughter node
virtual void AddAt(TObject *obj, Int_t idx)
Add object at position ids.
virtual Double_t DistFromOutside(const Double_t *point, const Double_t *dir, Int_t iact=1, Double_t step=TGeoShape::Big(), Double_t *safe=0) const =0
TGeoManager * fGeoManager
TGeoShape * GetShape() const
TGeoVoxelFinder * GetVoxels() const
Getter for optimization structure.
ClassImp(TMCParticle) void TMCParticle printf(": p=(%7.3f,%7.3f,%9.3f) ;", fPx, fPy, fPz)
Bool_t CloseGeometry()
The main geometry must be closed.
virtual void ComputeBBox()=0
virtual void MasterToLocal(const Double_t *master, Double_t *local) const
Convert the point coordinates from mother reference to local reference system.
Double_t * GetBoxes() const
void SetOverlappingCandidate(Bool_t flag)
TObject * At(Int_t idx) const
TGeoVolume * GetCurrentVolume() const
TGeoPhysicalNode * fLastState
helper volume
Bool_t IsMatchingState(TGeoNavigator *nav) const
Checks if a given navigator state matches this physical node.
virtual void MasterToLocalVect(const Double_t *master, Double_t *local) const
Convert a vector from mother reference to local reference system.