#include <numeric>
#include <iomanip>
#include "Validation/HGCalValidation/interface/HGVHistoProducerAlgo.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "SimDataFormats/CaloAnalysis/interface/SimCluster.h"
#include "TMath.h"
#include "TLatex.h"
#include "TF1.h"
Go to the source code of this file.
Variables | |
const double | ScoreCutCPtoLC_ = 0.1 |
const double | ScoreCutCPtoMCLDup_ = 0.2 |
const double | ScoreCutLCtoCP_ = 0.1 |
const double | ScoreCutMCLtoCPFakeMerge_ = 0.6 |
const double ScoreCutCPtoLC_ = 0.1 |
Definition at line 16 of file HGVHistoProducerAlgo.cc.
Referenced by HGVHistoProducerAlgo::layerClusters_to_CaloParticles().
const double ScoreCutCPtoMCLDup_ = 0.2 |
Definition at line 18 of file HGVHistoProducerAlgo.cc.
Referenced by HGVHistoProducerAlgo::multiClusters_to_CaloParticles().
const double ScoreCutLCtoCP_ = 0.1 |
Definition at line 15 of file HGVHistoProducerAlgo.cc.
Referenced by HGVHistoProducerAlgo::layerClusters_to_CaloParticles().
const double ScoreCutMCLtoCPFakeMerge_ = 0.6 |
Definition at line 17 of file HGVHistoProducerAlgo.cc.
Referenced by HGVHistoProducerAlgo::multiClusters_to_CaloParticles().