Skip to content
Snippets Groups Projects
Commit 129c313b authored by Johannes Junggeburth's avatar Johannes Junggeburth :dog2: Committed by Julien Maurer
Browse files

MuonAlignmentData - Remove depreceated containers

MuonAlignmentData - Remove depreceated containers
parent 76cad207
No related branches found
No related tags found
No related merge requests found
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
#ifndef MUONALIGNMENTDATA_ALINEPARCONTAINER_H
#define MUONALIGNMENTDATA_ALINEPARCONTAINER_H
#include "AthContainers/DataVector.h"
#include "AthenaKernel/CLASS_DEF.h"
#include "MuonAlignmentData/ALinePar.h"
class ALineParContainer : public DataVector<ALinePar> {
public:
ALineParContainer();
~ALineParContainer();
};
inline ALineParContainer::ALineParContainer() : DataVector<ALinePar>() {}
inline ALineParContainer::~ALineParContainer() {}
CLASS_DEF(ALineParContainer, 1324994856, 1)
#endif // MUONALIGNMENTDATA_ALINEPARCONTAINER_H
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
#ifndef MUONALIGNMENTDATA_BLINEPARCONTAINER_H
#define MUONALIGNMENTDATA_BLINEPARCONTAINER_H
#include "AthContainers/DataVector.h"
#include "AthenaKernel/CLASS_DEF.h"
#include "MuonAlignmentData/BLinePar.h"
class BLineParContainer : public DataVector<BLinePar> {
public:
BLineParContainer();
~BLineParContainer();
};
inline BLineParContainer::BLineParContainer() : DataVector<BLinePar>() {}
inline BLineParContainer::~BLineParContainer() {}
CLASS_DEF(BLineParContainer, 1124991367, 1)
#endif // MUONALIGNMENTDATA_BLINEPARCONTAINER_H
/*
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/
#ifndef MUONALIGNMENTDATA_CSCLINEPARCONTAINER_H
#define MUONALIGNMENTDATA_CSCLINEPARCONTAINER_H
#include "AthContainers/DataVector.h"
#include "AthenaKernel/CLASS_DEF.h"
#include "MuonAlignmentData/CscInternalAlignmentPar.h"
class CscInternalAlignmentParContainer : public DataVector<CscInternalAlignmentPar> {
public:
CscInternalAlignmentParContainer();
~CscInternalAlignmentParContainer() = default;
};
inline CscInternalAlignmentParContainer::CscInternalAlignmentParContainer() : DataVector<CscInternalAlignmentPar>() {}
CLASS_DEF(CscInternalAlignmentParContainer, 1324994858, 1)
#endif // MUONALIGNMENTDATA_CSCLINEPARCONTAINER_H
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
#ifndef MUONALIGNMENTDATA_MDTASBUILTPARCONTAINER_H
#define MUONALIGNMENTDATA_MDTASBUILTPARCONTAINER_H
#include "AthContainers/DataVector.h"
#include "AthenaKernel/CLASS_DEF.h"
#include "MuonAlignmentData/MdtAsBuiltPar.h"
class MdtAsBuiltParContainer : public DataVector<MdtAsBuiltPar> {
public:
MdtAsBuiltParContainer();
~MdtAsBuiltParContainer();
};
inline MdtAsBuiltParContainer::MdtAsBuiltParContainer() : DataVector<MdtAsBuiltPar>() {}
inline MdtAsBuiltParContainer::~MdtAsBuiltParContainer() {}
CLASS_DEF(MdtAsBuiltParContainer, 1205288943, 1)
#endif // MUONALIGNMENTDATA_MDTASBUILTPARPARCONTAINER_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment