 |
Project
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
16#pragma link off all globals;
17#pragma link off all classes;
18#pragma link off all functions;
20#pragma link C++ class o2::cad::BVHSurfaceCurveRecord + ;
21#pragma link C++ class o2::cad::BVHSurfaceRecord + ;
22#pragma link C++ class std::vector < o2::cad::BVHSurfaceCurveRecord> + ;
23#pragma link C++ class std::vector < o2::cad::BVHSurfaceRecord> + ;
24#pragma link C++ class o2::cad::O2BVHSurfaceSolid - ;
25#pragma link C++ class o2::cad::O2BVHAssembly + ;
26#pragma link C++ class o2::cad::FlatCSGHalfspace + ;
27#pragma link C++ class o2::cad::FlatCSGCell + ;
28#pragma link C++ class std::vector < o2::cad::FlatCSGHalfspace> + ;
29#pragma link C++ class std::vector < o2::cad::FlatCSGCell> + ;
30#pragma link C++ class o2::cad::O2FlatCSG + ;
32#pragma read sourceClass = "o2::cad::O2FlatCSG" targetClass = "o2::cad::O2FlatCSG" version = "[1-]" source = "" target = "" code = "{ newObj->CloseShape(); if (!newObj->IsClosed()) { newObj->Error(\"Streamer\", \"Shape %s was read from a file and CloseShape() refused it, so it has no sub-cell boxes and every query falls back to its _Loop twin. See the Error above: a cell bounding box is missing, inverted or non-finite.\", newObj->GetName()); } }";