Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Geometry
TrackerGeometryBuilder
interface
PixelTopologyBuilder.h
Go to the documentation of this file.
1
#ifndef Geometry_TrackerGeometryBuilder_PixelTopologyBuilder_H
2
#define Geometry_TrackerGeometryBuilder_PixelTopologyBuilder_H
3
4
#include <string>
5
class
PixelTopology
;
6
class
Bounds
;
7
12
class
PixelTopologyBuilder
{
13
public
:
14
15
PixelTopologyBuilder
();
16
17
PixelTopology
*
build
(
const
Bounds
* ,
double
,
double
,
double
,
double
,std::string );
18
19
private
:
20
21
double
thePixelROCRows
;
22
double
thePixelROCCols
;
23
double
thePixelROCsInX
;
24
double
thePixelROCsInY
;
25
26
};
27
28
#endif
PixelTopologyBuilder::PixelTopologyBuilder
PixelTopologyBuilder()
Definition:
PixelTopologyBuilder.cc:8
PixelTopologyBuilder
Definition:
PixelTopologyBuilder.h:12
PixelTopologyBuilder::build
PixelTopology * build(const Bounds *, double, double, double, double, std::string)
Definition:
PixelTopologyBuilder.cc:10
PixelTopologyBuilder::thePixelROCCols
double thePixelROCCols
Definition:
PixelTopologyBuilder.h:22
PixelTopologyBuilder::thePixelROCRows
double thePixelROCRows
Definition:
PixelTopologyBuilder.h:21
PixelTopologyBuilder::thePixelROCsInX
double thePixelROCsInX
Definition:
PixelTopologyBuilder.h:23
PixelTopologyBuilder::thePixelROCsInY
double thePixelROCsInY
Definition:
PixelTopologyBuilder.h:24
PixelTopology
Definition:
PixelTopology.h:10
Bounds
Definition:
Bounds.h:18
Generated for CMSSW Reference Manual by
1.8.5