ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCalibTriggerTimeInfo.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7namespace MuonCalib {
13 std::ostream &MuonCalibTriggerTimeInfo::dump(std::ostream &stream) const {
14 stream << "MuonCalibTriggerTimeInfo : " << std::endl;
15 stream << " dMbtsTime = " << dMbtsTime() << std::endl;
16 stream << " dLarTime = " << dLarTime() << std::endl;
17 return stream;
18 }
19
20} // namespace MuonCalib
21
22std::ostream &operator<<(std::ostream &stream, const MuonCalib::MuonCalibTriggerTimeInfo &info) { return info.dump(stream); }
std::ostream & operator<<(std::ostream &stream, const MuonCalib::MuonCalibTriggerTimeInfo &info)
MuonCalibTriggerTimeInfo()=default
Default constructor.
void setdMbtsTime(float dMbtsTime)
sets mbts
std::ostream & dump(std::ostream &stream) const
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.