CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
PixelCPEBase::Param Struct Reference

#include <PixelCPEBase.h>

Public Member Functions

 Param ()
 

Public Attributes

LocalVector drift
 
PixelTopology const * topology
 

Detailed Description

Definition at line 341 of file PixelCPEBase.h.

Constructor & Destructor Documentation

PixelCPEBase::Param::Param ( )
inline

Definition at line 343 of file PixelCPEBase.h.

343 : topology(0), drift(0.0, 0.0, 0.0) {}
PixelTopology const * topology
Definition: PixelCPEBase.h:347

Member Data Documentation

LocalVector PixelCPEBase::Param::drift

Definition at line 349 of file PixelCPEBase.h.

Referenced by PixelCPEBase::lorentzShiftX(), and PixelCPEBase::lorentzShiftY().

PixelTopology const* PixelCPEBase::Param::topology

Definition at line 347 of file PixelCPEBase.h.

Referenced by PixelCPEBase::lorentzShiftX(), and PixelCPEBase::lorentzShiftY().