Import Geant4 11.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2025-12-05 08:54:02 +01:00
parent a499fb82e9
commit b4a16de652
6484 changed files with 232674 additions and 221097 deletions
-11
View File
@@ -94,7 +94,6 @@ public:
}
} else if(style.value()==marker_circle_filled) {
//} else if((style.value()==marker_circle_filled)||(style.value()==marker_dot)) {
filled = true;
unsigned int segs = 16;
float _cos[16];float _sin[16];
@@ -140,7 +139,6 @@ public:
_add(pts, x-hsx,y+hsy,z);
_add(pts, x-hsx,y-hsy,z);
}
//} else if(style.value()==marker_square_filled) {
} else if((style.value()==marker_square_filled)||(style.value()==marker_dot)) {
filled = true;
std::vector<float>::const_iterator it;
@@ -560,15 +558,9 @@ public:
,style(marker_cross)
,size(10)
{
#ifdef TOOLS_MEM
mem::increment(s_class().c_str());
#endif
add_fields();
}
virtual ~markers(){
#ifdef TOOLS_MEM
mem::decrement(s_class().c_str());
#endif
}
public:
markers(const markers& a_from)
@@ -577,9 +569,6 @@ public:
,xyzs(a_from.xyzs)
,size(a_from.size)
{
#ifdef TOOLS_MEM
mem::increment(s_class().c_str());
#endif
add_fields();
}
markers& operator=(const markers& a_from){