65 produces<edm::DetSetVector<TotemTimingRecHit> >();
90 desc.add<
bool>(
"applyCalibration",
false);
91 desc.add<
double>(
"timeSliceNs", 0.);
93 ->setComment(
"input digis collection to retrieve");
94 desc.add<
std::string>(
"timingCalibrationTag",
"GlobalTag:TotemTimingCalibration")
95 ->setComment(
"input tag for timing calibrations retrieval");
96 desc.add<
int>(
"baselinePoints", 8)->setComment(
"number of points to be used for the baseline");
97 desc.add<
double>(
"saturationLimit", 0.1)
99 "all signals with max > saturationLimit will be considered as saturated for UFSD, similarly with " 100 "min<saturationLimit for a Diamond");
101 desc.add<
double>(
"cfdFraction", 0.3)->setComment(
"fraction of the CFD");
102 desc.add<
int>(
"smoothingPoints", 20)
103 ->setComment(
"number of points to be used for the smoothing using sinc (lowpass)");
104 desc.add<
double>(
"lowPassFrequency", 0.7)
105 ->setComment(
"Frequency (in GHz) for CFD smoothing, 0 for disabling the filter");
106 desc.add<
double>(
"hysteresis", 5.e-3)->setComment(
"hysteresis of the discriminator");
107 desc.add<
bool>(
"mergeTimePeaks",
true)->setComment(
"if time peaks schould be merged");
108 desc.add<
double>(
"sampicOffset", 1.0)->setComment(
"offset of the flipped sampic signal");
109 desc.add<
double>(
"sampicSamplingPeriodNs", 1. / 7.695)->setComment(
"sapic sampling period in ns");
110 descr.
add(
"totemTimingRecHits",
desc);
T const & getData(const ESGetToken< T, R > &iToken) const noexcept(false)
TotemTimingRecHitProducer(const edm::ParameterSet &)
Event setup record containing the real (actual) geometry information.
EventSetup record for TOTEM/PPS timing calibration information.
edm::ESGetToken< CTPPSGeometry, VeryForwardRealGeometryRecord > geometryToken_
void produce(edm::Event &, const edm::EventSetup &) override
edm::ESGetToken< PPSTimingCalibration, PPSTimingCalibrationRcd > timingCalibrationToken_
EventSetup Tokens.
#define DEFINE_FWK_MODULE(type)
The manager class for TOTEM RP geometry.
void build(const CTPPSGeometry &, const edm::DetSetVector< TotemTimingDigi > &, edm::DetSetVector< TotemTimingRecHit > &) override
TOTEM/PPS timing detectors digi-to-rechits conversion module.
void add(std::string const &label, ParameterSetDescription const &psetDescription)
bool check(const edm::EventSetup &iSetup)
edm::ESWatcher< PPSTimingCalibrationRcd > calibWatcher_
Timing calibration parameters watcher.
void setCalibration(const PPSTimingCalibration &)
TotemTimingRecHitProducerAlgorithm algo_
Digi-to-rechits transformation algorithm.
static void fillDescriptions(edm::ConfigurationDescriptions &)
edm::EDGetTokenT< edm::DetSetVector< TotemTimingDigi > > digiToken_
Input digi collection.