![]() |
ATLAS Offline Software
|
Helper tool containing functionality needed by multiple tools. More...
#include <IMuonEDMHelperSvc.h>
Public Member Functions | |
| DeclareInterfaceID (IMuonEDMHelperSvc, 1, 0) | |
| virtual | ~IMuonEDMHelperSvc () |
| destructor | |
| virtual Identifier | getIdentifier (const Trk::MeasurementBase &meas) const =0 |
| tries to get Identifier for measurement, if not possible it will return Identifier() | |
| virtual Identifier | chamberId (const MuonSegment &seg) const =0 |
| returns the first MDT or CSC identifier of the segment | |
| virtual std::set< Identifier > | chamberIds (const MuonSegment &seg) const =0 |
| returns a set containing the chamber Ids of all MDT or CSC chambers on the segment | |
| virtual bool | isEndcap (const MuonSegment &seg) const =0 |
| returns whether the segment is in the endcap | |
| virtual bool | isEndcap (const Trk::Track &seg) const =0 |
| returns whether the track is in the endcap | |
| virtual const Trk::AtaPlane * | createTrackParameters (const MuonSegment &seg, double momentum=1., double charge=0.) const =0 |
| brief create a AtaPlane track parameter for segment | |
| virtual bool | goodTrack (const Trk::Track &track, double chi2Cut) const =0 |
| check whether track satisfies selection chi2 cut | |
| virtual bool | isSLTrack (const Trk::Track &track) const =0 |
| determines whether a track is a straight line track (no momentum fitted). | |
Helper tool containing functionality needed by multiple tools.
Definition at line 33 of file IMuonEDMHelperSvc.h.
|
inlinevirtual |
|
pure virtual |
returns the first MDT or CSC identifier of the segment
|
pure virtual |
returns a set containing the chamber Ids of all MDT or CSC chambers on the segment
|
pure virtual |
brief create a AtaPlane track parameter for segment
| Muon::IMuonEDMHelperSvc::DeclareInterfaceID | ( | IMuonEDMHelperSvc | , |
| 1 | , | ||
| 0 | ) |
|
pure virtual |
tries to get Identifier for measurement, if not possible it will return Identifier()
|
pure virtual |
check whether track satisfies selection chi2 cut
|
pure virtual |
returns whether the segment is in the endcap
|
pure virtual |
returns whether the track is in the endcap
|
pure virtual |
determines whether a track is a straight line track (no momentum fitted).