14 produces<edm::DetSetVector<CTPPSPixelCluster> > ();
25 desc.
add<
int>(
"SeedADCThreshold",2);
26 desc.
add<
int>(
"ADCThreshold",2);
27 desc.
add<
double>(
"ElectronADCGain",135.0);
28 desc.
add<
int>(
"VCaltoElectronGain",50);
29 desc.
add<
int>(
"VCaltoElectronOffset",-411);
30 desc.
add<
bool>(
"doSingleCalibration",
false);
31 descriptions.
add(
"ctppsPixelClusters", desc);
62 for (
const auto &ds_digi : input)
69 for(std::vector<CTPPSPixelCluster>::iterator iit = ds_cluster.
data.begin(); iit != ds_cluster.
data.end(); iit++){
70 edm::LogInfo(
"CTPPSPixelClusterProducer") <<
"Cluster " << ++cluN <<
" avg row " 71 << (*iit).avg_row()<<
" avg col " << (*iit).avg_col()<<
" ADC.size " << (*iit).size();
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
ParameterDescriptionBase * addUntracked(U const &iLabel, T const &value)
bool getByToken(EDGetToken token, Handle< PROD > &result) const
void run(const edm::DetSetVector< CTPPSPixelDigi > &input, edm::DetSetVector< CTPPSPixelCluster > &output, const CTPPSPixelAnalysisMask *mask)
edm::EDGetTokenT< edm::DetSetVector< CTPPSPixelDigi > > tokenCTPPSPixelDigi_
const CTPPSPixelGainCalibrations * getCalibs() const
PRODUCT const & get(ESGetToken< PRODUCT, T > const &iToken) const
static std::string const input
reference find_or_insert(det_id_type id)
#define DEFINE_FWK_MODULE(type)
ParameterDescriptionBase * add(U const &iLabel, T const &value)
virtual void getDB(const edm::Event &e, const edm::EventSetup &c)
CTPPSPixelGainCalibrationDBService theGainCalibrationDB
void produce(edm::Event &, const edm::EventSetup &) override
RPixDetClusterizer clusterizer_
void add(std::string const &label, ParameterSetDescription const &psetDescription)
void buildClusters(unsigned int detId, const std::vector< CTPPSPixelDigi > &digi, std::vector< CTPPSPixelCluster > &clusters, const CTPPSPixelGainCalibrations *pcalibration, const CTPPSPixelAnalysisMask *mask)
CTPPSPixelClusterProducer(const edm::ParameterSet ¶m)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
T const * product() const
~CTPPSPixelClusterProducer() override