DAS  3.0
Das Analysis System
MuellerNavelet.h File Reference
#include "Core/Objects/interface/Jet.h"
#include <algorithm>
#include <list>
#include <optional>
#include <vector>
+ Include dependency graph for MuellerNavelet.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Obs2Jets
 
struct  ObsMiniJets
 

Namespaces

 DAS
 
 DAS::MN
 

Functions

template<typename Jet >
std::optional< std::pair< Jet, Jet > > GetMNJet (std::vector< Jet > jets, std::function< bool(Jet &)> ptcut=[](Jet &jet) {return jet.p4.Pt()< 35 ;})
 
template<typename Jet >
std::vector< Jet > GetMiniJets (std::vector< Jet > jets, const std::pair< Jet, Jet > &MNJets, std::function< bool(Jet &)> ptcut=[](Jet &jet) {return jet.p4.Pt()< 20;})