![]() |
ATLAS Offline Software
|
Functions | |
| getElectrons (aKey) | |
| getMuons (aKey) | |
| getNeutrinos (aKey) | |
| getParticleBases (aKey) | |
| getParticleJets (aKey) | |
| getJets (aKey) | |
| getPhotons (aKey) | |
| getTauJets (aKey) | |
| getTruthParticles (aKey) | |
| getIParticles (aKey) | |
| getBJets (aKey) | |
| getMissingET (aKey) | |
| getMissingETSig (aKey) | |
| getMissingEtCalo (aKey) | |
| getMissingEtTruth (aKey) | |
| getMissingETSigObjs (aKey) | |
| getCaloClusters (aKey) | |
| getVertices (aKey) | |
| getTrackParticleTruths (aKey) | |
| getTrackParticles (aKey) | |
| getTrackRecords (aKey) | |
| getDetStatusMap (aKey) | |
| getMuonSpShowers (key) | |
Variables | |
| str | __docformat__ = "restructuredtext en" |
module to access particle objects interactively Examples are in `PyAnalysisExamples/ParticleTest.py`_ .. _PyAnalysisExamples/ParticleTest.py: http://atlas-sw.cern.ch/cgi-bin/viewcvs-atlas.cgi/offline/PhysicsAnalysis/PyAnalysis/PyAnalysisExamples/share/ParticleTest.py?rev=HEAD&content-type=text/vnd.viewcvs-markup :author: Tadashi Maeno :contact: Tadashi.Maeno@cern.ch
| python.PyParticleTools.getBJets | ( | aKey | ) |
Retrieve BJetContainer object from SG :param aKey: key of the object see `getElectrons`
Definition at line 122 of file PyParticleTools.py.
| python.PyParticleTools.getCaloClusters | ( | aKey | ) |
Retrieve CaloClusterContainer object from SG :param aKey: key of the object **examples**:: see `getElectrons`
Definition at line 193 of file PyParticleTools.py.
| python.PyParticleTools.getDetStatusMap | ( | aKey | ) |
Retrieve DetStatusMap object from SG :param aKey: key of the object **examples**:: see `getElectrons`
Definition at line 260 of file PyParticleTools.py.
| python.PyParticleTools.getElectrons | ( | aKey | ) |
Retrieve ElectronContainer object from SG
:param aKey: key of the object
**examples**::
athena> econ = PyParticleTools.getElectrons('ElectronCollection')
athena> for e in econ:
... print e.pt() # don't forget to put an additional whitespace before 'print'
... # just hit the return key
Definition at line 17 of file PyParticleTools.py.
| python.PyParticleTools.getIParticles | ( | aKey | ) |
Retrieve IParticleContainer object from SG :param aKey: key of the object see `getElectrons`
Definition at line 112 of file PyParticleTools.py.
| python.PyParticleTools.getJets | ( | aKey | ) |
Retrieve JetContainer object from SG :param aKey: key of the object see `getElectrons`
Definition at line 72 of file PyParticleTools.py.
| python.PyParticleTools.getMissingET | ( | aKey | ) |
Retrieve MissingET object from SG
:param aKey: key of the object
**examples**::
athena> met = PyParticleTools.getMissingET('MET_Final')
athena> print met.sumet()
Definition at line 132 of file PyParticleTools.py.
| python.PyParticleTools.getMissingEtCalo | ( | aKey | ) |
Retrieve MissingEtCalo object from SG
:param aKey: key of the object
**examples**::
athena> met = PyParticleTools.getMissingEtCalo('MET_Base')
athena> print met.calibType()
Definition at line 158 of file PyParticleTools.py.
| python.PyParticleTools.getMissingETSig | ( | aKey | ) |
Retrieve MissingETSig object from SG
:param aKey: key of the object
**examples**::
athena> met = PyParticleTools.getMissingETSig('METSig')
athena> print met.met()
Definition at line 145 of file PyParticleTools.py.
| python.PyParticleTools.getMissingETSigObjs | ( | aKey | ) |
Retrieve MissingETSigObjContainer object from SG :param aKey: key of the object see `getElectrons`
Definition at line 184 of file PyParticleTools.py.
| python.PyParticleTools.getMissingEtTruth | ( | aKey | ) |
Retrieve MissingEtTruth object from SG
:param aKey: key of the object
**examples**::
athena> met = PyParticleTools.getMissingEtTruth('MET_Truth')
athena> print met.sumet()
Definition at line 171 of file PyParticleTools.py.
| python.PyParticleTools.getMuons | ( | aKey | ) |
Retrieve MuonContainer object from SG :param aKey: key of the object see `getElectrons`
Definition at line 32 of file PyParticleTools.py.
| python.PyParticleTools.getMuonSpShowers | ( | key | ) |
Retrieve Rec::MuonSpShowerContainer object from SG :param aKey: key of the object **examples**:: see `getElectrons`
Definition at line 273 of file PyParticleTools.py.
| python.PyParticleTools.getNeutrinos | ( | aKey | ) |
Retrieve NeutrinoContainer object from SG :param aKey: key of the object see `getElectrons`
Definition at line 42 of file PyParticleTools.py.
| python.PyParticleTools.getParticleBases | ( | aKey | ) |
Retrieve ParticleBaseContainer object from SG :param aKey: key of the object see `getElectrons`
Definition at line 52 of file PyParticleTools.py.
| python.PyParticleTools.getParticleJets | ( | aKey | ) |
Retrieve ParticleJetContainer object from SG OBSOLETE due to ParticleJet/Jet merger :param aKey: key of the object see `getElectrons`
Definition at line 62 of file PyParticleTools.py.
| python.PyParticleTools.getPhotons | ( | aKey | ) |
Retrieve PhotonContainer object from SG :param aKey: key of the object see `getElectrons`
Definition at line 82 of file PyParticleTools.py.
| python.PyParticleTools.getTauJets | ( | aKey | ) |
Retrieve TauJetContainer object from SG :param aKey: key of the object see `getElectrons`
Definition at line 92 of file PyParticleTools.py.
| python.PyParticleTools.getTrackParticles | ( | aKey | ) |
Retrieve TrackParticleContainer object from SG :param aKey: key of the object **examples**:: see `getElectrons`
Definition at line 231 of file PyParticleTools.py.
| python.PyParticleTools.getTrackParticleTruths | ( | aKey | ) |
Retrieve TrackParticleTruthCollection object from SG :param aKey: key of the object **examples**:: see `getElectrons`
Definition at line 218 of file PyParticleTools.py.
| python.PyParticleTools.getTrackRecords | ( | aKey | ) |
Retrieve TrackRecordCollection object from SG :param aKey: key of the object **examples**:: see `getElectrons`
Definition at line 244 of file PyParticleTools.py.
| python.PyParticleTools.getTruthParticles | ( | aKey | ) |
Retrieve TruthParticleContainer object from SG :param aKey: key of the object see `getElectrons`
Definition at line 102 of file PyParticleTools.py.
| python.PyParticleTools.getVertices | ( | aKey | ) |
Retrieve VxContainer object from SG :param aKey: key of the object **examples**:: see `getElectrons`
Definition at line 205 of file PyParticleTools.py.
|
private |
Definition at line 13 of file PyParticleTools.py.