|
|
Go to the documentation of this file.
63 produces<edm::DetSetVector<TotemTimingRecHit> >();
74 if (!digis->empty()) {
95 ->setComment(
"input digis collection to retrieve");
96 desc.add<
std::string>(
"timingCalibrationTag",
"GlobalTag:TotemTimingCalibration")
97 ->setComment(
"input tag for timing calibrations retrieval");
98 desc.add<
int>(
"baselinePoints", 8)->setComment(
"number of points to be used for the baseline");
99 desc.add<
double>(
"saturationLimit", 0.85)
100 ->setComment(
"all signals with max > saturationLimit will be considered as saturated");
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");
109 descr.
add(
"totemTimingRecHits",
desc);
bool check(const edm::EventSetup &iSetup)
Event setup record containing the real (actual) geometry information.
The manager class for TOTEM RP geometry.
void build(const CTPPSGeometry &, const edm::DetSetVector< TotemTimingDigi > &, edm::DetSetVector< TotemTimingRecHit > &)
edm::ESGetToken< PPSTimingCalibration, PPSTimingCalibrationRcd > timingCalibrationToken_
EventSetup Tokens.
TOTEM/PPS timing detectors digi-to-rechits conversion module.
edm::EDGetTokenT< edm::DetSetVector< TotemTimingDigi > > digiToken_
Input digi collection.
void setCalibration(const PPSTimingCalibration &)
#define DEFINE_FWK_MODULE(type)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
ESHandle< T > getHandle(const ESGetToken< T, R > &iToken) const
EventSetup record for TOTEM/PPS timing calibration information.
TotemTimingRecHitProducer(const edm::ParameterSet &)
static void fillDescriptions(edm::ConfigurationDescriptions &)
edm::ESGetToken< CTPPSGeometry, VeryForwardRealGeometryRecord > geometryToken_
void produce(edm::Event &, const edm::EventSetup &) override
edm::ESWatcher< PPSTimingCalibrationRcd > calibWatcher_
Timing calibration parameters watcher.
TotemTimingRecHitProducerAlgorithm algo_
Digi-to-rechits transformation algorithm.