ATLAS Offline Software
Loading...
Searching...
No Matches
JetConstituentFiller.cxx File Reference
#include "JetEDM/JetConstituentFiller.h"
#include <map>
#include "JetEDM/IConstituentUserInfo.h"
#include "JetEDM/IndexedTConstituentUserInfo.h"
#include "JetEDM/LabelIndex.h"
#include "xAODJet/JetContainer.h"
#include "fastjet/PseudoJet.hh"
#include "xAODMuon/MuonSegmentContainer.h"
#include <iostream>
Include dependency graph for JetConstituentFiller.cxx:

Go to the source code of this file.

Classes

class  JetConstituentFiller

Typedefs

using PseudoJetVector = std::vector<fastjet::PseudoJet>
using Label = IConstituentUserInfo::Label
using ParticleVector = std::vector<const IParticle *>
using ParticleMap = std::vector<ParticleVector>
using PtMap = std::vector<double>
using MuonSegmentVector = std::vector<const MuonSegment *>
using MuonSegmentCUI = IndexedTConstituentUserInfo<MuonSegment>
using MuonSegmentMap = std::vector<MuonSegmentVector>
using ParTypeVector = std::vector<ParType>
typedef MuonSegment_v1 MuonSegment
 Reference the current persistent version:

Typedef Documentation

◆ Label

Definition at line 20 of file JetConstituentFiller.cxx.

◆ MuonSegment

typedef MuonSegment_v1 xAOD::MuonSegment

Reference the current persistent version:

Definition at line 13 of file Event/xAOD/xAODMuon/xAODMuon/MuonSegment.h.

◆ MuonSegmentCUI

◆ MuonSegmentMap

using MuonSegmentMap = std::vector<MuonSegmentVector>

Definition at line 29 of file JetConstituentFiller.cxx.

◆ MuonSegmentVector

using MuonSegmentVector = std::vector<const MuonSegment *>

Definition at line 27 of file JetConstituentFiller.cxx.

◆ ParticleMap

using ParticleMap = std::vector<ParticleVector>

Definition at line 22 of file JetConstituentFiller.cxx.

◆ ParticleVector

using ParticleVector = std::vector<const IParticle *>

Definition at line 21 of file JetConstituentFiller.cxx.

◆ ParTypeVector

using ParTypeVector = std::vector<ParType>

Definition at line 36 of file JetConstituentFiller.cxx.

◆ PseudoJetVector

using PseudoJetVector = std::vector<fastjet::PseudoJet>

Definition at line 17 of file JetConstituentFiller.cxx.

◆ PtMap

using PtMap = std::vector<double>

Definition at line 23 of file JetConstituentFiller.cxx.