src
TrackingTools
TrackAssociator
interface
TAMuonChamberMatch.h
Go to the documentation of this file.
1
#ifndef TrackAssociator_TAMuonChamberMatch_h
2
#define TrackAssociator_TAMuonChamberMatch_h
3
14
#include "
DataFormats/Math/interface/Vector3D.h
"
15
#include "
DataFormats/Math/interface/Point3D.h
"
16
#include "
DataFormats/DetId/interface/DetId.h
"
17
#include "
TrackingTools/TrackAssociator/interface/TAMuonSegmentMatch.h
"
18
#include "
TrackingTools/TrajectoryState/interface/TrajectoryStateOnSurface.h
"
19
20
class
TAMuonChamberMatch
{
21
public
:
22
int
station
()
const
;
23
std::string
info
()
const
;
24
int
detector
()
const
{
return
id
.subdetId(); }
25
27
std::vector<TAMuonSegmentMatch>
segments
;
28
float
localDistanceX
;
29
float
localDistanceY
;
30
TrajectoryStateOnSurface
tState
;
31
DetId
id
;
32
};
33
#endif
TAMuonChamberMatch::station
int station() const
Definition:
TAMuonChamberMatch.cc:9
TAMuonChamberMatch
Definition:
TAMuonChamberMatch.h:20
TAMuonChamberMatch::localDistanceY
float localDistanceY
Definition:
TAMuonChamberMatch.h:29
TAMuonChamberMatch::tState
TrajectoryStateOnSurface tState
Definition:
TAMuonChamberMatch.h:30
TAMuonChamberMatch::info
std::string info() const
Definition:
TAMuonChamberMatch.cc:36
TrajectoryStateOnSurface
Definition:
TrajectoryStateOnSurface.h:16
Point3D.h
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
TAMuonChamberMatch::id
DetId id
Definition:
TAMuonChamberMatch.h:31
TAMuonChamberMatch::segments
std::vector< TAMuonSegmentMatch > segments
distance sign convention: negative - crossed chamber, positive - missed chamber
Definition:
TAMuonChamberMatch.h:27
TAMuonChamberMatch::localDistanceX
float localDistanceX
Definition:
TAMuonChamberMatch.h:28
DetId
Definition:
DetId.h:17
TAMuonChamberMatch::detector
int detector() const
Definition:
TAMuonChamberMatch.h:24
Vector3D.h
TrajectoryStateOnSurface.h
DetId.h
TAMuonSegmentMatch.h
Generated for CMSSW Reference Manual by
1.8.14