CMS 3D CMS Logo

PRotation Class Reference

#include <CondFormats/IdealGeometryObjects/interface/PersistentDDDObjects.h>

List of all members.

Public Member Functions

 PRotation (int name, const double &thetaX, const double &phiX, const double &thetaY, const double &phiY, const double &thetaZ, const double &phiZ, const int &reflection)
 PRotation ()
 ~PRotation ()

Public Attributes

int pName
double pPhiX
double pPhiY
double pPhiZ
int pReflection
double pThetaX
double pThetaY
double pThetaZ


Detailed Description

Definition at line 144 of file PersistentDDDObjects.h.


Constructor & Destructor Documentation

PRotation::PRotation (  )  [inline]

Definition at line 148 of file PersistentDDDObjects.h.

00148 { }

PRotation::PRotation ( int  name,
const double &  thetaX,
const double &  phiX,
const double &  thetaY,
const double &  phiY,
const double &  thetaZ,
const double &  phiZ,
const int reflection 
) [inline]

Definition at line 150 of file PersistentDDDObjects.h.

00158     : pName(name)
00159     , pThetaX(thetaX), pPhiX(phiX)
00160     , pThetaY(thetaY), pPhiY(phiY)
00161     , pThetaZ(thetaZ), pPhiZ(phiZ)
00162     , pReflection(reflection)
00163     { }

PRotation::~PRotation (  )  [inline]

Definition at line 165 of file PersistentDDDObjects.h.

00165 { }


Member Data Documentation

int PRotation::pName

Definition at line 169 of file PersistentDDDObjects.h.

Referenced by DDPersToDDDFactory::rotation().

double PRotation::pPhiX

Definition at line 175 of file PersistentDDDObjects.h.

Referenced by DDPersToDDDFactory::rotation().

double PRotation::pPhiY

Definition at line 177 of file PersistentDDDObjects.h.

Referenced by DDPersToDDDFactory::rotation().

double PRotation::pPhiZ

Definition at line 179 of file PersistentDDDObjects.h.

Referenced by DDPersToDDDFactory::rotation().

int PRotation::pReflection

Definition at line 180 of file PersistentDDDObjects.h.

Referenced by DDPersToDDDFactory::rotation().

double PRotation::pThetaX

Definition at line 174 of file PersistentDDDObjects.h.

Referenced by DDPersToDDDFactory::rotation().

double PRotation::pThetaY

Definition at line 176 of file PersistentDDDObjects.h.

Referenced by DDPersToDDDFactory::rotation().

double PRotation::pThetaZ

Definition at line 178 of file PersistentDDDObjects.h.

Referenced by DDPersToDDDFactory::rotation().


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:30:19 2009 for CMSSW by  doxygen 1.5.4