ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCalibStreamAddress.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
5
6// Framework include files
7#include "GaudiKernel/GenericAddress.h"
8//#include <iostream>
9
11MuonCalibStreamAddress::MuonCalibStreamAddress(const CLID &clid, const std::string &fname, const std::string &cname, int p1, int p2) :
12 GenericAddress(storageType(), clid, fname, cname, p1, p2) {}
13MuonCalibStreamAddress::MuonCalibStreamAddress(const CLID &clid) : GenericAddress(storageType(), clid, "", "") {}
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.
static constexpr long storageType()