ATLAS Offline Software
Loading...
Searching...
No Matches
ServicesStave.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#include "ServicesStave.h"
6#include "DetType.h"
7
9 DetType::Part part,
10 int nInlets, const std::string& inletPipe,
11 int nOutlets, const std::string& outletPipe,
12 int nCables, const std::string& cable,
13 int nFibres, const std::string& fibre) :
14 m_type(type), m_part(part),
15 m_nInlets(nInlets), m_nOutlets(nOutlets),
19{}
const std::string & inletPipe() const
std::string m_fibre
ServicesStave(DetType::Type, DetType::Part, int nInlets, const std::string &inletPipe, int nOutlets, const std::string &outletPipe, int nCables, const std::string &cable, int nFibres, const std::string &fibre)
int nCables() const
DetType::Part m_part
std::string m_outletPipe
DetType::Type m_type
std::string m_cable
int nFibres() const
const std::string & fibre() const
const std::string & cable() const
const std::string & outletPipe() const
std::string m_inletPipe