Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
RecoTracker
MeasurementDet
interface
StripClusterAboveU.h
Go to the documentation of this file.
1
#ifndef StripClusterAboveU_H
2
#define StripClusterAboveU_H
3
4
#include "
DataFormats/SiStripCluster/interface/SiStripCluster.h
"
5
11
class
StripClusterAboveU
{
12
public
:
13
StripClusterAboveU
(
float
u) :
theU
(u) {}
14
bool
operator()
(
const
SiStripCluster
&
hit
)
const
{
15
return
hit.
barycenter
() >
theU
;
16
}
17
private
:
18
float
theU
;
19
};
20
21
#endif
StripClusterAboveU::StripClusterAboveU
StripClusterAboveU(float u)
Definition:
StripClusterAboveU.h:13
StripClusterAboveU
Definition:
StripClusterAboveU.h:11
SiStripCluster
Definition:
SiStripCluster.h:8
SiStripCluster::barycenter
float barycenter() const
Definition:
SiStripCluster.cc:37
StripClusterAboveU::theU
float theU
Definition:
StripClusterAboveU.h:18
hit
Definition:
SiStripHitEffFromCalibTree.cc:87
StripClusterAboveU::operator()
bool operator()(const SiStripCluster &hit) const
Definition:
StripClusterAboveU.h:14
SiStripCluster.h
Generated for CMSSW Reference Manual by
1.8.5