ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
MuonCalibStreamAddress Class Reference

#include <MuonCalibStreamAddress.h>

Inheritance diagram for MuonCalibStreamAddress:
Collaboration diagram for MuonCalibStreamAddress:

Public Member Functions

virtual ~MuonCalibStreamAddress ()=default
 
 MuonCalibStreamAddress (const CLID &clid, const std::string &fname, const std::string &cname, int p1=0, int p2=0)
 Standard Constructor. More...
 
 MuonCalibStreamAddress (const CLID &clid)
 

Static Public Member Functions

static constexpr long storageType ()
 

Detailed Description

Definition at line 14 of file MuonCalibStreamAddress.h.

Constructor & Destructor Documentation

◆ ~MuonCalibStreamAddress()

virtual MuonCalibStreamAddress::~MuonCalibStreamAddress ( )
virtualdefault

◆ MuonCalibStreamAddress() [1/2]

MuonCalibStreamAddress::MuonCalibStreamAddress ( const CLID clid,
const std::string &  fname,
const std::string &  cname,
int  p1 = 0,
int  p2 = 0 
)

Standard Constructor.

Definition at line 11 of file MuonCalibStreamAddress.cxx.

11  :
12  GenericAddress(storageType(), clid, fname, cname, p1, p2) {}

◆ MuonCalibStreamAddress() [2/2]

MuonCalibStreamAddress::MuonCalibStreamAddress ( const CLID clid)

Definition at line 13 of file MuonCalibStreamAddress.cxx.

13 : GenericAddress(storageType(), clid, "", "") {}

Member Function Documentation

◆ storageType()

static constexpr long MuonCalibStreamAddress::storageType ( )
inlinestaticconstexpr

Definition at line 25 of file MuonCalibStreamAddress.h.

25 { return 0x63; }

The documentation for this class was generated from the following files:
MuonCalibStreamAddress::storageType
static constexpr long storageType()
Definition: MuonCalibStreamAddress.h:25
python.AthDsoLogger.fname
string fname
Definition: AthDsoLogger.py:67