12 size_(0), data_(MAXSAMPLES) {
88 s << digi.
id() <<
" " << digi.
size() <<
" samples " << std::endl;
89 for (
int i=0;
i<digi.
size();
i++)
90 s <<
" " << digi.
sample(
i) << std::endl;
bool fineGrain() const
get the fine-grain bit of interesting sample
std::ostream & operator<<(std::ostream &out, const ALILine &li)
int compressedEt() const
get the encoded/compressed Et of interesting sample
const EBDetId & id() const
void setSample(int i, const EcalTriggerPrimitiveSample &sam)
int ttFlag() const
get the Trigger tower Flag of interesting sample
bool isDebug() const
True if debug mode (# of samples > 1)
std::vector< EcalTriggerPrimitiveSample > data_
const EcalTriggerPrimitiveSample & sample(int i) const
static const int MAXSAMPLES
tuple size
Write out results.
int sampleOfInterest() const
Gets the interesting sample.
EcalEBTriggerPrimitiveDigi()