#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include <iostream>
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
Go to the source code of this file.
Namespaces | |
CCC | |
Enumerations | |
enum | CCC::OP { CCC::kNone = 0, CCC::kTiny = 1, CCC::kLoose = 2, CCC::kTight = 3 } |
Functions | |
float | clusterChargeCut (const edm::ParameterSet &conf, const char *name="clusterChargeCut") |
edm::ParameterSetDescription | getConfigurationDescription4CCC (const CCC::OP &op) |
edm::ParameterSetDescription | getConfigurationDescription4CCCNoDefault () |
Variables | |
static constexpr std::array< float, 4 > | CCC::cuts = {{-1.0, 800.0, 1620.0, 1945.0}} |
|
inline |
Definition at line 7 of file ClusterChargeCut.h.
References edm::ParameterSet::getParameter(), and Skims_PA_cff::name.
Referenced by StripClusterizerAlgorithmFactory::create(), and SeedingLayerSetsBuilder::LayerSpec::LayerSpec().
|
inline |
Definition at line 22 of file ClusterChargeCut.h.
References CCC::cuts, submitPVResolutionJobs::desc, and findAndChange::op.
Referenced by StripClusterizerAlgorithmFactory::fillDescriptions(), ClusterShapeHitFilterESProducer::fillDescriptions(), and MaxCCCLostHitsTrajectoryFilter::fillPSetDescription().
|
inline |