#include <algorithm>
#include <vector>
#include "DataFormats/L1Trigger/interface/L1Candidate.h"
#include "DataFormats/L1TParticleFlow/interface/taus.h"
#include "DataFormats/L1TParticleFlow/interface/gt_datatypes.h"
Go to the source code of this file.
Classes | |
class | l1t::PFTau |
Namespaces | |
l1t | |
delete x; | |
Typedefs | |
typedef std::vector< l1t::PFTau > | l1t::PFTauCollection |
typedef edm::Ref< l1t::PFTauCollection > | l1t::PFTauRef |
typedef edm::RefVector< l1t::PFTauCollection > | l1t::PFTauRefVector |
typedef std::vector< l1t::PFTauRef > | l1t::PFTauVectorRef |
Variables | |
static constexpr float | l1t::PFTAU_NN_LOOSE_CUT = 0.28 |
static constexpr float | l1t::PFTAU_NN_OFFSET = 0.1 |
static constexpr float | l1t::PFTAU_NN_OVERALL_SCALE = 1. / 20.1 |
static constexpr double | l1t::PFTAU_NN_PT_CUTOFF = 100.0 |
static constexpr float | l1t::PFTAU_NN_SLOPE = 0.2 |
static constexpr float | l1t::PFTAU_NN_TIGHT_CUT = 0.25 |
static constexpr float | l1t::PFTAU_PF_LOOSE_CUT = 10.0 |
static constexpr float | l1t::PFTAU_PF_TIGHT_CUT = 5.0 |
static constexpr float | l1t::PTSCALING_MASSCUT = 40.0 |