ATLAS Offline Software
Loading...
Searching...
No Matches
OfflineOnlineIdConversion.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 MuonCalib_OfflineOnlineIdConversion_h
6#define MuonCalib_OfflineOnlineIdConversion_h
7
9#include <string>
10
11namespace MuonCalib {
12
13MuonFixedId OnlineToOffline(const std::string& online_id);
14
15//std::string OfflineToOonline(const MuonFixedId &id, char ml_sep='/');
16
17
18}
19
20#endif
Implements fixed identifiers not dependent upon Athena Identifier for internal use in the calibration...
Definition MuonFixedId.h:50
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
MuonFixedId OnlineToOffline(const std::string &online_id)