ATLAS Offline Software
Loading...
Searching...
No Matches
L1CaloPpmFineTimeRefs.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7#include <string>
8#include <sstream>
9#include <iostream>
10#include <iomanip>
11
19
27
36
45
46std::ostream& operator<<(std::ostream& output, const L1CaloPpmFineTimeRefs& r) {
47 output << "channelID: " << std::hex << r.m_channelId.id() << std::dec << ", " << "errorCode: " << r.m_errorCode<< ", " << "refValue: " << r.m_refValue << ", " << "criterion: " << r.m_criterion<< ", " << "calibValue: " << r.m_calibValue ;
48 return output;
49}
std::ostream & operator<<(std::ostream &output, const L1CaloPpmFineTimeRefs &r)
FineTimeErrorCode class for L1Calo error codes.
Encapsulates the ID of one channel of conditions data in COOL, ie the ID of a row in a table.
L1CaloCoolChannelId channelId(void) const
FineTimeErrorCode errorCode(void) const
double criterion(void) const
L1CaloCoolChannelId m_channelId
double calibValue(void) const
double refValue(void) const
FineTimeErrorCode m_errorCode
int r
Definition globals.cxx:22