#include <memory>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/one/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "CommonTools/UtilAlgos/interface/TFileService.h"
#include "L1Trigger/L1TCalorimeter/interface/CaloTools.h"
#include "DataFormats/L1TParticleFlow/interface/PFCandidate.h"
#include <fstream>
#include <iostream>
#include <iomanip>
#include <cmath>
Go to the source code of this file.
Classes | |
class | L1TS2PFJetInputPatternWriter |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< L1TS2PFJetInputPatternWriter > > | s_filler_0__LINE__ ("L1TS2PFJetInputPatternWriter") |
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< L1TS2PFJetInputPatternWriter > > | s_maker__LINE__ ("L1TS2PFJetInputPatternWriter") |
Variables | |
constexpr unsigned int | bit_shift_eta = 26 |
constexpr unsigned int | bit_shift_phi = 16 |
constexpr float | eta_first_region_boundary = 0.75 |
constexpr float | eta_second_region_boundary = 1.5 |
constexpr float | etaLSB = 0.0043633231 |
constexpr unsigned int | framesPerFile = 1015 |
constexpr unsigned int | hash_bitmask_10 = 0x3ff |
constexpr unsigned int | hash_bitmask_16 = 0xffff |
constexpr unsigned int | mod_13_1 = 1 |
constexpr unsigned int | mod_13_2 = 2 |
constexpr unsigned int | n_first_empty_frames = 14 |
constexpr unsigned int | n_latency_clocks = 13 |
constexpr float | phi_region_boundary = 0.7 |
constexpr float | phiLSB = 0.0043633231 |
constexpr float | ptLSB = 0.25 |
|
static |
|
static |
constexpr unsigned int bit_shift_eta = 26 |
Definition at line 43 of file L1TS2PFJetInputPatternWriter.cc.
Referenced by L1TS2PFJetInputPatternWriter::analyze().
constexpr unsigned int bit_shift_phi = 16 |
Definition at line 42 of file L1TS2PFJetInputPatternWriter.cc.
Referenced by L1TS2PFJetInputPatternWriter::analyze().
constexpr float eta_first_region_boundary = 0.75 |
Definition at line 49 of file L1TS2PFJetInputPatternWriter.cc.
Referenced by L1TS2PFJetInputPatternWriter::analyze().
constexpr float eta_second_region_boundary = 1.5 |
Definition at line 50 of file L1TS2PFJetInputPatternWriter.cc.
Referenced by L1TS2PFJetInputPatternWriter::analyze().
constexpr float etaLSB = 0.0043633231 |
Definition at line 55 of file L1TS2PFJetInputPatternWriter.cc.
Referenced by L1TS2PFJetInputPatternWriter::analyze().
constexpr unsigned int framesPerFile = 1015 |
Definition at line 48 of file L1TS2PFJetInputPatternWriter.cc.
Referenced by L1TS2PFJetInputPatternWriter::analyze(), L1TStage2InputPatternWriter::endJob(), and L1TS2PFJetInputPatternWriter::endJob().
constexpr unsigned int hash_bitmask_10 = 0x3ff |
Definition at line 53 of file L1TS2PFJetInputPatternWriter.cc.
Referenced by L1TS2PFJetInputPatternWriter::analyze().
constexpr unsigned int hash_bitmask_16 = 0xffff |
Definition at line 52 of file L1TS2PFJetInputPatternWriter.cc.
Referenced by L1TS2PFJetInputPatternWriter::analyze().
constexpr unsigned int mod_13_1 = 1 |
Definition at line 44 of file L1TS2PFJetInputPatternWriter.cc.
Referenced by L1TS2PFJetInputPatternWriter::analyze().
constexpr unsigned int mod_13_2 = 2 |
Definition at line 45 of file L1TS2PFJetInputPatternWriter.cc.
Referenced by L1TS2PFJetInputPatternWriter::analyze().
constexpr unsigned int n_first_empty_frames = 14 |
Definition at line 47 of file L1TS2PFJetInputPatternWriter.cc.
Referenced by L1TS2PFJetInputPatternWriter::analyze().
constexpr unsigned int n_latency_clocks = 13 |
Definition at line 46 of file L1TS2PFJetInputPatternWriter.cc.
Referenced by L1TS2PFJetInputPatternWriter::analyze().
constexpr float phi_region_boundary = 0.7 |
Definition at line 51 of file L1TS2PFJetInputPatternWriter.cc.
Referenced by L1TS2PFJetInputPatternWriter::analyze().
constexpr float phiLSB = 0.0043633231 |
Definition at line 56 of file L1TS2PFJetInputPatternWriter.cc.
Referenced by L1TS2PFJetInputPatternWriter::analyze().
constexpr float ptLSB = 0.25 |
Definition at line 54 of file L1TS2PFJetInputPatternWriter.cc.
Referenced by L1TS2PFJetInputPatternWriter::analyze().