ATLAS Offline Software
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 
14 class MuonCalibStreamAddress : public GenericAddress {
15 public:
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
MuonCalibStreamAddress::MuonCalibStreamAddress
MuonCalibStreamAddress(const CLID &clid, const std::string &fname, const std::string &cname, int p1=0, int p2=0)
Standard Constructor.
Definition: MuonCalibStreamAddress.cxx:11
TRTCalib_cfilter.p1
p1
Definition: TRTCalib_cfilter.py:130
TRTCalib_cfilter.p2
p2
Definition: TRTCalib_cfilter.py:131
MuonCalibStreamAddress::~MuonCalibStreamAddress
virtual ~MuonCalibStreamAddress()=default
CLID
uint32_t CLID
The Class ID type.
Definition: Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
MuonCalibStreamAddress::storageType
static constexpr long storageType()
Definition: MuonCalibStreamAddress.h:25
python.AthDsoLogger.fname
string fname
Definition: AthDsoLogger.py:67
MuonCalibStreamAddress
Definition: MuonCalibStreamAddress.h:14