29 : producer_(iConfig.getParameter<
std::
string>(
"Producer")),
30 ebLabel_(iConfig.getParameter<
std::
string>(
"EBLabel")),
31 eeLabel_(iConfig.getParameter<
std::
string>(
"EELabel")),
37 histEndc =
fs->make<TH1I>(
"AdcE",
"Adc-s for Endcap", 100, 0., 5000.);
38 histBar =
fs->make<TH1I>(
"AdcB",
"Adc-s for Barrel", 100, 0., 5000.);
75 for (
unsigned int i = 0;
i < ebDigis->
size(); ++
i) {
77 int nrSamples = ebdf.
size();
79 for (
int is = 0; is < nrSamples; ++is) {
89 for (
unsigned int i = 0;
i <
eeDigis->size(); ++
i) {
91 int nrSamples = eedf.
size();
92 for (
int is = 0; is < nrSamples; ++is) {
static const std::string kSharedResource
T const * product() const
int adc() const
get the ADC sample (12 bits)
Log< level::Warning, false > LogWarning