12 #include "Alignment/CocoaVisMgr/interface/ALIVRMLMgr.h" 13 #include "Alignment/IgCocoaFileWriter/interface/IgCocoaFileMgr.h" 18 using namespace CLHEP;
29 ALIVRMLMgr& vrmlmgr = ALIVRMLMgr::getInstance();
30 ALIColour*
col =
new ALIColour(1., 0., 0.5, 0.);
31 vrmlmgr.AddBox(*
this, .6, .6, .1,
col);
32 vrmlmgr.SendReferenceFrame(*
this, 0.6);
33 vrmlmgr.SendName(*
this, 0.01);
38 ALIColour*
col =
new ALIColour(0., 1., 1., 0.);
39 std::vector<ALIdouble> spar;
43 IgCocoaFileMgr::getInstance().addSolid(*
this,
"BOX", spar,
col);
54 "Box", go * 8. * cm /
m, go * 8. * cm /
m, go * 1. * cm /
m);
void constructSolidShape() override
static GlobalOptionMgr * getInstance()
void defaultBehaviour(LightRay &lightray, Measurement &meas) override
int getGlobalOptionValue(const ALIstring &sstr, ALIdouble &val)
--— Search a string in theGlobalOptions and return 1 if found
virtual void fillIguana()