DAS  3.0
Das Analysis System
Jet.h File Reference
+ Include dependency graph for Jet.h:

Go to the source code of this file.

Classes

struct  GenJet
 
struct  RecJet
 
struct  RecJet::Tagger
 

Namespaces

 DAS
 

Functions

std::ostream & operator<< (std::ostream &s, const DAS::GenJet &jet)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const DAS::GenJet jet 
)
inline
71 {
72  return s << jet.p4 << ' ' << jet.nCHadrons << ' ' << jet.nBHadrons;
73 }
DAS::PhysicsObject::p4
FourVector p4
raw four-momentum directly after reconstruction
Definition: PhysicsObject.h:47
DAS::GenJet::nBHadrons
int nBHadrons
Number of B hadrons (0, 1 or 2+)
Definition: Jet.h:13
DAS::GenJet::nCHadrons
int nCHadrons
Number of D hadrons (0, 1+ in 2017; 0, 1, 2+ in 2016)
Definition: Jet.h:14