Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoPixelVertexing
PixelLowPtUtilities
interface
ClusterData.h
Go to the documentation of this file.
1
#ifndef _ClusterData_h_
2
#define _ClusterData_h_
3
4
#include <utility>
5
#include <vector>
6
7
class
ClusterData
8
{
9
public
:
10
bool
isStraight
,
isComplete
,
hasBigPixelsOnlyInside
;
11
std::vector<std::pair<int,int> >
size
;
12
};
13
14
#endif
ClusterData::size
std::vector< std::pair< int, int > > size
Definition:
ClusterData.h:11
ClusterData::isComplete
bool isComplete
Definition:
ClusterData.h:10
ClusterData
Definition:
ClusterData.h:7
ClusterData::hasBigPixelsOnlyInside
bool hasBigPixelsOnlyInside
Definition:
ClusterData.h:10
ClusterData::isStraight
bool isStraight
Definition:
ClusterData.h:10
Generated for CMSSW Reference Manual by
1.8.5