ATLAS Offline Software
Typedefs
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.

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 Documentation

◆ Label

using Label = IConstituentUserInfo::Label

Definition at line 20 of file JetConstituentFiller.cxx.

◆ MuonSegmentCUI

Definition at line 28 of file JetConstituentFiller.cxx.

◆ 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.