![]() |
ATLAS Offline Software
|
#include <iosfwd>Go to the source code of this file.
Namespaces | |
| namespace | xAODType |
| namespace | xAOD |
| ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region. | |
Enumerations | |
| enum | xAODType::ObjectType { xAODType::Other = 0 , xAODType::CaloCluster = 1 , xAODType::Jet = 2 , xAODType::ParticleFlow = 3 , xAODType::TrackParticle = 4 , xAODType::NeutralParticle = 5 , xAODType::Electron = 6 , xAODType::Photon = 7 , xAODType::Muon = 8 , xAODType::Tau = 9 , xAODType::TrackCaloCluster = 10 , xAODType::FlowElement = 11 , xAODType::Vertex = 101 , xAODType::BTag = 102 , xAODType::TruthParticle = 201 , xAODType::TruthVertex = 202 , xAODType::TruthEvent = 203 , xAODType::TruthPileupEvent = 204 , xAODType::L2StandAloneMuon = 501 , xAODType::L2IsoMuon = 502 , xAODType::L2CombinedMuon = 503 , xAODType::TrigElectron = 504 , xAODType::TrigPhoton = 505 , xAODType::TrigCaloCluster = 506 , xAODType::TrigEMCluster = 507 , xAODType::EventInfo = 1001 , xAODType::EventFormat = 1002 , xAODType::Particle = 1101 , xAODType::CompositeParticle = 1102 } |
| Type of objects that have a representation in the xAOD EDM. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &out, xAOD::Type::ObjectType type) |
| Convenience operator for printing the object type in a (debug) message. | |
| std::ostream & operator<< | ( | std::ostream & | out, |
| xAOD::Type::ObjectType | type ) |
Convenience operator for printing the object type in a (debug) message.
Convenience operator for printing the object type in a (debug) message.
| out | The STL stream to print to |
| type | The type whose name to print in the stream |
Definition at line 25 of file ObjectType.cxx.