ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCalibStreamAddress.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4//====================================================================
5// MuonCalibStreamAddress.h
6//====================================================================
7#ifndef MUONCALIBSTREAMCNVSVCBASE_MUONCALIBSTREAMADDRESS_H
8#define MUONCALIBSTREAMCNVSVCBASE_MUONCALIBSTREAMADDRESS_H
9
10// Framework include files
11#include "GaudiKernel/GenericAddress.h"
12#include "GaudiKernel/Kernel.h"
13
14class MuonCalibStreamAddress : public GenericAddress {
15public:
16 // Standard Destructor
17 virtual ~MuonCalibStreamAddress() = default;
18
19 // Standard Constructor
20 MuonCalibStreamAddress(const CLID &clid, const std::string &fname, const std::string &cname, int p1 = 0, int p2 = 0);
21
22 MuonCalibStreamAddress(const CLID &clid);
23
24 // special storageType for MuonCalibStream 0x63
25 static constexpr long storageType() { return 0x63; }
26};
27#endif // MUONCALIBSTREAMCNVSVCBASE_MUONCALIBSTREAMADDRESS_H
uint32_t CLID
The Class ID type.
MuonCalibStreamAddress(const CLID &clid, const std::string &fname, const std::string &cname, int p1=0, int p2=0)
Standard Constructor.
virtual ~MuonCalibStreamAddress()=default
static constexpr long storageType()