Go to the documentation of this file.
11 produces<edm::DetSetVector<CTPPSPixelCluster> >();
20 desc.
add<
int>(
"SeedADCThreshold", 2);
21 desc.
add<
int>(
"ADCThreshold", 2);
22 desc.
add<
double>(
"ElectronADCGain", 135.0);
23 desc.
add<
int>(
"VCaltoElectronGain", 50);
24 desc.
add<
int>(
"VCaltoElectronOffset", -411);
25 desc.
add<
bool>(
"doSingleCalibration",
false);
26 descriptions.
add(
"ctppsPixelClusters", desc);
55 for (
const auto &ds_digi :
input) {
60 unsigned int cluN = 0;
61 for (std::vector<CTPPSPixelCluster>::iterator iit = ds_cluster.
data.begin(); iit != ds_cluster.
data.end();
63 edm::LogInfo(
"CTPPSPixelClusterProducer") <<
"Cluster " << ++cluN <<
" avg row " << (*iit).avg_row()
64 <<
" avg col " << (*iit).avg_col() <<
" ADC.size " << (*iit).size();
T const * product() const
ParameterDescriptionBase * add(U const &iLabel, T const &value)
static const std::string input
CTPPSPixelGainCalibrationDBService theGainCalibrationDB
CTPPSPixelClusterProducer(const edm::ParameterSet ¶m)
void buildClusters(unsigned int detId, const std::vector< CTPPSPixelDigi > &digi, std::vector< CTPPSPixelCluster > &clusters, const CTPPSPixelGainCalibrations *pcalibration, const CTPPSPixelAnalysisMask *mask)
T getUntrackedParameter(std::string const &, T const &) const
~CTPPSPixelClusterProducer() override
edm::EDGetTokenT< edm::DetSetVector< CTPPSPixelDigi > > tokenCTPPSPixelDigi_
const CTPPSPixelGainCalibrations * getCalibs() const
#define DEFINE_FWK_MODULE(type)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
virtual void getDB(const edm::Event &e, const edm::EventSetup &c)
void run(const edm::DetSetVector< CTPPSPixelDigi > &input, edm::DetSetVector< CTPPSPixelCluster > &output, const CTPPSPixelAnalysisMask *mask)
ParameterDescriptionBase * addUntracked(U const &iLabel, T const &value)
T getParameter(std::string const &) const
void produce(edm::Event &, const edm::EventSetup &) override
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
RPixDetClusterizer clusterizer_
PRODUCT const & get(ESGetToken< PRODUCT, T > const &iToken) const