![]() |
ATLAS Offline Software
|
Class describing standalone muons reconstructed in the LVL2 trigger. More...
#include <L2StandAloneMuon_v2.h>
Public Member Functions | |
| L2StandAloneMuon_v2 () | |
| Constructor. | |
4-momentum setter functions | |
| void | setPt (float pt) |
| Set the transverse momentum ( \(p_T\)) of the muon. | |
| void | setEta (float eta) |
| Set the pseudorapidity ( \(\eta\)) of the muon. | |
| void | setPhi (float phi) |
| Set the azimuthal angle ( \(\phi\)) of the muon. | |
Properties specific to the LVL2 muon reconstruction | |
| uint32_t | roiWord () const |
| Get the RoI ID of the seeding LVL1 muon. | |
| void | setRoIWord (uint32_t value) |
| Set the RoI ID of the seeding LVL1 muon. | |
| int | sAddress () const |
| Get the station address of the muon. | |
| void | setSAddress (int value) |
| Set the station address of the muon. | |
| float | etaMS () const |
| Get the eta at muon spectrometer. | |
| void | setEtaMS (float value) |
| Set the eta at muon spectrometer. | |
| float | phiMS () const |
| Get the phi at muon spectrometer. | |
| void | setPhiMS (float value) |
| Set the phi at muon spectrometer. | |
| float | dirPhiMS () const |
| Get tan phi at muon spectrometer. | |
| void | setDirPhiMS (float value) |
| Set tan phi at muon spectrometer. | |
| float | rMS () const |
| Get the R at muon spectrometer. | |
| void | setRMS (float value) |
| Set the R at muon spectrometer. | |
| float | zMS () const |
| Get the Z at muon spectrometer. | |
| void | setZMS (float value) |
| Set the Z at muon spectrometer. | |
| float | dirZMS () const |
| Get dRdZ at muon spectrometer. | |
| void | setDirZMS (float value) |
| Set dRdZ at muon spectrometer. | |
| float | beta () const |
| Get beta. | |
| void | setBeta (float value) |
| Set beta. | |
| float | barrelRadius () const |
| Get the fitted radius of the muon in the barrel. | |
| void | setBarrelRadius (float value) |
| Set the fitted radius of the muon in the barrel. | |
| float | barrelSagitta () const |
| Get the fitted sagitta of the muon in the barrel. | |
| void | setBarrelSagitta (float value) |
| Set the fitted sagitta of the muon in the barrel. | |
| float | endcapAlpha () const |
| Get the fitted \(\alpha\) value in the endcap. | |
| void | setEndcapAlpha (float value) |
| Set the fitted \(\alpha\) value in the endcap. | |
| float | endcapBeta () const |
| Get the fitted \(\beta\) value in the endcap. | |
| void | setEndcapBeta (float value) |
| Set the fitted \(\beta\) value in the endcap. | |
| float | endcapRadius () const |
| Get the fitted radius of the muon in the endcap. | |
| void | setEndcapRadius (float value) |
| Set the fitted radius of the muon in the endcap. | |
| float | etaMap () const |
| Get eta used to refer pT LUT. | |
| void | setEtaMap (float value) |
| Set eta used to refer pT LUT. | |
| float | phiMap () const |
| Get phi used to refer pT LUT. | |
| void | setPhiMap (float value) |
| Set phi used to refer pT LUT. | |
| int | etaBin () const |
| Get eta bin of pT LUT. | |
| void | setEtaBin (int value) |
| Set eta bin of pT LUT. | |
| int | phiBin () const |
| Get phi bin of pT LUT. | |
| void | setPhiBin (int value) |
| Set phi bin of pT LUT. | |
| int | isTgcFailure () const |
| Get flag to see if TGC is properly read. | |
| void | setIsTgcFailure (int value) |
| Set flag to record if TGC is properly read. | |
| int | isRpcFailure () const |
| Get flag to see if RPC is properly read. | |
| void | setIsRpcFailure (int value) |
| Set flag to record if RPC is properly read. | |
| float | deltaPt () const |
| Get error of pT. | |
| void | setDeltaPt (float value) |
| Set error of pT. | |
| float | deltaPtParm1 () const |
| Get and set parameter sets for delta pT calculation. | |
| void | setDeltaPtParm1 (float value) |
| float | deltaPtParm2 () const |
| void | setDeltaPtParm2 (float value) |
| float | deltaPtParm3 () const |
| void | setDeltaPtParm3 (float value) |
| float | deltaEta () const |
| Get error of eta. | |
| void | setDeltaEta (float value) |
| Set error of eta. | |
| float | deltaPhi () const |
| Get error of phi. | |
| void | setDeltaPhi (float value) |
| Set error of phi. | |
| float | superPointR (int chamber) const |
| Get the measured radious of the muon in one particular super point. | |
| float | superPointZ (int chamber) const |
| Get the measured Z position of the muon in one particular super point. | |
| float | superPointSlope (int chamber) const |
| Get the measured slope of the muon in one particular super point. | |
| float | superPointIntercept (int chamber) const |
| Get the measured intercept of the muon in one particular super point. | |
| float | superPointChi2 (int chamber) const |
| Get the chi2 of the fit in one particular super point. | |
| void | setSuperPoint (int chamber, float r, float z, float slope, float intercept=0., float chi2=0.) |
| Set the properties of one particular super point measurement. | |
| uint32_t | nTrackPositions () const |
| Number of track positions stored. | |
| float | trackPositionR (unsigned int n) const |
| Get R postion of track. | |
| float | trackPositionZ (unsigned int n) const |
| Get Z postion of track. | |
| float | trackPositionEta (unsigned int n) const |
| Get eta postion of track. | |
| float | trackPositionPhi (unsigned int n) const |
| Get phi postion of track. | |
| void | setTrackPosition (float r, float z, float eta, float phi) |
| Set position of muon track. | |
| int | algoId () const |
| Get and set L2 muon algorithm ID (defined above). | |
| void | setAlgoId (int value) |
| uint32_t | teId () const |
| Get and set input TE ID. | |
| void | setTeId (uint32_t value) |
| uint32_t | lvl1Id () const |
| Get and set extended level-1 ID. | |
| void | setLvl1Id (uint32_t value) |
| uint32_t | lumiBlock () const |
| Get and set lumi block. | |
| void | setLumiBlock (uint32_t value) |
| uint32_t | muonDetMask () const |
| Get and set detector mask. | |
| void | setMuonDetMask (uint32_t value) |
| uint32_t | roiId () const |
| Get and set RoI ID. | |
| void | setRoiId (uint32_t value) |
| uint32_t | roiSystem () const |
| Get and set RoI system ID. | |
| void | setRoiSystem (uint32_t value) |
| uint32_t | roiSubsystem () const |
| Get and set RoI subsystem ID. | |
| void | setRoiSubsystem (uint32_t value) |
| uint32_t | roiSector () const |
| Get and set RoI sector ID. | |
| void | setRoiSector (uint32_t value) |
| uint32_t | roiNumber () const |
| Get and set RoI number. | |
| void | setRoiNumber (uint32_t value) |
| uint32_t | roiThreshold () const |
| Get and set RoI threshold number. | |
| void | setRoiThreshold (uint32_t value) |
| float | roiEta () const |
| Get and set RoI eta. | |
| void | setRoiEta (float value) |
| float | roiPhi () const |
| Get and set RoI phi. | |
| void | setRoiPhi (float value) |
| float | tgcPt () const |
| Set and get pT from different algorithms. | |
| void | setTgcPt (float value) |
| float | ptBarrelRadius () const |
| void | setPtBarrelRadius (float value) |
| float | ptBarrelSagitta () const |
| void | setPtBarrelSagitta (float value) |
| float | ptEndcapAlpha () const |
| void | setPtEndcapAlpha (float value) |
| float | ptEndcapBeta () const |
| void | setPtEndcapBeta (float value) |
| float | ptEndcapRadius () const |
| void | setPtEndcapRadius (float value) |
| float | ptCSC () const |
| void | setPtCSC (float value) |
| int | chamberType1 (int station, int sector) const |
| Get the muon road information Chamber type. | |
| int | chamberType2 (int station, int sector) const |
| float | roadAw (int station, int sector) const |
| Slope. | |
| float | roadBw (int station, int sector) const |
| Intercept. | |
| float | zMin (int station, int sector) const |
| Z. | |
| float | zMax (int station, int sector) const |
| float | rMin (int station, int sector) const |
| R. | |
| float | rMax (int station, int sector) const |
| float | etaMin (int station, int sector) const |
| Eta. | |
| float | etaMax (int station, int sector) const |
| void | setChamberType1 (int station, int sector, int chamberType) |
| Set the muon road information. | |
| void | setChamberType2 (int station, int sector, int chamberType) |
| void | setRoad (int station, int sector, float aw, float bw) |
| Road. | |
| void | setRegionZ (int station, int sector, float min, float max) |
| Z range. | |
| void | setRegionR (int station, int sector, float min, float max) |
| R range. | |
| void | setRegionEta (int station, int sector, float min, float max) |
| Eta range. | |
| float | tgcInnEta () const |
| Get the results of TGC fit. | |
| float | tgcInnPhi () const |
| float | tgcInnR () const |
| float | tgcInnZ () const |
| float | tgcInnRhoStd () const |
| long | tgcInnRhoN () const |
| float | tgcInnPhiStd () const |
| long | tgcInnPhiN () const |
| float | tgcMid1Eta () const |
| float | tgcMid1Phi () const |
| float | tgcMid1R () const |
| float | tgcMid1Z () const |
| float | tgcMid2Eta () const |
| float | tgcMid2Phi () const |
| float | tgcMid2R () const |
| float | tgcMid2Z () const |
| float | tgcMidRhoChi2 () const |
| long | tgcMidRhoN () const |
| float | tgcMidPhiChi2 () const |
| long | tgcMidPhiN () const |
| void | setTgcInn (float eta, float phi, float r, float z) |
| Set the results of TGC fit. | |
| void | setTgcInnF (float rhoStd, long rhoN, float phiStd, long phiN) |
| void | setTgcMid1 (float eta, float phi, float r, float z) |
| void | setTgcMid2 (float eta, float phi, float r, float z) |
| void | setTgcMidF (float rhoChi2, long rhoN, float phiChi2, long phiN) |
| float | rpcFitInnPhi () const |
| Get the results of RPC fit. | |
| float | rpcFitInnSlope () const |
| float | rpcFitInnOffset () const |
| float | rpcFitMidPhi () const |
| float | rpcFitMidSlope () const |
| float | rpcFitMidOffset () const |
| float | rpcFitOutPhi () const |
| float | rpcFitOutSlope () const |
| float | rpcFitOutOffset () const |
| void | setRpcFitInn (float phi, float slope, float offset) |
| Set the results of RPC fit. | |
| void | setRpcFitMid (float phi, float slope, float offset) |
| void | setRpcFitOut (float phi, float slope, float offset) |
| int | rpcHitsCapacity () const |
| Get and set maximum size of storages to be reserved. | |
| void | setRpcHitsCapacity (int value) |
| Size of storage to be reserved. | |
| int | tgcHitsCapacity () const |
| void | setTgcHitsCapacity (int value) |
| Set size of storage for TGC hits. | |
| int | mdtHitsCapacity () const |
| void | setMdtHitsCapacity (int value) |
| Set size of storage for MDT hits. | |
| int | cscHitsCapacity () const |
| void | setCscHitsCapacity (int value) |
| Set size of storage for CSC hits. | |
| void | setStgcClustersCapacity (const int value) |
| Set size of storage for sTGC clusters. | |
| void | setMmClustersCapacity (const int value) |
| Set size of storage for MM clusters. | |
| void | setCapacities (int rpc, int tgc, int mdt, int csc) |
| const std::vector< uint32_t > & | rpcHitLayer () const |
| Get RPC hits. | |
| const std::vector< uint32_t > & | rpcHitMeasuresPhi () const |
| const std::vector< float > & | rpcHitX () const |
| const std::vector< float > & | rpcHitY () const |
| const std::vector< float > & | rpcHitZ () const |
| const std::vector< float > & | rpcHitTime () const |
| const std::vector< float > & | rpcHitDistToEtaReadout () const |
| const std::vector< float > & | rpcHitDistToPhiReadout () const |
| const std::vector< std::string > & | rpcHitStationName () const |
| void | setRpcHit (uint32_t layer, uint32_t measuresPhi, float x, float y, float z, float time, float distEta, float distPhi, const std::string &stationName) |
| Set RPC hits. | |
| const std::vector< float > & | tgcHitEta () const |
| Get TGC hits. | |
| const std::vector< float > & | tgcHitPhi () const |
| const std::vector< float > & | tgcHitR () const |
| const std::vector< float > & | tgcHitZ () const |
| const std::vector< float > & | tgcHitWidth () const |
| const std::vector< int > & | tgcHitStationNum () const |
| const std::vector< bool > & | tgcHitIsStrip () const |
| const std::vector< int > & | tgcHitBCTag () const |
| const std::vector< bool > & | tgcHitInRoad () const |
| void | setTgcHit (float eta, float phi, float r, float z, float width, int stationNum, bool isStrip, int bcTag, bool inRoad) |
| Set TGC hits. | |
| uint32_t | nMdtHits () const |
| Get the online ID, offline ID, R, Z, redidual, time, space and sigma of each MDT tube. | |
| uint32_t | mdtHitOnlineId (unsigned int tube) const |
| int | mdtHitOfflineId (unsigned int tube) const |
| int | mdtHitIsOutlier (unsigned int tube) const |
| int | mdtHitChamber (unsigned int tube) const |
| float | mdtHitR (unsigned int tube) const |
| float | mdtHitZ (unsigned int tube) const |
| float | mdtHitPhi (unsigned int tube) const |
| float | mdtHitResidual (unsigned int tube) const |
| float | mdtHitTime (unsigned int tube) const |
| float | mdtHitSpace (unsigned int tube) const |
| float | mdtHitSigma (unsigned int tube) const |
| void | setMdtHit (uint32_t onlineId, int isOutier, int chamber, float r, float z, float phi, float residual, float time, float space, float sigma) |
| Set the properties of each MDT tube. | |
| uint32_t | nCscHits () const |
| Get CSC hits. | |
| int | cscHitIsOutlier (unsigned int tube) const |
| int | cscHitChamber (unsigned int tube) const |
| uint32_t | cscHitStationName (unsigned int tube) const |
| int | cscHitStationEta (unsigned int tube) const |
| int | cscHitStationPhi (unsigned int tube) const |
| int | cscHitChamberLayer (unsigned int tube) const |
| int | cscHitWireLayer (unsigned int tube) const |
| int | cscHitMeasuresPhi (unsigned int tube) const |
| int | cscHitStrip (unsigned int tube) const |
| float | cscHitEta (unsigned int tube) const |
| float | cscHitPhi (unsigned int tube) const |
| float | cscHitR (unsigned int tube) const |
| float | cscHitZ (unsigned int tube) const |
| int | cscHitCharge (unsigned int tube) const |
| float | cscHitTime (unsigned int tube) const |
| float | cscHitResidual (unsigned int tube) const |
| void | setCscHit (int isOutlier, int chamber, uint32_t stationName, int stationEta, int stationPhi, int chamberLayer, int wireLayer, int measuresPhi, int strip, float eta, float phi, float r, float z, int charge, float time, float residual) |
| Set the properties of each CSC tube. | |
| const std::vector< unsigned int > & | stgcClusterLayer () const |
| Get sTGC clusters. | |
| const std::vector< int > & | stgcClusterIsOutlier () const |
| const std::vector< int > & | stgcClusterType () const |
| const std::vector< float > & | stgcClusterEta () const |
| const std::vector< float > & | stgcClusterPhi () const |
| const std::vector< float > & | stgcClusterR () const |
| const std::vector< float > & | stgcClusterZ () const |
| const std::vector< float > & | stgcClusterResidualR () const |
| const std::vector< float > & | stgcClusterResidualPhi () const |
| const std::vector< int > & | stgcClusterStationEta () const |
| const std::vector< int > & | stgcClusterStationPhi () const |
| const std::vector< int > & | stgcClusterStationName () const |
| void | setStgcCluster (const unsigned int layer, const int isOutlier, const int type, const float eta, const float phi, const float r, const float z, const float residualR, const float residualPhi, const int stationEta, const int stationPhi, const int stationName) |
| Set sTGC hits. | |
| const std::vector< unsigned int > & | mmClusterLayer () const |
| Get MM clusters. | |
| const std::vector< int > & | mmClusterIsOutlier () const |
| const std::vector< float > & | mmClusterEta () const |
| const std::vector< float > & | mmClusterPhi () const |
| const std::vector< float > & | mmClusterR () const |
| const std::vector< float > & | mmClusterZ () const |
| const std::vector< float > & | mmClusterResidualR () const |
| const std::vector< float > & | mmClusterResidualPhi () const |
| const std::vector< int > & | mmClusterStationEta () const |
| const std::vector< int > & | mmClusterStationPhi () const |
| const std::vector< int > & | mmClusterStationName () const |
| void | setMmCluster (const unsigned int layer, const int isOutlier, const float eta, const float phi, const float r, const float z, const float residualR, const float residualPhi, const int stationEta, const int stationPhi, const int stationName) |
| Set MM hits. | |
Functions for getting and setting user properties | |
| template<class T> | |
| XAOD_AUXDATA_DEPRECATED T & | auxdata (const std::string &name, const std::string &clsname="") |
| Fetch an aux data variable, as a non-const reference. | |
| template<class T> | |
| XAOD_AUXDATA_DEPRECATED const T & | auxdata (const std::string &name, const std::string &clsname="") const |
| Fetch an aux data variable, as a const reference. | |
| template<class T> | |
| XAOD_AUXDATA_DEPRECATED bool | isAvailable (const std::string &name, const std::string &clsname="") const |
| Check if a user property is available for reading or not. | |
| template<class T> | |
| XAOD_AUXDATA_DEPRECATED bool | isAvailableWritable (const std::string &name, const std::string &clsname="") const |
| Check if a user property is available for writing or not. | |
Functions implementing the xAOD::IParticle interface | |
| typedef TLorentzVector | FourMom_t |
| Definition of the 4-momentum type. | |
| typedef ROOT::Math::LorentzVector< ROOT::Math::PtEtaPhiM4D< double > > | GenVecFourMom_t |
| Base 4 Momentum type for trig muons. | |
| virtual double | pt () const |
| The transverse momentum ( \(p_T\)) of the particle. | |
| virtual double | eta () const |
| The pseudorapidity ( \(\eta\)) of the particle. | |
| virtual double | phi () const |
| The azimuthal angle ( \(\phi\)) of the particle. | |
| virtual double | m () const |
| The invariant mass of the particle. | |
| virtual double | e () const |
| The total energy of the particle. | |
| virtual double | rapidity () const |
| The true rapidity (y) of the particle. | |
| virtual FourMom_t | p4 () const |
| The full 4-momentum of the particle. | |
| GenVecFourMom_t | genvecP4 () const |
| The full 4-momentum of the particle : internal trig muon type. | |
| virtual Type::ObjectType | type () const |
| The type of the object as a simple enumeration. | |
Class describing standalone muons reconstructed in the LVL2 trigger.
This is a simple description of the LVL2 standalone muons, which need much fewer properties than EF or offline muons.
Definition at line 36 of file L2StandAloneMuon_v2.h.
| typedef TLorentzVector xAOD::L2StandAloneMuon_v2::FourMom_t |
Definition of the 4-momentum type.
Definition at line 59 of file L2StandAloneMuon_v2.h.
| typedef ROOT::Math::LorentzVector<ROOT::Math::PtEtaPhiM4D<double> > xAOD::L2StandAloneMuon_v2::GenVecFourMom_t |
Base 4 Momentum type for trig muons.
Definition at line 65 of file L2StandAloneMuon_v2.h.
| xAOD::L2StandAloneMuon_v2::L2StandAloneMuon_v2 | ( | ) |
Constructor.
Definition at line 19 of file L2StandAloneMuon_v2.cxx.
| int xAOD::L2StandAloneMuon_v2::algoId | ( | ) | const |
Get and set L2 muon algorithm ID (defined above).
|
inlineinherited |
Fetch an aux data variable, as a non-const reference.
This function provides an easy way for users to decorate objects with auxiliary data.
Take note that this function is slow. Should not be used inside time-critical code.
Definition at line 98 of file Event/xAOD/xAODBase/xAODBase/IParticle.h.
|
inlineinherited |
Fetch an aux data variable, as a const reference.
This function provides an easy way for users to retrieve auxiliary decorations from an object.
Take note that this function is slow. Should not be used inside time-critical code.
Definition at line 118 of file Event/xAOD/xAODBase/xAODBase/IParticle.h.
| float xAOD::L2StandAloneMuon_v2::barrelRadius | ( | ) | const |
Get the fitted radius of the muon in the barrel.
| float xAOD::L2StandAloneMuon_v2::barrelSagitta | ( | ) | const |
Get the fitted sagitta of the muon in the barrel.
| float xAOD::L2StandAloneMuon_v2::beta | ( | ) | const |
Get beta.
Get the muon road information Chamber type.
Get road properties.
Chamber types
normal sector
overlap sector
Definition at line 427 of file L2StandAloneMuon_v2.cxx.
normal sector
overlap sector
Definition at line 454 of file L2StandAloneMuon_v2.cxx.
Definition at line 1531 of file L2StandAloneMuon_v2.cxx.
Definition at line 1563 of file L2StandAloneMuon_v2.cxx.
Definition at line 1627 of file L2StandAloneMuon_v2.cxx.
Definition at line 1595 of file L2StandAloneMuon_v2.cxx.
Definition at line 1523 of file L2StandAloneMuon_v2.cxx.
Definition at line 1579 of file L2StandAloneMuon_v2.cxx.
Definition at line 1603 of file L2StandAloneMuon_v2.cxx.
Definition at line 1611 of file L2StandAloneMuon_v2.cxx.
Definition at line 1643 of file L2StandAloneMuon_v2.cxx.
| int xAOD::L2StandAloneMuon_v2::cscHitsCapacity | ( | ) | const |
Definition at line 1547 of file L2StandAloneMuon_v2.cxx.
Definition at line 1539 of file L2StandAloneMuon_v2.cxx.
Definition at line 1555 of file L2StandAloneMuon_v2.cxx.
Definition at line 1587 of file L2StandAloneMuon_v2.cxx.
Definition at line 1635 of file L2StandAloneMuon_v2.cxx.
Definition at line 1571 of file L2StandAloneMuon_v2.cxx.
Definition at line 1619 of file L2StandAloneMuon_v2.cxx.
| float xAOD::L2StandAloneMuon_v2::deltaEta | ( | ) | const |
Get error of eta.
| float xAOD::L2StandAloneMuon_v2::deltaPhi | ( | ) | const |
Get error of phi.
| float xAOD::L2StandAloneMuon_v2::deltaPt | ( | ) | const |
Get error of pT.
| float xAOD::L2StandAloneMuon_v2::deltaPtParm1 | ( | ) | const |
Get and set parameter sets for delta pT calculation.
| float xAOD::L2StandAloneMuon_v2::deltaPtParm2 | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::deltaPtParm3 | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::dirPhiMS | ( | ) | const |
Get tan phi at muon spectrometer.
| float xAOD::L2StandAloneMuon_v2::dirZMS | ( | ) | const |
Get dRdZ at muon spectrometer.
|
virtual |
The total energy of the particle.
Implements xAOD::IParticle.
| float xAOD::L2StandAloneMuon_v2::endcapAlpha | ( | ) | const |
Get the fitted \(\alpha\) value in the endcap.
| float xAOD::L2StandAloneMuon_v2::endcapBeta | ( | ) | const |
Get the fitted \(\beta\) value in the endcap.
| float xAOD::L2StandAloneMuon_v2::endcapRadius | ( | ) | const |
Get the fitted radius of the muon in the endcap.
|
virtual |
The pseudorapidity ( \(\eta\)) of the particle.
Implements xAOD::IParticle.
| int xAOD::L2StandAloneMuon_v2::etaBin | ( | ) | const |
Get eta bin of pT LUT.
| float xAOD::L2StandAloneMuon_v2::etaMap | ( | ) | const |
Get eta used to refer pT LUT.
normal sector
overlap sector
Definition at line 667 of file L2StandAloneMuon_v2.cxx.
Eta.
Eta range.
normal sector
overlap sector
Definition at line 641 of file L2StandAloneMuon_v2.cxx.
| float xAOD::L2StandAloneMuon_v2::etaMS | ( | ) | const |
Get the eta at muon spectrometer.
| GenVecFourMom_t xAOD::L2StandAloneMuon_v2::genvecP4 | ( | ) | const |
The full 4-momentum of the particle : internal trig muon type.
|
inlineinherited |
Check if a user property is available for reading or not.
This function should be used to check if a user property which may or may not exist, is set on the object.
Definition at line 135 of file Event/xAOD/xAODBase/xAODBase/IParticle.h.
|
inlineinherited |
Check if a user property is available for writing or not.
This function can be used to check whether it will be possible to set a user property on the object.
Definition at line 152 of file Event/xAOD/xAODBase/xAODBase/IParticle.h.
| int xAOD::L2StandAloneMuon_v2::isRpcFailure | ( | ) | const |
Get flag to see if RPC is properly read.
| uint32_t xAOD::L2StandAloneMuon_v2::lumiBlock | ( | ) | const |
Get and set lumi block.
| uint32_t xAOD::L2StandAloneMuon_v2::lvl1Id | ( | ) | const |
Get and set extended level-1 ID.
|
virtual |
The invariant mass of the particle.
Implements xAOD::IParticle.
Definition at line 1429 of file L2StandAloneMuon_v2.cxx.
Definition at line 1421 of file L2StandAloneMuon_v2.cxx.
Definition at line 1413 of file L2StandAloneMuon_v2.cxx.
Definition at line 1405 of file L2StandAloneMuon_v2.cxx.
Definition at line 1453 of file L2StandAloneMuon_v2.cxx.
Definition at line 1437 of file L2StandAloneMuon_v2.cxx.
Definition at line 1461 of file L2StandAloneMuon_v2.cxx.
| int xAOD::L2StandAloneMuon_v2::mdtHitsCapacity | ( | ) | const |
Definition at line 1485 of file L2StandAloneMuon_v2.cxx.
Definition at line 1477 of file L2StandAloneMuon_v2.cxx.
Definition at line 1469 of file L2StandAloneMuon_v2.cxx.
Definition at line 1445 of file L2StandAloneMuon_v2.cxx.
Get MM clusters.
| uint32_t xAOD::L2StandAloneMuon_v2::muonDetMask | ( | ) | const |
Get and set detector mask.
| uint32_t xAOD::L2StandAloneMuon_v2::nCscHits | ( | ) | const |
| uint32_t xAOD::L2StandAloneMuon_v2::nMdtHits | ( | ) | const |
Get the online ID, offline ID, R, Z, redidual, time, space and sigma of each MDT tube.
Get and set MDT hits.
Definition at line 1401 of file L2StandAloneMuon_v2.cxx.
| uint32_t xAOD::L2StandAloneMuon_v2::nTrackPositions | ( | ) | const |
Number of track positions stored.
Get and set track positions.
Definition at line 265 of file L2StandAloneMuon_v2.cxx.
|
virtual |
The full 4-momentum of the particle.
Implements xAOD::IParticle.
|
virtual |
The azimuthal angle ( \(\phi\)) of the particle.
Implements xAOD::IParticle.
| int xAOD::L2StandAloneMuon_v2::phiBin | ( | ) | const |
Get phi bin of pT LUT.
| float xAOD::L2StandAloneMuon_v2::phiMap | ( | ) | const |
Get phi used to refer pT LUT.
| float xAOD::L2StandAloneMuon_v2::phiMS | ( | ) | const |
Get the phi at muon spectrometer.
|
virtual |
The transverse momentum ( \(p_T\)) of the particle.
Implements xAOD::IParticle.
| float xAOD::L2StandAloneMuon_v2::ptBarrelRadius | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::ptBarrelSagitta | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::ptCSC | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::ptEndcapAlpha | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::ptEndcapBeta | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::ptEndcapRadius | ( | ) | const |
|
virtual |
The true rapidity (y) of the particle.
Implements xAOD::IParticle.
normal sector
overlap sector
Definition at line 614 of file L2StandAloneMuon_v2.cxx.
R.
R range.
normal sector
overlap sector
Definition at line 588 of file L2StandAloneMuon_v2.cxx.
| float xAOD::L2StandAloneMuon_v2::rMS | ( | ) | const |
Get the R at muon spectrometer.
Slope.
Road slope.
normal sector
overlap sector
Definition at line 481 of file L2StandAloneMuon_v2.cxx.
Intercept.
Road intercept.
normal sector
overlap sector
Definition at line 508 of file L2StandAloneMuon_v2.cxx.
| float xAOD::L2StandAloneMuon_v2::roiEta | ( | ) | const |
Get and set RoI eta.
| uint32_t xAOD::L2StandAloneMuon_v2::roiId | ( | ) | const |
Get and set RoI ID.
| uint32_t xAOD::L2StandAloneMuon_v2::roiNumber | ( | ) | const |
Get and set RoI number.
| float xAOD::L2StandAloneMuon_v2::roiPhi | ( | ) | const |
Get and set RoI phi.
| uint32_t xAOD::L2StandAloneMuon_v2::roiSector | ( | ) | const |
Get and set RoI sector ID.
| uint32_t xAOD::L2StandAloneMuon_v2::roiSubsystem | ( | ) | const |
Get and set RoI subsystem ID.
| uint32_t xAOD::L2StandAloneMuon_v2::roiSystem | ( | ) | const |
Get and set RoI system ID.
| uint32_t xAOD::L2StandAloneMuon_v2::roiThreshold | ( | ) | const |
Get and set RoI threshold number.
| float xAOD::L2StandAloneMuon_v2::rpcFitInnOffset | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::rpcFitInnPhi | ( | ) | const |
Get the results of RPC fit.
| float xAOD::L2StandAloneMuon_v2::rpcFitInnSlope | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::rpcFitMidOffset | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::rpcFitMidPhi | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::rpcFitMidSlope | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::rpcFitOutOffset | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::rpcFitOutPhi | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::rpcFitOutSlope | ( | ) | const |
| int xAOD::L2StandAloneMuon_v2::rpcHitsCapacity | ( | ) | const |
Get and set maximum size of storages to be reserved.
| const std::vector< std::string > & xAOD::L2StandAloneMuon_v2::rpcHitStationName | ( | ) | const |
| int xAOD::L2StandAloneMuon_v2::sAddress | ( | ) | const |
Get the station address of the muon.
| void xAOD::L2StandAloneMuon_v2::setAlgoId | ( | int | value | ) |
| void xAOD::L2StandAloneMuon_v2::setBarrelRadius | ( | float | value | ) |
Set the fitted radius of the muon in the barrel.
| void xAOD::L2StandAloneMuon_v2::setBarrelSagitta | ( | float | value | ) |
Set the fitted sagitta of the muon in the barrel.
Definition at line 1315 of file L2StandAloneMuon_v2.cxx.
Set the muon road information.
Set road properties.
Chamber types
Normal sector
Overlap sector
Definition at line 697 of file L2StandAloneMuon_v2.cxx.
Normal sector
Overlap sector
Definition at line 724 of file L2StandAloneMuon_v2.cxx.
| void xAOD::L2StandAloneMuon_v2::setCscHit | ( | int | isOutlier, |
| int | chamber, | ||
| uint32_t | stationName, | ||
| int | stationEta, | ||
| int | stationPhi, | ||
| int | chamberLayer, | ||
| int | wireLayer, | ||
| int | measuresPhi, | ||
| int | strip, | ||
| float | eta, | ||
| float | phi, | ||
| float | r, | ||
| float | z, | ||
| int | charge, | ||
| float | time, | ||
| float | residual ) |
Set the properties of each CSC tube.
Definition at line 1651 of file L2StandAloneMuon_v2.cxx.
| void xAOD::L2StandAloneMuon_v2::setCscHitsCapacity | ( | int | value | ) |
Set size of storage for CSC hits.
Definition at line 1247 of file L2StandAloneMuon_v2.cxx.
| void xAOD::L2StandAloneMuon_v2::setDeltaPtParm1 | ( | float | value | ) |
| void xAOD::L2StandAloneMuon_v2::setDeltaPtParm2 | ( | float | value | ) |
| void xAOD::L2StandAloneMuon_v2::setDeltaPtParm3 | ( | float | value | ) |
| void xAOD::L2StandAloneMuon_v2::setEndcapAlpha | ( | float | value | ) |
Set the fitted \(\alpha\) value in the endcap.
| void xAOD::L2StandAloneMuon_v2::setEndcapBeta | ( | float | value | ) |
Set the fitted \(\beta\) value in the endcap.
| void xAOD::L2StandAloneMuon_v2::setEndcapRadius | ( | float | value | ) |
Set the fitted radius of the muon in the endcap.
| void xAOD::L2StandAloneMuon_v2::setEta | ( | float | eta | ) |
Set the pseudorapidity ( \(\eta\)) of the muon.
Definition at line 83 of file L2StandAloneMuon_v2.cxx.
| void xAOD::L2StandAloneMuon_v2::setIsRpcFailure | ( | int | value | ) |
Set flag to record if RPC is properly read.
| void xAOD::L2StandAloneMuon_v2::setIsTgcFailure | ( | int | value | ) |
| void xAOD::L2StandAloneMuon_v2::setLumiBlock | ( | uint32_t | value | ) |
| void xAOD::L2StandAloneMuon_v2::setLvl1Id | ( | uint32_t | value | ) |
| void xAOD::L2StandAloneMuon_v2::setMdtHit | ( | uint32_t | onlineId, |
| int | isOutier, | ||
| int | chamber, | ||
| float | r, | ||
| float | z, | ||
| float | phi, | ||
| float | residual, | ||
| float | time, | ||
| float | space, | ||
| float | sigma ) |
Set the properties of each MDT tube.
Definition at line 1493 of file L2StandAloneMuon_v2.cxx.
| void xAOD::L2StandAloneMuon_v2::setMdtHitsCapacity | ( | int | value | ) |
Set size of storage for MDT hits.
Definition at line 1226 of file L2StandAloneMuon_v2.cxx.
| void xAOD::L2StandAloneMuon_v2::setMmCluster | ( | const unsigned int | layer, |
| const int | isOutlier, | ||
| const float | eta, | ||
| const float | phi, | ||
| const float | r, | ||
| const float | z, | ||
| const float | residualR, | ||
| const float | residualPhi, | ||
| const int | stationEta, | ||
| const int | stationPhi, | ||
| const int | stationName ) |
Set MM hits.
Get MM object.
Set RPC rpc hits
Definition at line 1737 of file L2StandAloneMuon_v2.cxx.
Set size of storage for MM clusters.
Definition at line 1296 of file L2StandAloneMuon_v2.cxx.
| void xAOD::L2StandAloneMuon_v2::setMuonDetMask | ( | uint32_t | value | ) |
| void xAOD::L2StandAloneMuon_v2::setPhi | ( | float | phi | ) |
| void xAOD::L2StandAloneMuon_v2::setPt | ( | float | pt | ) |
Set the transverse momentum ( \(p_T\)) of the muon.
| void xAOD::L2StandAloneMuon_v2::setPtBarrelRadius | ( | float | value | ) |
| void xAOD::L2StandAloneMuon_v2::setPtBarrelSagitta | ( | float | value | ) |
| void xAOD::L2StandAloneMuon_v2::setPtCSC | ( | float | value | ) |
| void xAOD::L2StandAloneMuon_v2::setPtEndcapAlpha | ( | float | value | ) |
| void xAOD::L2StandAloneMuon_v2::setPtEndcapBeta | ( | float | value | ) |
| void xAOD::L2StandAloneMuon_v2::setPtEndcapRadius | ( | float | value | ) |
Eta range.
Normal sector
minimum eta
maximum eta
Overlap sector
minimum eta
maximum eta
Definition at line 884 of file L2StandAloneMuon_v2.cxx.
R range.
Normal sector
minimum R
maximum R
Overlap sector
minimum R
maximum R
Definition at line 840 of file L2StandAloneMuon_v2.cxx.
Z range.
Normal sector
minimum Z
mazimum Z
Overlap sector
minimum Z
maximum Z
Definition at line 796 of file L2StandAloneMuon_v2.cxx.
Road.
Normal sector
Slope
Intercept
Overlap sector
Slope
Intercept
Definition at line 752 of file L2StandAloneMuon_v2.cxx.
| void xAOD::L2StandAloneMuon_v2::setRoiEta | ( | float | value | ) |
| void xAOD::L2StandAloneMuon_v2::setRoiId | ( | uint32_t | value | ) |
| void xAOD::L2StandAloneMuon_v2::setRoiNumber | ( | uint32_t | value | ) |
| void xAOD::L2StandAloneMuon_v2::setRoiPhi | ( | float | value | ) |
| void xAOD::L2StandAloneMuon_v2::setRoiSector | ( | uint32_t | value | ) |
| void xAOD::L2StandAloneMuon_v2::setRoiSubsystem | ( | uint32_t | value | ) |
| void xAOD::L2StandAloneMuon_v2::setRoiSystem | ( | uint32_t | value | ) |
| void xAOD::L2StandAloneMuon_v2::setRoiThreshold | ( | uint32_t | value | ) |
| void xAOD::L2StandAloneMuon_v2::setRoIWord | ( | uint32_t | value | ) |
Set the results of RPC fit.
Get the results of TGC fit.
Definition at line 1051 of file L2StandAloneMuon_v2.cxx.
Definition at line 1064 of file L2StandAloneMuon_v2.cxx.
Definition at line 1077 of file L2StandAloneMuon_v2.cxx.
| void xAOD::L2StandAloneMuon_v2::setRpcHit | ( | uint32_t | layer, |
| uint32_t | measuresPhi, | ||
| float | x, | ||
| float | y, | ||
| float | z, | ||
| float | time, | ||
| float | distEta, | ||
| float | distPhi, | ||
| const std::string & | stationName ) |
Set RPC hits.
Get RPC object.
Set RPC rpc hits
Definition at line 1341 of file L2StandAloneMuon_v2.cxx.
| void xAOD::L2StandAloneMuon_v2::setRpcHitsCapacity | ( | int | value | ) |
Size of storage to be reserved.
Set size of storage for RPC hits
Definition at line 1184 of file L2StandAloneMuon_v2.cxx.
| void xAOD::L2StandAloneMuon_v2::setStgcCluster | ( | const unsigned int | layer, |
| const int | isOutlier, | ||
| const int | type, | ||
| const float | eta, | ||
| const float | phi, | ||
| const float | r, | ||
| const float | z, | ||
| const float | residualR, | ||
| const float | residualPhi, | ||
| const int | stationEta, | ||
| const int | stationPhi, | ||
| const int | stationName ) |
Set sTGC hits.
Get sTGC object.
Set RPC rpc hits
Definition at line 1698 of file L2StandAloneMuon_v2.cxx.
Set size of storage for sTGC clusters.
Definition at line 1275 of file L2StandAloneMuon_v2.cxx.
| void xAOD::L2StandAloneMuon_v2::setSuperPoint | ( | int | chamber, |
| float | r, | ||
| float | z, | ||
| float | slope, | ||
| float | intercept = 0., | ||
| float | chi2 = 0. ) |
Set the properties of one particular super point measurement.
Set superPoint properties.
Definition at line 221 of file L2StandAloneMuon_v2.cxx.
| void xAOD::L2StandAloneMuon_v2::setTeId | ( | uint32_t | value | ) |
| void xAOD::L2StandAloneMuon_v2::setTgcHit | ( | float | eta, |
| float | phi, | ||
| float | r, | ||
| float | z, | ||
| float | width, | ||
| int | stationName, | ||
| bool | isStrip, | ||
| int | bcTag, | ||
| bool | inRoad ) |
Get TGC hits.
Definition at line 1376 of file L2StandAloneMuon_v2.cxx.
| void xAOD::L2StandAloneMuon_v2::setTgcHitsCapacity | ( | int | value | ) |
Set size of storage for TGC hits.
Definition at line 1205 of file L2StandAloneMuon_v2.cxx.
Get the results of TGC fit.
Definition at line 959 of file L2StandAloneMuon_v2.cxx.
Definition at line 974 of file L2StandAloneMuon_v2.cxx.
Definition at line 989 of file L2StandAloneMuon_v2.cxx.
Definition at line 1004 of file L2StandAloneMuon_v2.cxx.
Definition at line 1019 of file L2StandAloneMuon_v2.cxx.
| void xAOD::L2StandAloneMuon_v2::setTgcPt | ( | float | value | ) |
Set position of muon track.
Definition at line 302 of file L2StandAloneMuon_v2.cxx.
Get sTGC clusters.
Get the chi2 of the fit in one particular super point.
Definition at line 212 of file L2StandAloneMuon_v2.cxx.
Get the measured intercept of the muon in one particular super point.
Definition at line 204 of file L2StandAloneMuon_v2.cxx.
Get the measured radious of the muon in one particular super point.
Get superPoint properties.
Definition at line 180 of file L2StandAloneMuon_v2.cxx.
Get the measured slope of the muon in one particular super point.
Definition at line 196 of file L2StandAloneMuon_v2.cxx.
Get the measured Z position of the muon in one particular super point.
Definition at line 188 of file L2StandAloneMuon_v2.cxx.
| uint32_t xAOD::L2StandAloneMuon_v2::teId | ( | ) | const |
Get and set input TE ID.
| int xAOD::L2StandAloneMuon_v2::tgcHitsCapacity | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::tgcInnPhi | ( | ) | const |
| long xAOD::L2StandAloneMuon_v2::tgcInnPhiN | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::tgcInnPhiStd | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::tgcInnR | ( | ) | const |
| long xAOD::L2StandAloneMuon_v2::tgcInnRhoN | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::tgcInnRhoStd | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::tgcInnZ | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::tgcMid1Eta | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::tgcMid1Phi | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::tgcMid1R | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::tgcMid1Z | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::tgcMid2Eta | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::tgcMid2Phi | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::tgcMid2R | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::tgcMid2Z | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::tgcMidPhiChi2 | ( | ) | const |
| long xAOD::L2StandAloneMuon_v2::tgcMidPhiN | ( | ) | const |
| float xAOD::L2StandAloneMuon_v2::tgcMidRhoChi2 | ( | ) | const |
| long xAOD::L2StandAloneMuon_v2::tgcMidRhoN | ( | ) | const |
Get eta postion of track.
Definition at line 285 of file L2StandAloneMuon_v2.cxx.
Get phi postion of track.
Definition at line 293 of file L2StandAloneMuon_v2.cxx.
Get R postion of track.
Definition at line 269 of file L2StandAloneMuon_v2.cxx.
Get Z postion of track.
Definition at line 277 of file L2StandAloneMuon_v2.cxx.
|
virtual |
The type of the object as a simple enumeration.
Implements xAOD::IParticle.
normal sector
overlap sector
Definition at line 561 of file L2StandAloneMuon_v2.cxx.
Z.
Z range.
normal sector
overlap sector
Definition at line 535 of file L2StandAloneMuon_v2.cxx.
| float xAOD::L2StandAloneMuon_v2::zMS | ( | ) | const |
Get the Z at muon spectrometer.