ATLAS Offline Software
|
Class describing standalone muons reconstructed in the LVL2 trigger. More...
#include <L2StandAloneMuon_v2.h>
Public Types | |
using | TypelessConstAccessor = ConstAuxElement::TypelessConstAccessor |
template<class T , class ALLOC = AuxAllocator_t<T>> | |
using | ConstAccessor = SG::ConstAccessor< T, ALLOC > |
template<class T , class ALLOC = AuxAllocator_t<T>> | |
using | Accessor = SG::Accessor< T, ALLOC > |
template<class T , class ALLOC = AuxAllocator_t<T>> | |
using | Decorator = SG::Decorator< T, ALLOC > |
Public Member Functions | |
L2StandAloneMuon_v2 () | |
Constructor. More... | |
template<class T , class ALLOC = AuxAllocator_t<T>> | |
XAOD_AUXDATA_DEPRECATED Accessor< T, ALLOC >::reference_type | auxdata (const std::string &name) |
Fetch an aux data variable, as a non-const reference. More... | |
template<class T , class ALLOC = AuxAllocator_t<T>> | |
XAOD_AUXDATA_DEPRECATED Accessor< T, ALLOC >::const_reference_type | auxdata (const std::string &name) const |
Fetch an aux data variable, as a const reference. More... | |
template<class T , class ALLOC = AuxAllocator_t<T>> | |
XAOD_AUXDATA_DEPRECATED bool | isAvailableWritable (const std::string &name, const std::string &clsname="") |
Check if an aux variable is available for writing. More... | |
const SG::AuxVectorData * | container () const |
Return the container holding this element. More... | |
SG::AuxVectorData * | container () |
Return the container holding this element. More... | |
template<class T , class ALLOC = AuxAllocator_t<T>> | |
XAOD_AUXDATA_DEPRECATED Accessor< T, ALLOC >::const_reference_type | auxdataConst (const std::string &name) const |
Fetch an aux data variable, as a const reference. More... | |
template<class T , class ALLOC = AuxAllocator_t<T>> | |
XAOD_AUXDATA_DEPRECATED Accessor< T, ALLOC >::const_reference_type | auxdataConst (const std::string &name, const std::string &clsname) const |
Fetch an aux data variable, as a const reference. More... | |
template<class T , class ALLOC = AuxAllocator_t<T>> | |
XAOD_AUXDATA_DEPRECATED bool | isAvailableWritableAsDecoration (const std::string &name, const std::string &clsname="") const |
Check if an aux variable is available for writing as a decoration. More... | |
template<class T , class ALLOC = AuxAllocator_t<T>> | |
XAOD_AUXDATA_DEPRECATED Decorator< T, ALLOC >::reference_type | auxdecor (const std::string &name) const |
Fetch an aux decoration, as a non-const reference. More... | |
template<class T , class ALLOC = AuxAllocator_t<T>> | |
XAOD_AUXDATA_DEPRECATED Decorator< T, ALLOC >::reference_type | auxdecor (const std::string &name, const std::string &clsname) const |
Fetch an aux decoration, as a non-const reference. More... | |
void | makePrivateStore () |
Create a new (empty) private store for this object. More... | |
template<class U1 > | |
void | makePrivateStore (const U1 &other) |
Create a new private store for this object and copy aux data. More... | |
template<class U1 > | |
void | makePrivateStore (const U1 *other) |
Create a new private store for this object and copy aux data. More... | |
void | releasePrivateStore () |
Release and free any private store associated with this object. More... | |
void | setStore (const SG::IConstAuxStore *store) |
Set the store associated with this object. More... | |
void | setStore (SG::IAuxStore *store) |
Set the store associated with this object. More... | |
void | setStore (const DataLink< SG::IConstAuxStore > &store) |
Set the store associated with this object. More... | |
void | setConstStore (const SG::IConstAuxStore *store) |
Synonym for setStore with IConstAuxStore . More... | |
void | setNonConstStore (SG::IAuxStore *store) |
Synonym for setStore with IAuxStore . More... | |
bool | usingPrivateStore () const |
Test to see if this object is currently using a private store. More... | |
bool | usingStandaloneStore () const |
Test to see if this object is currently using a standalone store. More... | |
const SG::IConstAuxStore * | getConstStore () const |
Return the current store, as a const interface. More... | |
SG::IAuxStore * | getStore () const |
Return the current store, as a non-const interface. More... | |
void | clearCache () |
Clear the cached aux data pointers. More... | |
const SG::auxid_set_t & | getAuxIDs () const |
Return a set of identifiers for existing data items for this object. More... | |
bool | hasStore () const |
Return true if this object has an associated store. More... | |
bool | hasNonConstStore () const |
Return true if this object has an associated non-const store. More... | |
bool | clearDecorations () const |
Clear all decorations. More... | |
bool | trackIndices () const |
Return true if index tracking is enabled for this object. More... | |
size_t | index () const |
Return the index of this element within its container. More... | |
size_t | index () const |
Return the index of this element within its container. More... | |
4-momentum setter functions | |
void | setPt (float pt) |
Set the transverse momentum ( \(p_T\)) of the muon. More... | |
void | setEta (float eta) |
Set the pseudorapidity ( \(\eta\)) of the muon. More... | |
void | setPhi (float phi) |
Set the azimuthal angle ( \(\phi\)) of the muon. More... | |
Properties specific to the LVL2 muon reconstruction | |
uint32_t | roiWord () const |
Get the RoI ID of the seeding LVL1 muon. More... | |
void | setRoIWord (uint32_t value) |
Set the RoI ID of the seeding LVL1 muon. More... | |
int | sAddress () const |
Get the station address of the muon. More... | |
void | setSAddress (int value) |
Set the station address of the muon. More... | |
float | etaMS () const |
Get the eta at muon spectrometer. More... | |
void | setEtaMS (float value) |
Set the eta at muon spectrometer. More... | |
float | phiMS () const |
Get the phi at muon spectrometer. More... | |
void | setPhiMS (float value) |
Set the phi at muon spectrometer. More... | |
float | dirPhiMS () const |
Get tan phi at muon spectrometer. More... | |
void | setDirPhiMS (float value) |
Set tan phi at muon spectrometer. More... | |
float | rMS () const |
Get the R at muon spectrometer. More... | |
void | setRMS (float value) |
Set the R at muon spectrometer. More... | |
float | zMS () const |
Get the Z at muon spectrometer. More... | |
void | setZMS (float value) |
Set the Z at muon spectrometer. More... | |
float | dirZMS () const |
Get dRdZ at muon spectrometer. More... | |
void | setDirZMS (float value) |
Set dRdZ at muon spectrometer. More... | |
float | beta () const |
Get beta. More... | |
void | setBeta (float value) |
Set beta. More... | |
float | barrelRadius () const |
Get the fitted radius of the muon in the barrel. More... | |
void | setBarrelRadius (float value) |
Set the fitted radius of the muon in the barrel. More... | |
float | barrelSagitta () const |
Get the fitted sagitta of the muon in the barrel. More... | |
void | setBarrelSagitta (float value) |
Set the fitted sagitta of the muon in the barrel. More... | |
float | endcapAlpha () const |
Get the fitted \(\alpha\) value in the endcap. More... | |
void | setEndcapAlpha (float value) |
Set the fitted \(\alpha\) value in the endcap. More... | |
float | endcapBeta () const |
Get the fitted \(\beta\) value in the endcap. More... | |
void | setEndcapBeta (float value) |
Set the fitted \(\beta\) value in the endcap. More... | |
float | endcapRadius () const |
Get the fitted radius of the muon in the endcap. More... | |
void | setEndcapRadius (float value) |
Set the fitted radius of the muon in the endcap. More... | |
float | etaMap () const |
Get eta used to refer pT LUT. More... | |
void | setEtaMap (float value) |
Set eta used to refer pT LUT. More... | |
float | phiMap () const |
Get phi used to refer pT LUT. More... | |
void | setPhiMap (float value) |
Set phi used to refer pT LUT. More... | |
int | etaBin () const |
Get eta bin of pT LUT. More... | |
void | setEtaBin (int value) |
Set eta bin of pT LUT. More... | |
int | phiBin () const |
Get phi bin of pT LUT. More... | |
void | setPhiBin (int value) |
Set phi bin of pT LUT. More... | |
int | isTgcFailure () const |
Get flag to see if TGC is properly read. More... | |
void | setIsTgcFailure (int value) |
Set flag to record if TGC is properly read. More... | |
int | isRpcFailure () const |
Get flag to see if RPC is properly read. More... | |
void | setIsRpcFailure (int value) |
Set flag to record if RPC is properly read. More... | |
float | deltaPt () const |
Get error of pT. More... | |
void | setDeltaPt (float value) |
Set error of pT. More... | |
float | deltaPtParm1 () const |
Get and set parameter sets for delta pT calculation. More... | |
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. More... | |
void | setDeltaEta (float value) |
Set error of eta. More... | |
float | deltaPhi () const |
Get error of phi. More... | |
void | setDeltaPhi (float value) |
Set error of phi. More... | |
float | superPointR (int chamber) const |
Get the measured radious of the muon in one particular super point. More... | |
float | superPointZ (int chamber) const |
Get the measured Z position of the muon in one particular super point. More... | |
float | superPointSlope (int chamber) const |
Get the measured slope of the muon in one particular super point. More... | |
float | superPointIntercept (int chamber) const |
Get the measured intercept of the muon in one particular super point. More... | |
float | superPointChi2 (int chamber) const |
Get the chi2 of the fit in one particular super point. More... | |
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. More... | |
uint32_t | nTrackPositions () const |
Number of track positions stored. More... | |
float | trackPositionR (unsigned int n) const |
Get R postion of track. More... | |
float | trackPositionZ (unsigned int n) const |
Get Z postion of track. More... | |
float | trackPositionEta (unsigned int n) const |
Get eta postion of track. More... | |
float | trackPositionPhi (unsigned int n) const |
Get phi postion of track. More... | |
void | setTrackPosition (float r, float z, float eta, float phi) |
Set position of muon track. More... | |
int | algoId () const |
Get and set L2 muon algorithm ID (defined above) More... | |
void | setAlgoId (int value) |
uint32_t | teId () const |
Get and set input TE ID. More... | |
void | setTeId (uint32_t value) |
uint32_t | lvl1Id () const |
Get and set extended level-1 ID. More... | |
void | setLvl1Id (uint32_t value) |
uint32_t | lumiBlock () const |
Get and set lumi block. More... | |
void | setLumiBlock (uint32_t value) |
uint32_t | muonDetMask () const |
Get and set detector mask. More... | |
void | setMuonDetMask (uint32_t value) |
uint32_t | roiId () const |
Get and set RoI ID. More... | |
void | setRoiId (uint32_t value) |
uint32_t | roiSystem () const |
Get and set RoI system ID. More... | |
void | setRoiSystem (uint32_t value) |
uint32_t | roiSubsystem () const |
Get and set RoI subsystem ID. More... | |
void | setRoiSubsystem (uint32_t value) |
uint32_t | roiSector () const |
Get and set RoI sector ID. More... | |
void | setRoiSector (uint32_t value) |
uint32_t | roiNumber () const |
Get and set RoI number. More... | |
void | setRoiNumber (uint32_t value) |
uint32_t | roiThreshold () const |
Get and set RoI threshold number. More... | |
void | setRoiThreshold (uint32_t value) |
float | roiEta () const |
Get and set RoI eta. More... | |
void | setRoiEta (float value) |
float | roiPhi () const |
Get and set RoI phi. More... | |
void | setRoiPhi (float value) |
float | tgcPt () const |
Set and get pT from different algorithms. More... | |
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. More... | |
int | chamberType2 (int station, int sector) const |
float | roadAw (int station, int sector) const |
Slope. More... | |
float | roadBw (int station, int sector) const |
Intercept. More... | |
float | zMin (int station, int sector) const |
Z. More... | |
float | zMax (int station, int sector) const |
float | rMin (int station, int sector) const |
R. More... | |
float | rMax (int station, int sector) const |
float | etaMin (int station, int sector) const |
Eta. More... | |
float | etaMax (int station, int sector) const |
void | setChamberType1 (int station, int sector, int chamberType) |
Set the muon road information. More... | |
void | setChamberType2 (int station, int sector, int chamberType) |
void | setRoad (int station, int sector, float aw, float bw) |
Road. More... | |
void | setRegionZ (int station, int sector, float min, float max) |
Z range. More... | |
void | setRegionR (int station, int sector, float min, float max) |
R range. More... | |
void | setRegionEta (int station, int sector, float min, float max) |
Eta range. More... | |
float | tgcInnEta () const |
Get the results of TGC fit. More... | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
void | setRpcHitsCapacity (int value) |
Size of storage to be reserved. More... | |
int | tgcHitsCapacity () const |
void | setTgcHitsCapacity (int value) |
Set size of storage for TGC hits. More... | |
int | mdtHitsCapacity () const |
void | setMdtHitsCapacity (int value) |
Set size of storage for MDT hits. More... | |
int | cscHitsCapacity () const |
void | setCscHitsCapacity (int value) |
Set size of storage for CSC hits. More... | |
void | setStgcClustersCapacity (const int value) |
Set size of storage for sTGC clusters. More... | |
void | setMmClustersCapacity (const int value) |
Set size of storage for MM clusters. More... | |
void | setCapacities (int rpc, int tgc, int mdt, int csc) |
const std::vector< uint32_t > & | rpcHitLayer () const |
Get RPC hits. More... | |
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. More... | |
const std::vector< float > & | tgcHitEta () const |
Get TGC hits. More... | |
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. More... | |
uint32_t | nMdtHits () const |
Get the online ID, offline ID, R, Z, redidual, time, space and sigma of each MDT tube. More... | |
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. More... | |
uint32_t | nCscHits () const |
Get CSC hits. More... | |
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. More... | |
const std::vector< unsigned int > & | stgcClusterLayer () const |
Get sTGC clusters. More... | |
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. More... | |
const std::vector< unsigned int > & | mmClusterLayer () const |
Get MM clusters. More... | |
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. More... | |
Static Public Attributes | |
static constexpr bool | supportsThinning = true |
Mark that this type supports thinning operations. More... | |
Protected Member Functions | |
bool | noPrivateData () const |
True if this element has no private data. More... | |
bool | havePrivateData () const |
True if this element currently has private data. More... | |
bool | hadPrivateData () const |
True if this element had private data before it was added to its current container. More... | |
Private Types | |
enum | PrivateStoreState : uint8_t { PrivateStoreState::NO_PRIVATE = 0, PrivateStoreState::HAVE_PRIVATE = 1, PrivateStoreState::HAD_PRIVATE = 2 } |
The current private data state. More... | |
Private Member Functions | |
void | releasePrivateStoreForDtor () |
Out-of-line portion of destructor. More... | |
void | setIndex (size_t index, SG::AuxVectorData *container) |
Set the index/container for this element. More... | |
bool | setIndexPrivate (size_t index, SG::AuxVectorData *container) |
Set the index/container for this element. More... | |
void | makePrivateStore1 (const void *) |
Create a new private store for this object and copy aux data. More... | |
void | makePrivateStore1 (const AuxElement *other) |
Create a new private store for this object and copy aux data. More... | |
AuxElementStandaloneData * | setStore1 (const SG::IConstAuxStore *store) |
Set the store associated with this object. More... | |
void | clearAux () |
Clear all aux data associated with this element. More... | |
void | copyAux (const ConstAuxElement &other) |
Copy aux data from another object. More... | |
void | setNoPrivateData () |
Record that this element does not have private data. More... | |
void | setHavePrivateData () |
Record that this element currently has private data. More... | |
void | setHadPrivateData () |
Record that this element used to have private data. More... | |
Private Attributes | |
const SG::AuxVectorData * | m_container |
The container of which this object is an element. More... | |
size_t | m_index |
The index of this element within its container. More... | |
PrivateStoreState | m_privateStoreState |
Functions implementing the xAOD::IParticle interface | |
typedef TLorentzVector | FourMom_t |
Definition of the 4-momentum type. More... | |
typedef ROOT::Math::LorentzVector< ROOT::Math::PtEtaPhiM4D< double > > | GenVecFourMom_t |
Base 4 Momentum type for trig muons. More... | |
virtual double | pt () const |
The transverse momentum ( \(p_T\)) of the particle. More... | |
virtual double | eta () const |
The pseudorapidity ( \(\eta\)) of the particle. More... | |
virtual double | phi () const |
The azimuthal angle ( \(\phi\)) of the particle. More... | |
virtual double | m () const |
The invariant mass of the particle. More... | |
virtual double | e () const |
The total energy of the particle. More... | |
virtual double | rapidity () const |
The true rapidity (y) of the particle. More... | |
virtual FourMom_t | p4 () const |
The full 4-momentum of the particle. More... | |
GenVecFourMom_t | genvecP4 () const |
The full 4-momentum of the particle : internal trig muon type. More... | |
virtual Type::ObjectType | type () const |
The type of the object as a simple enumeration. More... | |
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.
|
inherited |
Definition at line 548 of file AuxElement.h.
|
inherited |
Definition at line 545 of file AuxElement.h.
|
inherited |
Definition at line 551 of file AuxElement.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.
|
inherited |
Definition at line 542 of file AuxElement.h.
|
strongprivateinherited |
The current private data state.
Enumerator | |
---|---|
NO_PRIVATE | |
HAVE_PRIVATE | |
HAD_PRIVATE |
Definition at line 131 of file IAuxElement.h.
xAOD::L2StandAloneMuon_v2::L2StandAloneMuon_v2 | ( | ) |
int xAOD::L2StandAloneMuon_v2::algoId | ( | ) | const |
Get and set L2 muon algorithm ID (defined above)
|
inherited |
Fetch an aux data variable, as a non-const reference.
name | Name of the aux variable. |
This method has to translate from the aux data name to the internal representation each time it is called. Using this method inside of loops is discouraged; instead use the Accessor
class.
|
inherited |
Fetch an aux data variable, as a const reference.
name | Name of the aux variable. |
This method has to translate from the aux data name to the internal representation each time it is called. Using this method inside of loops is discouraged; instead use the Accessor
or ConstAccessor
classes.
|
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.
name | Name of the aux variable |
clsname | The name of the associated class. May be blank |
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.
name | Name of the aux variable |
clsname | The name of the associated class. May be blank |
Definition at line 118 of file Event/xAOD/xAODBase/xAODBase/IParticle.h.
|
inherited |
Fetch an aux data variable, as a const reference.
name | Name of the aux variable. |
This method has to translate from the aux data name to the internal representation each time it is called. Using this method inside of loops is discouraged; instead use the ConstAccessor
class.
|
inherited |
Fetch an aux data variable, as a const reference.
name | Name of the aux variable. |
clsname | The name of the associated class. May be blank. |
This method has to translate from the aux data name to the internal representation each time it is called. Using this method inside of loops is discouraged; instead use the ConstAccessor
class.
|
inherited |
Fetch an aux decoration, as a non-const reference.
name | Name of the aux variable. |
This method has to translate from the aux data name to the internal representation each time it is called. Using this method inside of loops is discouraged; instead use the Accessor
class.
If the container is locked, this will allow fetching only variables that do not yet exist (in which case they will be marked as decorations) or variables already marked as decorations.
|
inherited |
Fetch an aux decoration, as a non-const reference.
name | Name of the aux variable. |
clsname | The name of the associated class. May be blank. |
This method has to translate from the aux data name to the internal representation each time it is called. Using this method inside of loops is discouraged; instead use the Accessor
class.
If the container is locked, this will allow fetching only variables that do not yet exist (in which case they will be marked as decorations) or variables already marked as decorations.
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 426 of file L2StandAloneMuon_v2.cxx.
|
privateinherited |
Clear all aux data associated with this element.
If this object has no associated store, this does nothing. If the associated aux data is const, this throws ExcConstAuxData
.
Definition at line 535 of file AuxElement.cxx.
|
inherited |
Clear the cached aux data pointers.
You should call this any time something changes in the aux store that could invalidate the vector pointers.
Definition at line 319 of file AuxElement.cxx.
|
inherited |
Clear all decorations.
Erase all decorations from an associated store, restoring the state to when lock
was called.
Returns true if there were any decorations that were cleared, false if the store did not contain any decorations.
Definition at line 385 of file AuxElement.cxx.
|
inherited |
Return the container holding this element.
|
inherited |
Return the container holding this element.
|
privateinherited |
Copy aux data from another object.
other | The object from which to copy. |
If this object has no associated store, this does nothing. If the associated aux data is const, this throws ExcConstAuxData
.
All aux data items from other
are copied to this object. Any aux data items associated with this object that are not present in other
are cleared. (If other
has no aux data, then all aux data items for this object are cleared.)
Definition at line 561 of file AuxElement.cxx.
Definition at line 1530 of file L2StandAloneMuon_v2.cxx.
Definition at line 1562 of file L2StandAloneMuon_v2.cxx.
Definition at line 1626 of file L2StandAloneMuon_v2.cxx.
Definition at line 1594 of file L2StandAloneMuon_v2.cxx.
Definition at line 1522 of file L2StandAloneMuon_v2.cxx.
Definition at line 1578 of file L2StandAloneMuon_v2.cxx.
Definition at line 1602 of file L2StandAloneMuon_v2.cxx.
Definition at line 1610 of file L2StandAloneMuon_v2.cxx.
Definition at line 1642 of file L2StandAloneMuon_v2.cxx.
int xAOD::L2StandAloneMuon_v2::cscHitsCapacity | ( | ) | const |
Definition at line 1546 of file L2StandAloneMuon_v2.cxx.
Definition at line 1538 of file L2StandAloneMuon_v2.cxx.
Definition at line 1554 of file L2StandAloneMuon_v2.cxx.
Definition at line 1586 of file L2StandAloneMuon_v2.cxx.
Definition at line 1634 of file L2StandAloneMuon_v2.cxx.
Definition at line 1570 of file L2StandAloneMuon_v2.cxx.
Definition at line 1618 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.
Eta.
Eta range.
normal sector
overlap sector
Definition at line 640 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.
|
inherited |
Return a set of identifiers for existing data items for this object.
If this object has a private or standalone store, then information from that will be returned. Otherwise, if this element is part of a container, then information for the container will be returned. Otherwise, return an empty set.
Definition at line 335 of file AuxElement.cxx.
|
inherited |
Return the current store, as a const interface.
This will be non-zero if either a const or non-const store is associated with this object. This will fetch either a private or standalone store.
Definition at line 284 of file AuxElement.cxx.
|
inherited |
Return the current store, as a non-const interface.
This will be non-zero if a non-const store is associated with this object. This will fetch either a private or standalone store.
Definition at line 299 of file AuxElement.cxx.
|
protectedinherited |
True if this element had private data before it was added to its current container.
|
inherited |
Return true if this object has an associated non-const store.
This will be true for either a private or standalone store.
Definition at line 368 of file AuxElement.cxx.
|
inherited |
Return true if this object has an associated store.
This will be true for either a private or standalone store.
Definition at line 355 of file AuxElement.cxx.
|
protectedinherited |
True if this element currently has private data.
|
inherited |
Return the index of this element within its container.
|
inherited |
Return the index of this element within its container.
Inherited from IAuxElement.
|
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.
name | Name of the auxiliary variable |
clsname | The name of the associated class. May be blank |
Definition at line 135 of file Event/xAOD/xAODBase/xAODBase/IParticle.h.
|
inherited |
Check if an aux variable is available for writing.
name | Name of the aux variable. |
clsname | The name of the associated class. May be blank. |
This method has to translate from the aux data name to the internal representation each time it is called. Using this method inside of loops is discouraged; instead use the Accessor
class.
|
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.
name | Name of the auxiliary variable |
clsname | The name of the associated class. May be blank |
Definition at line 152 of file Event/xAOD/xAODBase/xAODBase/IParticle.h.
|
inherited |
Check if an aux variable is available for writing as a decoration.
name | Name of the aux variable. |
clsname | The name of the associated class. May be blank. |
This method has to translate from the aux data name to the internal representation each time it is called. Using this method inside of loops is discouraged; instead use the Accessor
class.
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.
|
inherited |
Create a new (empty) private store for this object.
ExcBadPrivateStore
will be thrown if this object is already associated with a store.
Definition at line 172 of file AuxElement.cxx.
|
inherited |
Create a new private store for this object and copy aux data.
other | The object from which aux data should be copied. |
ExcBadPrivateStore
will be thrown if this object is already associated with a store.
If other
is an object that has aux data, then those data will be copied; otherwise, nothing will be done.
|
inherited |
Create a new private store for this object and copy aux data.
other | The object from which aux data should be copied. |
ExcBadPrivateStore
will be thrown if this object is already associated with a store.
If other
is an object that has aux data, then those data will be copied; otherwise, nothing will be done.
|
privateinherited |
Create a new private store for this object and copy aux data.
other | The object from which aux data should be copied. |
ExcBadPrivateStore
will be thrown if this object is already associated with a store.
This overload handles the case where other
does have aux data.
Definition at line 521 of file AuxElement.cxx.
|
privateinherited |
Create a new private store for this object and copy aux data.
other | The object from which aux data should be copied. |
ExcBadPrivateStore
will be thrown if this object is already associated with a store.
This overload handles the case where other
does not have aux data.
Definition at line 1428 of file L2StandAloneMuon_v2.cxx.
Definition at line 1420 of file L2StandAloneMuon_v2.cxx.
Definition at line 1412 of file L2StandAloneMuon_v2.cxx.
Definition at line 1404 of file L2StandAloneMuon_v2.cxx.
Definition at line 1452 of file L2StandAloneMuon_v2.cxx.
Definition at line 1436 of file L2StandAloneMuon_v2.cxx.
Definition at line 1460 of file L2StandAloneMuon_v2.cxx.
int xAOD::L2StandAloneMuon_v2::mdtHitsCapacity | ( | ) | const |
Definition at line 1484 of file L2StandAloneMuon_v2.cxx.
Definition at line 1476 of file L2StandAloneMuon_v2.cxx.
Definition at line 1468 of file L2StandAloneMuon_v2.cxx.
Definition at line 1444 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 1400 of file L2StandAloneMuon_v2.cxx.
|
protectedinherited |
True if this element has no private data.
uint32_t xAOD::L2StandAloneMuon_v2::nTrackPositions | ( | ) | const |
Number of track positions stored.
Get and set track positions.
Definition at line 264 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.
|
inherited |
Release and free any private store associated with this object.
ExcBadPrivateStore
will be thrown if this object does not have a private store.
Definition at line 190 of file AuxElement.cxx.
|
privateinherited |
Out-of-line portion of destructor.
Delete a private store if we have one.
Definition at line 398 of file AuxElement.cxx.
float xAOD::L2StandAloneMuon_v2::rMS | ( | ) | const |
Get the R at muon spectrometer.
Slope.
Road slope.
normal sector
overlap sector
Definition at line 480 of file L2StandAloneMuon_v2.cxx.
Intercept.
Road intercept.
normal sector
overlap sector
Definition at line 507 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.
void xAOD::L2StandAloneMuon_v2::setBeta | ( | float | value | ) |
Set beta.
Definition at line 1314 of file L2StandAloneMuon_v2.cxx.
Set the muon road information.
Set road properties.
Chamber types
Normal sector
Overlap sector
Definition at line 696 of file L2StandAloneMuon_v2.cxx.
|
inherited |
Synonym for setStore
with IConstAuxStore
.
store | The new store. |
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 | ||
) |
void xAOD::L2StandAloneMuon_v2::setCscHitsCapacity | ( | int | value | ) |
void xAOD::L2StandAloneMuon_v2::setDeltaEta | ( | float | value | ) |
Set error of eta.
void xAOD::L2StandAloneMuon_v2::setDeltaPhi | ( | float | value | ) |
Set error of phi.
void xAOD::L2StandAloneMuon_v2::setDeltaPt | ( | float | value | ) |
Set error of pT.
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::setDirPhiMS | ( | float | value | ) |
Set tan phi at muon spectrometer.
void xAOD::L2StandAloneMuon_v2::setDirZMS | ( | float | value | ) |
Set dRdZ at muon spectrometer.
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 82 of file L2StandAloneMuon_v2.cxx.
void xAOD::L2StandAloneMuon_v2::setEtaBin | ( | int | value | ) |
Set eta bin of pT LUT.
void xAOD::L2StandAloneMuon_v2::setEtaMap | ( | float | value | ) |
Set eta used to refer pT LUT.
void xAOD::L2StandAloneMuon_v2::setEtaMS | ( | float | value | ) |
Set the eta at muon spectrometer.
|
privateinherited |
Record that this element used to have private data.
|
privateinherited |
Record that this element currently has private data.
|
privateinherited |
Set the index/container for this element.
index | The index of this object within the container. |
container | The container holding this object. May be null if this object is being removed from a container. |
Usually this simply sets the index and container members of this object. However, in the case where this object has an associated private store, then we need to deal with releasing the store if the object is being added to a container, or making a new store if the object is being removed from a container.
|
privateinherited |
Set the index/container for this element.
index | The index of this object within the container. |
container | The container holding this object. May be null if this object is being removed from a container. |
This is called from setIndex
when we have a private store to deal with.
Definition at line 462 of file AuxElement.cxx.
void xAOD::L2StandAloneMuon_v2::setIsRpcFailure | ( | int | value | ) |
Set flag to record if RPC is properly read.
void xAOD::L2StandAloneMuon_v2::setIsTgcFailure | ( | int | value | ) |
Set flag to record if TGC is properly read.
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 | ||
) |
void xAOD::L2StandAloneMuon_v2::setMdtHitsCapacity | ( | int | value | ) |
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 1736 of file L2StandAloneMuon_v2.cxx.
void xAOD::L2StandAloneMuon_v2::setMuonDetMask | ( | uint32_t | value | ) |
|
inherited |
Synonym for setStore
with IAuxStore
.
store | The new store. |
|
privateinherited |
Record that this element does not have private data.
void xAOD::L2StandAloneMuon_v2::setPhi | ( | float | phi | ) |
Set the azimuthal angle ( \(\phi\)) of the muon.
Definition at line 89 of file L2StandAloneMuon_v2.cxx.
void xAOD::L2StandAloneMuon_v2::setPhiBin | ( | int | value | ) |
Set phi bin of pT LUT.
void xAOD::L2StandAloneMuon_v2::setPhiMap | ( | float | value | ) |
Set phi used to refer pT LUT.
void xAOD::L2StandAloneMuon_v2::setPhiMS | ( | float | value | ) |
Set the phi at muon spectrometer.
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 883 of file L2StandAloneMuon_v2.cxx.
R range.
Normal sector
minimum R
maximum R
Overlap sector
minimum R
maximum R
Definition at line 839 of file L2StandAloneMuon_v2.cxx.
Z range.
Normal sector
minimum Z
mazimum Z
Overlap sector
minimum Z
maximum Z
Definition at line 795 of file L2StandAloneMuon_v2.cxx.
void xAOD::L2StandAloneMuon_v2::setRMS | ( | float | value | ) |
Set the R at muon spectrometer.
Road.
Normal sector
Slope
Intercept
Overlap sector
Slope
Intercept
Definition at line 751 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 RoI ID of the seeding LVL1 muon.
Set the results of RPC fit.
Get the results of TGC fit.
Definition at line 1050 of file L2StandAloneMuon_v2.cxx.
Definition at line 1063 of file L2StandAloneMuon_v2.cxx.
Definition at line 1076 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 1340 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 1183 of file L2StandAloneMuon_v2.cxx.
void xAOD::L2StandAloneMuon_v2::setSAddress | ( | int | value | ) |
Set the station address of the muon.
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 1697 of file L2StandAloneMuon_v2.cxx.
|
inherited |
Set the store associated with this object.
store | The new store. |
If store is nonzero, this adds a standalone store to the object. The object must not be in a container and must not have a private store. If store is zero, this removes a standalone store.
store | Link to the new store. |
Definition at line 249 of file AuxElement.cxx.
|
inherited |
Set the store associated with this object.
store | The new store. |
If store is nonzero, this adds a standalone store to the object. The object must not be in a container and must not have a private store. If store is zero, this removes a standalone store.
Definition at line 221 of file AuxElement.cxx.
|
inherited |
Set the store associated with this object.
store | The new store. |
If store is nonzero, this adds a standalone store to the object. The object must not be in a container and must not have a private store. If store is zero, this removes a standalone store.
Definition at line 237 of file AuxElement.cxx.
|
privateinherited |
Set the store associated with this object.
store | The new store. |
Helper for setStore
. Creates the AuxElementStandaloneData
object if needed and returns it.
store | The new store. |
Helper for setStore
. Creates the @x AuxElementStandaloneData object if needed and returns it.
Definition at line 418 of file AuxElement.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 220 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 | ||
) |
Set TGC hits.
Get TGC hits.
Set the results of TGC fit
Definition at line 1375 of file L2StandAloneMuon_v2.cxx.
void xAOD::L2StandAloneMuon_v2::setTgcHitsCapacity | ( | int | value | ) |
Set the results of TGC fit.
Get the results of TGC fit.
Set the results of TGC fit
Definition at line 958 of file L2StandAloneMuon_v2.cxx.
Definition at line 973 of file L2StandAloneMuon_v2.cxx.
Definition at line 988 of file L2StandAloneMuon_v2.cxx.
Definition at line 1003 of file L2StandAloneMuon_v2.cxx.
Definition at line 1018 of file L2StandAloneMuon_v2.cxx.
void xAOD::L2StandAloneMuon_v2::setTgcPt | ( | float | value | ) |
void xAOD::L2StandAloneMuon_v2::setZMS | ( | float | value | ) |
Set the Z at muon spectrometer.
Get sTGC clusters.
Get the chi2 of the fit in one particular super point.
Definition at line 211 of file L2StandAloneMuon_v2.cxx.
Get the measured intercept of the muon in one particular super point.
Definition at line 203 of file L2StandAloneMuon_v2.cxx.
Get the measured radious of the muon in one particular super point.
Get superPoint properties.
Definition at line 179 of file L2StandAloneMuon_v2.cxx.
Get the measured slope of the muon in one particular super point.
Definition at line 195 of file L2StandAloneMuon_v2.cxx.
Get the measured Z position of the muon in one particular super point.
Definition at line 187 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 |
float xAOD::L2StandAloneMuon_v2::tgcPt | ( | ) | const |
Set and get pT from different algorithms.
|
inherited |
Return true if index tracking is enabled for this object.
Always returns true. Included here to be consistent with AuxVectorBase when standalone objects may be used as template parameters.
Get eta postion of track.
Definition at line 284 of file L2StandAloneMuon_v2.cxx.
Get phi postion of track.
Definition at line 292 of file L2StandAloneMuon_v2.cxx.
Get R postion of track.
Definition at line 268 of file L2StandAloneMuon_v2.cxx.
Get Z postion of track.
Definition at line 276 of file L2StandAloneMuon_v2.cxx.
|
virtual |
The type of the object as a simple enumeration.
Implements xAOD::IParticle.
|
inherited |
Test to see if this object is currently using a private store.
Definition at line 260 of file AuxElement.cxx.
|
inherited |
Test to see if this object is currently using a standalone store.
Test to see if this object is currently using a private store.
Definition at line 270 of file AuxElement.cxx.
float xAOD::L2StandAloneMuon_v2::zMS | ( | ) | const |
Get the Z at muon spectrometer.
|
privateinherited |
The container of which this object is an element.
Should be null if this object is not within a container, except that it may also point at a private store.
Definition at line 324 of file AuxElement.h.
|
privateinherited |
The index of this element within its container.
Should be 0 if this object is not within a container.
Definition at line 128 of file IAuxElement.h.
|
privateinherited |
Definition at line 137 of file IAuxElement.h.
|
staticconstexprinherited |
Mark that this type supports thinning operations.
See AthContainers/supportsThinning.h and AthenaPoolCnvSvc/T_AthenaPoolCnv.h. Helps guide which pool converter template will be used. If false, the default pool converter will be used rather than the aux store-specific one. Ordinary xAOD type should not touch this, but may be overridden in a derived class to handle certain special cases.
Definition at line 920 of file AuxElement.h.