#include <numeric>
#include <iomanip>
#include <sstream>
#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 | ScoreCutLCtoCP_ = 0.1 |
const double | ScoreCutLCtoSC_ = 0.1 |
const double | ScoreCutSCtoLC_ = 0.1 |
const double | ScoreCutSTStoTSPurDup_ [] = {0.2, FLT_MIN} |
const double | ScoreCutTStoSTSFakeMerge_ [] = {0.6, FLT_MIN} |
const double ScoreCutCPtoLC_ = 0.1 |
Definition at line 17 of file HGVHistoProducerAlgo.cc.
Referenced by HGVHistoProducerAlgo::layerClusters_to_CaloParticles().
const double ScoreCutLCtoCP_ = 0.1 |
Definition at line 16 of file HGVHistoProducerAlgo.cc.
Referenced by HGVHistoProducerAlgo::layerClusters_to_CaloParticles().
const double ScoreCutLCtoSC_ = 0.1 |
Definition at line 18 of file HGVHistoProducerAlgo.cc.
Referenced by HGVHistoProducerAlgo::layerClusters_to_SimClusters().
const double ScoreCutSCtoLC_ = 0.1 |
Definition at line 19 of file HGVHistoProducerAlgo.cc.
Referenced by HGVHistoProducerAlgo::layerClusters_to_SimClusters().
const double ScoreCutSTStoTSPurDup_[] = {0.2, FLT_MIN} |
Definition at line 21 of file HGVHistoProducerAlgo.cc.
Referenced by HGVHistoProducerAlgo::tracksters_to_SimTracksters().
const double ScoreCutTStoSTSFakeMerge_[] = {0.6, FLT_MIN} |
Definition at line 20 of file HGVHistoProducerAlgo.cc.
Referenced by HGVHistoProducerAlgo::tracksters_to_SimTracksters().