DAS  3.0
Das Analysis System
Lepton.h File Reference
+ Include dependency graph for Lepton.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  GenMuon
 
struct  RecMuon
 

Namespaces

 DAS
 

Functions

std::ostream & operator<< (std::ostream &s, const DAS::GenMuon &muon)
 
std::ostream & operator<< (std::ostream &s, const DAS::RecMuon &muon)
 

Function Documentation

◆ operator<<() [1/2]

std::ostream& operator<< ( std::ostream &  s,
const DAS::GenMuon muon 
)
inline
48 {
49  return s << muon.p4 << ' ' << muon.Q;
50 }

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  s,
const DAS::RecMuon muon 
)
inline
52 {
53  return s << muon.p4 << ' ' << muon.Q << ' ' << muon.selectors;
54 }
DAS::PhysicsObject::p4
FourVector p4
raw four-momentum directly after reconstruction
Definition: PhysicsObject.h:47
DAS::RecMuon::selectors
unsigned int selectors
muon ID & PF isolation
Definition: Lepton.h:29
DAS::GenMuon::Q
int Q
+/- 1
Definition: Lepton.h:13