ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCalibTriggerTimeInfo.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONCALIBEVTBASE_MuonCalibTriggerTimeInfo_h
6#define MUONCALIBEVTBASE_MuonCalibTriggerTimeInfo_h
7
8#include <iostream>
9#include <string>
10#include <vector>
11
12namespace MuonCalib {
13
15 public:
20
22
23 std::ostream& dump(std::ostream& stream) const;
24
25 float dMbtsTime() const;
26 float dLarTime() const;
27
28 void setdMbtsTime(float dMbtsTime);
29 void setdLarTime(float dLarTime);
30
31 private:
32 float m_dMbtsTime{-999.};
33 float m_dLarTime{-999.};
34 };
35
36} // namespace MuonCalib
37
38std::ostream& operator<<(std::ostream& stream, const MuonCalib::MuonCalibTriggerTimeInfo& info);
39
40#endif // MuonCalibTriggerTimeInfo_h
std::ostream & operator<<(std::ostream &stream, const MuonCalib::MuonCalibTriggerTimeInfo &info)
MuonCalibTriggerTimeInfo()=default
Default constructor.
void setdMbtsTime(float dMbtsTime)
sets mbts
MuonCalibTriggerTimeInfo & operator=(const MuonCalibTriggerTimeInfo &dTimeInfo)=default
assignment operator
MuonCalibTriggerTimeInfo(const MuonCalibTriggerTimeInfo &dTimeInfo)=default
copyconstructor
~MuonCalibTriggerTimeInfo()=default
destructor
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
-event-from-file