#include <MuonSegmentExtractor.h>
Definition at line 17 of file MuonSegmentExtractor.h.
◆ MuonSegmentExtractor()
◆ ~MuonSegmentExtractor()
MuonSegmentExtractor::~MuonSegmentExtractor |
( |
| ) |
|
|
virtualdefault |
◆ addToJet()
void MuonSegmentExtractor::addToJet |
( |
xAOD::Jet & |
jet, |
|
|
const std::vector< int > & |
indices |
|
) |
| const |
|
overridevirtual |
◆ checkIntegrity()
bool MuonSegmentExtractor::checkIntegrity |
( |
| ) |
const |
|
overridevirtual |
◆ clone()
◆ ghostClone()
◆ toString()
std::string MuonSegmentExtractor::toString |
( |
int |
level | ) |
const |
|
overridevirtual |
Implements IConstituentExtractor.
Definition at line 42 of file MuonSegmentExtractor.cxx.
43 std::ostringstream oss{
"", std::ios::ate};
44 oss <<
"MuonSegmentExtractor dump level(" <<
level <<
")"
46 <<
" isGhost " << std::boolalpha <<
true
50 oss <<
"\n MuonSegment momenta\n";
54 oss << p->px() <<
" " << p->py() <<
" " << p->pz() <<
'\n';});
◆ m_label
std::string MuonSegmentExtractor::m_label |
|
private |
◆ m_originalParticles
The documentation for this class was generated from the following files: