Main Page
Namespaces
Classes
Package Documentation
RecoLocalMuon
GEMRecHit
interface
GEMRecHitBaseAlgo.h
Go to the documentation of this file.
1
#ifndef RecoLocalMuon_GEMRecHit_GEMRecHitBaseAlgo_H
2
#define RecoLocalMuon_GEMRecHit_GEMRecHitBaseAlgo_H
3
11
#include "
DataFormats/GeometryVector/interface/LocalPoint.h
"
12
#include "
DataFormats/GeometrySurface/interface/LocalError.h
"
13
#include "
DataFormats/GeometryVector/interface/GlobalPoint.h
"
14
#include "
DataFormats/GEMDigi/interface/GEMDigiCollection.h
"
15
#include "
DataFormats/GEMRecHit/interface/GEMRecHit.h
"
16
#include "
DataFormats/Common/interface/OwnVector.h
"
17
18
#include "
RecoLocalMuon/GEMRecHit/interface/GEMEtaPartitionMask.h
"
19
#include "
RecoLocalMuon/GEMRecHit/interface/GEMMaskReClusterizer.h
"
20
21
class
GEMCluster
;
22
class
GEMEtaPartition
;
23
class
GEMDetId
;
24
25
namespace
edm
{
26
class
ParameterSet
;
27
class
EventSetup
;
28
}
// namespace edm
29
30
class
GEMRecHitBaseAlgo
{
31
public
:
33
GEMRecHitBaseAlgo
(
const
edm::ParameterSet
&
config
);
34
36
virtual
~
GEMRecHitBaseAlgo
();
37
39
virtual
void
setES(
const
edm::EventSetup
&
setup
) = 0;
40
42
virtual
edm::OwnVector<GEMRecHit>
reconstruct(
const
GEMEtaPartition
& roll,
43
const
GEMDetId
& gemId,
44
const
GEMDigiCollection::Range
& digiRange,
45
const
EtaPartitionMask
& mask);
46
48
virtual
bool
compute
(
const
GEMEtaPartition
& roll,
49
const
GEMCluster
&
cl
,
50
LocalPoint
&
Point
,
51
LocalError
&
error
)
const
= 0;
52
55
virtual
bool
compute
(
const
GEMEtaPartition
& roll,
56
const
GEMCluster
& cl,
57
const
float
&
angle
,
58
const
GlobalPoint
& globPos,
59
LocalPoint
& Point,
60
LocalError
& error)
const
= 0;
61
};
62
#endif
GEMEtaPartition
Definition:
GEMEtaPartition.h:12
LocalError.h
LocalPoint.h
GEMDetId
Definition:
GEMDetId.h:17
GEMRecHitBaseAlgo
Definition:
GEMRecHitBaseAlgo.h:30
relativeConstraints.error
error
Definition:
relativeConstraints.py:53
ParameterSet
Definition:
Functions.h:16
GEMEtaPartitionMask.h
config
Definition:
config.py:1
GEMRecHit.h
edm::OwnVector
Definition:
OwnVector.h:24
EventSetup
EtaPartitionMask
std::bitset< maskSIZE > EtaPartitionMask
Definition:
GEMEtaPartitionMask.h:8
GEMCluster
Definition:
GEMCluster.h:5
edm::EventSetup
Definition:
EventSetup.h:57
singleTopDQM_cfi.setup
setup
SETUP
Definition:
singleTopDQM_cfi.py:36
GEMMaskReClusterizer.h
LocalError
Definition:
LocalError.h:12
MuonDigiCollection::Range
std::pair< const_iterator, const_iterator > Range
Definition:
MuonDigiCollection.h:96
bookConverter.compute
def compute(min, max)
Definition:
bookConverter.py:106
Point3DBase< float, LocalTag >
OwnVector.h
edm
HLT enums.
Definition:
AlignableModifier.h:19
Point
Structure Point Contains parameters of Gaussian fits to DMRs.
Definition:
DMRtrends.cc:57
edm::ParameterSet
Definition:
ParameterSet.h:36
GEMDigiCollection.h
GetRecoTauVFromDQM_MC_cff.cl
cl
Definition:
GetRecoTauVFromDQM_MC_cff.py:38
GlobalPoint.h
angle
T angle(T x1, T y1, T z1, T x2, T y2, T z2)
Definition:
angle.h:11
Generated for CMSSW Reference Manual by
1.8.11