#include <TAMuonChamberMatch.h>
Public Member Functions | |
int | detector () const |
std::string | info () const |
int | station () const |
Public Attributes | |
DetId | id |
float | localDistanceX |
float | localDistanceY |
std::vector< TAMuonSegmentMatch > | segments |
distance sign convention: negative - crossed chamber, positive - missed chamber More... | |
TrajectoryStateOnSurface | tState |
Description: An auxiliary class to store a muon trajetory matching to chambers. It's used to store information of about crossed muon detector elements regardless of whether a segment was reconstructed or not for a given chamber.
Definition at line 20 of file TAMuonChamberMatch.h.
|
inline |
Definition at line 24 of file TAMuonChamberMatch.h.
std::string TAMuonChamberMatch::info | ( | void | ) | const |
Definition at line 36 of file TAMuonChamberMatch.cc.
References CSCDetId::chamber(), CSCDetId::endcap(), CSCDetId::layer(), CSCDetId::ring(), DTChamberId::sector(), DTChamberId::station(), CSCDetId::station(), and DTChamberId::wheel().
int TAMuonChamberMatch::station | ( | ) | const |
Definition at line 9 of file TAMuonChamberMatch.cc.
References DTChamberId::station(), GEMDetId::station(), ME0DetId::station(), CSCDetId::station(), and RPCDetId::station().
Referenced by geometryXMLparser.DTAlignable::index(), and geometryXMLparser.CSCAlignable::index().
DetId TAMuonChamberMatch::id |
Definition at line 31 of file TAMuonChamberMatch.h.
Referenced by TrackDetectorAssociator::addTAMuonSegmentMatch(), and TrackDetectorAssociator::getTAMuonChamberMatches().
float TAMuonChamberMatch::localDistanceX |
Definition at line 28 of file TAMuonChamberMatch.h.
Referenced by TrackDetectorAssociator::getTAMuonChamberMatches().
float TAMuonChamberMatch::localDistanceY |
Definition at line 29 of file TAMuonChamberMatch.h.
Referenced by TrackDetectorAssociator::getTAMuonChamberMatches().
std::vector<TAMuonSegmentMatch> TAMuonChamberMatch::segments |
distance sign convention: negative - crossed chamber, positive - missed chamber
Definition at line 27 of file TAMuonChamberMatch.h.
Referenced by TrackDetectorAssociator::addTAMuonSegmentMatch().
TrajectoryStateOnSurface TAMuonChamberMatch::tState |
Definition at line 30 of file TAMuonChamberMatch.h.
Referenced by TrackDetectorAssociator::addTAMuonSegmentMatch(), and TrackDetectorAssociator::getTAMuonChamberMatches().