![]() |
![]() |
#include <CondFormats/IdealGeometryObjects/interface/PersistentDDDObjects.h>
Public Member Functions | |
PSolid (int name, const std::vector< double > pars, const int &shapeType, int solid1, int solid2, int rotation, const bool &reflection=false) | |
PSolid () | |
~PSolid () | |
Public Attributes | |
int | pName |
std::vector< double > | pPars |
bool | pReflection |
int | pRotation |
int | pShapeType |
int | pSolid1 |
int | pSolid2 |
Persistency for DDD objects, minimal information needed to make a DDD
Definition at line 73 of file PersistentDDDObjects.h.
PSolid::PSolid | ( | ) | [inline] |
PSolid::PSolid | ( | int | name, | |
const std::vector< double > | pars, | |||
const int & | shapeType, | |||
int | solid1, | |||
int | solid2, | |||
int | rotation, | |||
const bool & | reflection = false | |||
) | [inline] |
Definition at line 79 of file PersistentDDDObjects.h.
00086 : pName(name), pPars(pars), pShapeType(shapeType) 00087 , pSolid1(solid1), pSolid2(solid2), pRotation(rotation) 00088 , pReflection(reflection) 00089 { }
PSolid::~PSolid | ( | ) | [inline] |
std::vector<double> PSolid::pPars |
Definition at line 102 of file PersistentDDDObjects.h.