13 adcNBits_(conf.getParameter<uint32_t>(
"adcNbits")),
16 toaLSBToNS_(conf.getParameter<double>(
"toaLSB_ns")),
21 c_LYSO_(conf.getParameter<double>(
"c_LYSO")) {}
52 std::pair<float, float>
amplitude(0., 0.);
53 std::pair<float, float>
time(0., 0.);
55 unsigned char flag = 0;
57 const auto& sampleRight = dataFrame.
sample(0);
58 const auto& sampleLeft = dataFrame.
sample(1);
63 <<
float(sampleLeft.toa()) *
toaLSBToNS_ << std::endl;
65 if (sampleRight.data() > 0) {
77 if (sampleLeft.data() > 0) {
91 const std::array<double, 1> emptyV = {{0.}};
101 LogDebug(
"BTLUncalibRecHit") <<
"DetId: " << dataFrame.
id().rawId() <<
" x position = " <<
position <<
" +/- " 104 << sampleRight.data() <<
", " << sampleLeft.data() <<
") " <<
adcLSB_ <<
' ' 106 LogDebug(
"BTLUncalibRecHit") <<
"TDC+: set the time to: (" <<
time.first <<
", " <<
time.second <<
") (" 107 << sampleRight.toa() <<
", " << sampleLeft.toa() <<
") " <<
toaLSBToNS_ <<
' '
const double adcSaturation_
~BTLUncalibRecHitAlgo() override
Destructor.
BTLUncalibRecHitAlgo(const edm::ParameterSet &conf, edm::ConsumesCollector &sumes)
Constructor.
static float positionError()
const D & id() const
det id
void getEvent(const edm::Event &) final
get event and eventsetup information
const S & sample(int i) const
const reco::FormulaEvaluator timeError_
const double timeCorr_p1_
const double timeCorr_p0_
const int column() const
column
FTLUncalibratedRecHit makeRecHit(const BTLDataFrame &dataFrame) const final
make the rec hit
static int position[264][3]
void getEventSetup(const edm::EventSetup &) final
#define DEFINE_EDM_PLUGIN(factory, type, name)
TupleMultiplicity< TrackerTraits > const *__restrict__ uint32_t nHits
const double timeCorr_p2_
Power< A, B >::type pow(const A &a, const B &b)